Query Time: 0.19 ms Query memory: 0.023 MB Memory before query: 1.028 MB Rows returned: 1
SELECT `data`
FROM `prk1n_session`
WHERE `session_id` = X'63676a6f66756f68753273743736356a6f6d7335366461326a67'
| 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.42 ms After last query: 2.22 ms Query memory: 0.024 MB Memory before query: 1.074 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.17 ms After last query: 1.55 ms Query memory: 0.021 MB Memory before query: 1.100 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.21 ms After last query: 0.07 ms Query memory: 0.021 MB Memory before query: 1.113 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.96 ms After last query: 0.10 ms Query memory: 0.030 MB Memory before query: 1.134 MB Rows returned: 91
SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM prk1n_extensions
WHERE enabled = 1
AND type = 'plugin'
AND state IN (0,1)
AND access IN (1,1,5)
ORDER BY ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_extensions | NULL | ref | extension | extension | 82 | const | 119 | 0.60 | Using index condition; Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 10 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Plugin/PluginHelper.php:351 |
| 9 | Joomla\CMS\Plugin\PluginHelper::Joomla\CMS\Plugin\{closure}() | Same as call in the line below. |
| 8 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 7 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Plugin/PluginHelper.php:356 |
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 35.87 ms Query memory: 0.023 MB Memory before query: 2.107 MB Rows returned: 38
SELECT *
FROM prk1n_rsform_config
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_rsform_config | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 37 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_rsform/helpers/config.php:52 |
| 11 | RSFormProConfig->load() | JROOT/administrator/components/com_rsform/helpers/config.php:19 |
| 10 | RSFormProConfig->__construct() | JROOT/administrator/components/com_rsform/helpers/config.php:104 |
| 9 | RSFormProConfig::getInstance() | JROOT/plugins/system/rsformdeletesubmissions/rsformdeletesubmissions.php:34 |
| 8 | plgSystemRsformdeletesubmissions->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.09 ms After last query: 2.89 ms Query memory: 0.100 MB Memory before query: 2.150 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.13 ms After last query: 13.05 ms Query memory: 0.022 MB Memory before query: 2.552 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.20 ms After last query: 0.06 ms Query memory: 0.022 MB Memory before query: 2.559 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_stockcodes
WHERE stock_code = '014-4025-00'
| 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.13 ms After last query: 0.04 ms Query memory: 0.022 MB Memory before query: 2.565 MB Rows returned: 1
SELECT `desc`
FROM prk1n_bbmparts_stockcodes
WHERE stock_code = '014-4025-00'
| 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:1740 |
| 12 | JDatabaseDriver->loadResult() | JROOT/components/com_bbmparts/router.php:342 |
| 11 | BbmpartsRouter->getTitleByStockCode() | JROOT/components/com_bbmparts/router.php:412 |
| 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.14 ms After last query: 0.04 ms Query memory: 0.021 MB Memory before query: 2.572 MB Rows returned: 1
SELECT id
FROM prk1n_bbmparts_stockcodes
WHERE stock_code = '014-4025-00'
AND active = 1
| 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 | 10.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:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT/components/com_bbmparts/router.php:572 |
| 10 | BbmpartsRouter->getIDFromStockCode() | JROOT/components/com_bbmparts/router.php:524 |
| 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.20 ms After last query: 0.37 ms Query memory: 0.022 MB Memory before query: 2.596 MB Rows returned: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `prk1n_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 14 | JDatabaseDriver->loadObject() | JROOT/libraries/src/Helper/LibraryHelper.php:167 |
| 13 | Joomla\CMS\Helper\LibraryHelper::Joomla\CMS\Helper\{closure}() | Same as call in the line below. |
| 12 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 11 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/LibraryHelper.php:175 |
| 10 | Joomla\CMS\Helper\LibraryHelper::loadLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:43 |
| 9 | Joomla\CMS\Helper\LibraryHelper::getLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:90 |
| 8 | Joomla\CMS\Helper\LibraryHelper::getParams() | JROOT/libraries/src/Version.php:321 |
| 7 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
| 6 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
| 5 | Joomla\CMS\Factory::getDocument() | JROOT/libraries/src/Application/WebApplication.php:1137 |
| 4 | Joomla\CMS\Application\WebApplication->loadDocument() | JROOT/libraries/src/Application/SiteApplication.php:133 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.17 ms After last query: 0.14 ms Query memory: 0.005 MB Memory before query: 2.586 MB
UPDATE `prk1n_extensions`
SET `params` = '{\"mediaversion\":\"540e3318caebabf1a28dcc801e103811\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | UPDATE | prk1n_extensions | NULL | range | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |
| 9 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |
| 8 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |
| 7 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
| 6 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
| 5 | Joomla\CMS\Factory::getDocument() | JROOT/libraries/src/Application/WebApplication.php:1137 |
| 4 | Joomla\CMS\Application\WebApplication->loadDocument() | JROOT/libraries/src/Application/SiteApplication.php:133 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 1.92 ms Query memory: 0.019 MB Memory before query: 2.607 MB Rows returned: 1
SELECT *
FROM prk1n_languages
WHERE published=1
ORDER BY ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_languages | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 50.00 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 7 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 6 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/LanguageHelper.php:150 |
| 5 | Joomla\CMS\Language\LanguageHelper::getLanguages() | JROOT/libraries/src/Application/SiteApplication.php:330 |
| 4 | Joomla\CMS\Application\SiteApplication->getParams() | JROOT/libraries/src/Application/SiteApplication.php:138 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.30 ms After last query: 0.27 ms Query memory: 0.019 MB Memory before query: 2.616 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.19 ms After last query: 8.32 ms Query memory: 0.023 MB Memory before query: 2.739 MB Rows returned: 1
SELECT *
FROM `prk1n_bbmparts_stockcodes`
WHERE `id` = 128
AND `active` = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_stockcodes | 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 |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 13 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:58 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->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.64 ms After last query: 0.09 ms Query memory: 0.023 MB Memory before query: 2.752 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_images
WHERE stock_code = '014-4025-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 |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:102 |
| 13 | BbmpartsModelStockcode->getImages() | JROOT/components/com_bbmparts/models/stockcode.php:59 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->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: 26.77 ms After last query: 0.07 ms Query memory: 0.024 MB Memory before query: 2.760 MB Rows returned: 56
SELECT schematic_id
FROM prk1n_bbmparts_schematic_stockcodes
WHERE part = '014-4025-00'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematic_stockcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 58085 | 10.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:163 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->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.023 MB Memory before query: 2.796 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_schematics
WHERE id = '21'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematics | 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 |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:149 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 0.04 ms Query memory: 0.024 MB Memory before query: 2.806 MB Rows returned: 1
SELECT model_id
FROM prk1n_bbmparts_schematic_models
WHERE schematic_id = '21'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematic_models | NULL | ref | schematic_id | schematic_id | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:130 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.15 ms After last query: 0.04 ms Query memory: 0.024 MB Memory before query: 2.817 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_mowers
WHERE id = '6'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_mowers | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:119 |
| 16 | BbmpartsModelStockcode->getModelDetails() | JROOT/components/com_bbmparts/models/stockcode.php:133 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->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.04 ms Query memory: 0.023 MB Memory before query: 2.822 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_schematics
WHERE id = '22'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematics | 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 |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:149 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->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.04 ms Query memory: 0.024 MB Memory before query: 2.832 MB Rows returned: 1
SELECT model_id
FROM prk1n_bbmparts_schematic_models
WHERE schematic_id = '22'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematic_models | NULL | ref | schematic_id | schematic_id | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:130 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.16 ms After last query: 0.05 ms Query memory: 0.024 MB Memory before query: 2.843 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_mowers
WHERE id = '6'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_mowers | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:119 |
| 16 | BbmpartsModelStockcode->getModelDetails() | JROOT/components/com_bbmparts/models/stockcode.php:133 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->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.05 ms Query memory: 0.023 MB Memory before query: 2.848 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_schematics
WHERE id = '22'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematics | 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 |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:149 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.16 ms After last query: 0.05 ms Query memory: 0.024 MB Memory before query: 2.858 MB Rows returned: 1
SELECT model_id
FROM prk1n_bbmparts_schematic_models
WHERE schematic_id = '22'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematic_models | NULL | ref | schematic_id | schematic_id | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:130 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.15 ms After last query: 0.05 ms Query memory: 0.024 MB Memory before query: 2.869 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_mowers
WHERE id = '6'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_mowers | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:119 |
| 16 | BbmpartsModelStockcode->getModelDetails() | JROOT/components/com_bbmparts/models/stockcode.php:133 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.15 ms After last query: 0.04 ms Query memory: 0.023 MB Memory before query: 2.874 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_schematics
WHERE id = '147'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematics | 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 |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:149 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.18 ms After last query: 0.03 ms Query memory: 0.024 MB Memory before query: 2.884 MB Rows returned: 1
SELECT model_id
FROM prk1n_bbmparts_schematic_models
WHERE schematic_id = '147'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematic_models | NULL | ref | schematic_id | schematic_id | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:130 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.16 ms After last query: 0.05 ms Query memory: 0.024 MB Memory before query: 2.895 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_mowers
WHERE id = '14'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_mowers | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:119 |
| 16 | BbmpartsModelStockcode->getModelDetails() | JROOT/components/com_bbmparts/models/stockcode.php:133 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.16 ms After last query: 0.03 ms Query memory: 0.023 MB Memory before query: 2.900 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_schematics
WHERE id = '179'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematics | 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 |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:149 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.15 ms After last query: 0.03 ms Query memory: 0.024 MB Memory before query: 2.910 MB Rows returned: 1
SELECT model_id
FROM prk1n_bbmparts_schematic_models
WHERE schematic_id = '179'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematic_models | NULL | ref | schematic_id | schematic_id | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:130 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.14 ms After last query: 0.03 ms Query memory: 0.026 MB Memory before query: 2.927 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_mowers
WHERE id = '15'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_mowers | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:119 |
| 16 | BbmpartsModelStockcode->getModelDetails() | JROOT/components/com_bbmparts/models/stockcode.php:133 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.15 ms After last query: 0.04 ms Query memory: 0.023 MB Memory before query: 2.934 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_schematics
WHERE id = '289'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematics | 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 |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:149 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.15 ms After last query: 0.03 ms Query memory: 0.024 MB Memory before query: 2.944 MB Rows returned: 1
SELECT model_id
FROM prk1n_bbmparts_schematic_models
WHERE schematic_id = '289'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematic_models | NULL | ref | schematic_id | schematic_id | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:130 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.03 ms Query memory: 0.024 MB Memory before query: 2.955 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_mowers
WHERE id = '21'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_mowers | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:119 |
| 16 | BbmpartsModelStockcode->getModelDetails() | JROOT/components/com_bbmparts/models/stockcode.php:133 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.14 ms After last query: 0.04 ms Query memory: 0.023 MB Memory before query: 2.960 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_schematics
WHERE id = '290'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematics | 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 |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:149 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.15 ms After last query: 0.03 ms Query memory: 0.024 MB Memory before query: 2.970 MB Rows returned: 1
SELECT model_id
FROM prk1n_bbmparts_schematic_models
WHERE schematic_id = '290'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematic_models | NULL | ref | schematic_id | schematic_id | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:130 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.15 ms After last query: 0.03 ms Query memory: 0.024 MB Memory before query: 2.981 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_mowers
WHERE id = '21'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_mowers | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:119 |
| 16 | BbmpartsModelStockcode->getModelDetails() | JROOT/components/com_bbmparts/models/stockcode.php:133 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.16 ms After last query: 0.03 ms Query memory: 0.023 MB Memory before query: 2.986 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_schematics
WHERE id = '318'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematics | 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 |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:149 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.16 ms After last query: 0.03 ms Query memory: 0.024 MB Memory before query: 2.996 MB Rows returned: 1
SELECT model_id
FROM prk1n_bbmparts_schematic_models
WHERE schematic_id = '318'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematic_models | NULL | ref | schematic_id | schematic_id | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:130 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.14 ms After last query: 0.03 ms Query memory: 0.024 MB Memory before query: 3.007 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_mowers
WHERE id = '23'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_mowers | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:119 |
| 16 | BbmpartsModelStockcode->getModelDetails() | JROOT/components/com_bbmparts/models/stockcode.php:133 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->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.05 ms Query memory: 0.023 MB Memory before query: 3.012 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_schematics
WHERE id = '327'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematics | 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 |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:149 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->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.03 ms Query memory: 0.024 MB Memory before query: 3.022 MB Rows returned: 1
SELECT model_id
FROM prk1n_bbmparts_schematic_models
WHERE schematic_id = '327'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematic_models | NULL | ref | schematic_id | schematic_id | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:130 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.15 ms After last query: 0.05 ms Query memory: 0.024 MB Memory before query: 3.033 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_mowers
WHERE id = '24'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_mowers | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:119 |
| 16 | BbmpartsModelStockcode->getModelDetails() | JROOT/components/com_bbmparts/models/stockcode.php:133 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.16 ms After last query: 0.05 ms Query memory: 0.023 MB Memory before query: 3.038 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_schematics
WHERE id = '359'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematics | 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 |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:149 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->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.03 ms Query memory: 0.024 MB Memory before query: 3.048 MB Rows returned: 1
SELECT model_id
FROM prk1n_bbmparts_schematic_models
WHERE schematic_id = '359'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematic_models | NULL | ref | schematic_id | schematic_id | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:130 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.15 ms After last query: 0.05 ms Query memory: 0.024 MB Memory before query: 3.059 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_mowers
WHERE id = '27'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_mowers | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:119 |
| 16 | BbmpartsModelStockcode->getModelDetails() | JROOT/components/com_bbmparts/models/stockcode.php:133 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->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.05 ms Query memory: 0.023 MB Memory before query: 3.064 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_schematics
WHERE id = '378'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematics | 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 |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:149 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.15 ms After last query: 0.03 ms Query memory: 0.024 MB Memory before query: 3.074 MB Rows returned: 1
SELECT model_id
FROM prk1n_bbmparts_schematic_models
WHERE schematic_id = '378'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematic_models | NULL | ref | schematic_id | schematic_id | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:130 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.14 ms After last query: 0.05 ms Query memory: 0.024 MB Memory before query: 3.085 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_mowers
WHERE id = '26'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_mowers | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:119 |
| 16 | BbmpartsModelStockcode->getModelDetails() | JROOT/components/com_bbmparts/models/stockcode.php:133 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.15 ms After last query: 0.05 ms Query memory: 0.023 MB Memory before query: 3.090 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_schematics
WHERE id = '360'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematics | 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 |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:149 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.15 ms After last query: 0.05 ms Query memory: 0.024 MB Memory before query: 3.100 MB Rows returned: 1
SELECT model_id
FROM prk1n_bbmparts_schematic_models
WHERE schematic_id = '360'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematic_models | NULL | ref | schematic_id | schematic_id | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:130 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.16 ms After last query: 0.05 ms Query memory: 0.024 MB Memory before query: 3.111 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_mowers
WHERE id = '27'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_mowers | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:119 |
| 16 | BbmpartsModelStockcode->getModelDetails() | JROOT/components/com_bbmparts/models/stockcode.php:133 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.16 ms After last query: 0.03 ms Query memory: 0.023 MB Memory before query: 3.116 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_schematics
WHERE id = '379'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematics | 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 |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:149 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.18 ms After last query: 0.03 ms Query memory: 0.024 MB Memory before query: 3.126 MB Rows returned: 1
SELECT model_id
FROM prk1n_bbmparts_schematic_models
WHERE schematic_id = '379'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematic_models | NULL | ref | schematic_id | schematic_id | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:130 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->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.05 ms Query memory: 0.024 MB Memory before query: 3.137 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_mowers
WHERE id = '26'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_mowers | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:119 |
| 16 | BbmpartsModelStockcode->getModelDetails() | JROOT/components/com_bbmparts/models/stockcode.php:133 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.07 ms Query memory: 0.023 MB Memory before query: 3.142 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_schematics
WHERE id = '493'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematics | 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 |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:149 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.05 ms Query memory: 0.024 MB Memory before query: 3.152 MB Rows returned: 1
SELECT model_id
FROM prk1n_bbmparts_schematic_models
WHERE schematic_id = '493'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematic_models | NULL | ref | schematic_id | schematic_id | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:130 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.11 ms After last query: 0.05 ms Query memory: 0.024 MB Memory before query: 3.163 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_mowers
WHERE id = '34'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_mowers | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:119 |
| 16 | BbmpartsModelStockcode->getModelDetails() | JROOT/components/com_bbmparts/models/stockcode.php:133 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.05 ms Query memory: 0.023 MB Memory before query: 3.168 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_schematics
WHERE id = '494'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematics | 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 |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:149 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.11 ms After last query: 0.04 ms Query memory: 0.024 MB Memory before query: 3.178 MB Rows returned: 1
SELECT model_id
FROM prk1n_bbmparts_schematic_models
WHERE schematic_id = '494'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematic_models | NULL | ref | schematic_id | schematic_id | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:130 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.05 ms Query memory: 0.024 MB Memory before query: 3.189 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_mowers
WHERE id = '34'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_mowers | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:119 |
| 16 | BbmpartsModelStockcode->getModelDetails() | JROOT/components/com_bbmparts/models/stockcode.php:133 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.07 ms Query memory: 0.023 MB Memory before query: 3.194 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_schematics
WHERE id = '535'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematics | 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 |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:149 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.06 ms Query memory: 0.029 MB Memory before query: 3.213 MB Rows returned: 1
SELECT model_id
FROM prk1n_bbmparts_schematic_models
WHERE schematic_id = '535'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematic_models | NULL | ref | schematic_id | schematic_id | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:130 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.06 ms Query memory: 0.024 MB Memory before query: 3.230 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_mowers
WHERE id = '38'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_mowers | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:119 |
| 16 | BbmpartsModelStockcode->getModelDetails() | JROOT/components/com_bbmparts/models/stockcode.php:133 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.06 ms Query memory: 0.023 MB Memory before query: 3.234 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_schematics
WHERE id = '556'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:149 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.05 ms Query memory: 0.023 MB Memory before query: 3.242 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_schematics
WHERE id = '555'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematics | 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 |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:149 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.06 ms Query memory: 0.024 MB Memory before query: 3.252 MB Rows returned: 1
SELECT model_id
FROM prk1n_bbmparts_schematic_models
WHERE schematic_id = '555'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematic_models | NULL | ref | schematic_id | schematic_id | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:130 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.06 ms Query memory: 0.024 MB Memory before query: 3.263 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_mowers
WHERE id = '37'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_mowers | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:119 |
| 16 | BbmpartsModelStockcode->getModelDetails() | JROOT/components/com_bbmparts/models/stockcode.php:133 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.06 ms Query memory: 0.023 MB Memory before query: 3.268 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_schematics
WHERE id = '536'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematics | 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 |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:149 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.06 ms Query memory: 0.024 MB Memory before query: 3.278 MB Rows returned: 1
SELECT model_id
FROM prk1n_bbmparts_schematic_models
WHERE schematic_id = '536'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematic_models | NULL | ref | schematic_id | schematic_id | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:130 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->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.10 ms After last query: 0.05 ms Query memory: 0.024 MB Memory before query: 3.289 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_mowers
WHERE id = '38'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_mowers | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:119 |
| 16 | BbmpartsModelStockcode->getModelDetails() | JROOT/components/com_bbmparts/models/stockcode.php:133 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.14 ms After last query: 0.05 ms Query memory: 0.023 MB Memory before query: 3.294 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_schematics
WHERE id = '557'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematics | 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 |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:149 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.05 ms Query memory: 0.024 MB Memory before query: 3.304 MB Rows returned: 1
SELECT model_id
FROM prk1n_bbmparts_schematic_models
WHERE schematic_id = '557'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematic_models | NULL | ref | schematic_id | schematic_id | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:130 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.05 ms Query memory: 0.024 MB Memory before query: 3.315 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_mowers
WHERE id = '37'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_mowers | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:119 |
| 16 | BbmpartsModelStockcode->getModelDetails() | JROOT/components/com_bbmparts/models/stockcode.php:133 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.05 ms Query memory: 0.023 MB Memory before query: 3.320 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_schematics
WHERE id = '509'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematics | 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 |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:149 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.06 ms Query memory: 0.024 MB Memory before query: 3.330 MB Rows returned: 1
SELECT model_id
FROM prk1n_bbmparts_schematic_models
WHERE schematic_id = '509'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematic_models | NULL | ref | schematic_id | schematic_id | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:130 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.11 ms After last query: 0.04 ms Query memory: 0.024 MB Memory before query: 3.341 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_mowers
WHERE id = '35'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_mowers | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:119 |
| 16 | BbmpartsModelStockcode->getModelDetails() | JROOT/components/com_bbmparts/models/stockcode.php:133 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.06 ms Query memory: 0.023 MB Memory before query: 3.346 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_schematics
WHERE id = '518'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematics | 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 |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:149 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.06 ms Query memory: 0.024 MB Memory before query: 3.356 MB Rows returned: 1
SELECT model_id
FROM prk1n_bbmparts_schematic_models
WHERE schematic_id = '518'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematic_models | NULL | ref | schematic_id | schematic_id | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:130 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.04 ms Query memory: 0.024 MB Memory before query: 3.367 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_mowers
WHERE id = '36'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_mowers | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:119 |
| 16 | BbmpartsModelStockcode->getModelDetails() | JROOT/components/com_bbmparts/models/stockcode.php:133 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.11 ms After last query: 0.04 ms Query memory: 0.023 MB Memory before query: 3.372 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_schematics
WHERE id = '633'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematics | 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 |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:149 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.06 ms Query memory: 0.024 MB Memory before query: 3.382 MB Rows returned: 1
SELECT model_id
FROM prk1n_bbmparts_schematic_models
WHERE schematic_id = '633'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematic_models | NULL | ref | schematic_id | schematic_id | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:130 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.06 ms Query memory: 0.024 MB Memory before query: 3.393 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_mowers
WHERE id = '43'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_mowers | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:119 |
| 16 | BbmpartsModelStockcode->getModelDetails() | JROOT/components/com_bbmparts/models/stockcode.php:133 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.05 ms Query memory: 0.023 MB Memory before query: 3.398 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_schematics
WHERE id = '634'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematics | 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 |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:149 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.15 ms After last query: 0.06 ms Query memory: 0.024 MB Memory before query: 3.408 MB Rows returned: 1
SELECT model_id
FROM prk1n_bbmparts_schematic_models
WHERE schematic_id = '634'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematic_models | NULL | ref | schematic_id | schematic_id | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:130 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.10 ms Query memory: 0.024 MB Memory before query: 3.419 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_mowers
WHERE id = '43'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_mowers | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:119 |
| 16 | BbmpartsModelStockcode->getModelDetails() | JROOT/components/com_bbmparts/models/stockcode.php:133 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.07 ms Query memory: 0.023 MB Memory before query: 3.424 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_schematics
WHERE id = '652'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematics | 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 |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:149 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.11 ms After last query: 0.05 ms Query memory: 0.024 MB Memory before query: 3.434 MB Rows returned: 1
SELECT model_id
FROM prk1n_bbmparts_schematic_models
WHERE schematic_id = '652'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematic_models | NULL | ref | schematic_id | schematic_id | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:130 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.06 ms Query memory: 0.024 MB Memory before query: 3.445 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_mowers
WHERE id = '45'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_mowers | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:119 |
| 16 | BbmpartsModelStockcode->getModelDetails() | JROOT/components/com_bbmparts/models/stockcode.php:133 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.05 ms Query memory: 0.023 MB Memory before query: 3.450 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_schematics
WHERE id = '670'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematics | 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 |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:149 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.05 ms Query memory: 0.024 MB Memory before query: 3.460 MB Rows returned: 1
SELECT model_id
FROM prk1n_bbmparts_schematic_models
WHERE schematic_id = '670'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematic_models | NULL | ref | schematic_id | schematic_id | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:130 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.14 ms After last query: 0.04 ms Query memory: 0.024 MB Memory before query: 3.471 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_mowers
WHERE id = '46'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_mowers | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:119 |
| 16 | BbmpartsModelStockcode->getModelDetails() | JROOT/components/com_bbmparts/models/stockcode.php:133 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.14 ms After last query: 0.05 ms Query memory: 0.023 MB Memory before query: 3.476 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_schematics
WHERE id = '671'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematics | 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 |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:149 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.14 ms After last query: 0.06 ms Query memory: 0.024 MB Memory before query: 3.486 MB Rows returned: 1
SELECT model_id
FROM prk1n_bbmparts_schematic_models
WHERE schematic_id = '671'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematic_models | NULL | ref | schematic_id | schematic_id | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:130 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.06 ms Query memory: 0.024 MB Memory before query: 3.497 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_mowers
WHERE id = '46'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_mowers | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:119 |
| 16 | BbmpartsModelStockcode->getModelDetails() | JROOT/components/com_bbmparts/models/stockcode.php:133 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.06 ms Query memory: 0.023 MB Memory before query: 3.502 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_schematics
WHERE id = '685'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematics | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:149 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.06 ms Query memory: 0.024 MB Memory before query: 3.512 MB Rows returned: 1
SELECT model_id
FROM prk1n_bbmparts_schematic_models
WHERE schematic_id = '685'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematic_models | NULL | ref | schematic_id | schematic_id | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:130 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.06 ms Query memory: 0.024 MB Memory before query: 3.523 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_mowers
WHERE id = '47'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_mowers | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:119 |
| 16 | BbmpartsModelStockcode->getModelDetails() | JROOT/components/com_bbmparts/models/stockcode.php:133 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.11 ms After last query: 0.05 ms Query memory: 0.023 MB Memory before query: 3.528 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_schematics
WHERE id = '687'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematics | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:149 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->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.10 ms After last query: 0.05 ms Query memory: 0.024 MB Memory before query: 3.538 MB Rows returned: 1
SELECT model_id
FROM prk1n_bbmparts_schematic_models
WHERE schematic_id = '687'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematic_models | NULL | ref | schematic_id | schematic_id | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:130 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.14 ms After last query: 0.04 ms Query memory: 0.024 MB Memory before query: 3.549 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_mowers
WHERE id = '47'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_mowers | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.02 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:119 |
| 16 | BbmpartsModelStockcode->getModelDetails() | JROOT/components/com_bbmparts/models/stockcode.php:133 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.05 ms Query memory: 0.023 MB Memory before query: 3.554 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_schematics
WHERE id = '644'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematics | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:149 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.04 ms Query memory: 0.024 MB Memory before query: 3.564 MB Rows returned: 1
SELECT model_id
FROM prk1n_bbmparts_schematic_models
WHERE schematic_id = '644'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematic_models | NULL | ref | schematic_id | schematic_id | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:130 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.11 ms After last query: 0.04 ms Query memory: 0.024 MB Memory before query: 3.575 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_mowers
WHERE id = '44'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_mowers | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:119 |
| 16 | BbmpartsModelStockcode->getModelDetails() | JROOT/components/com_bbmparts/models/stockcode.php:133 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.05 ms Query memory: 0.023 MB Memory before query: 3.580 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_schematics
WHERE id = '710'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematics | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:149 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.14 ms After last query: 0.05 ms Query memory: 0.024 MB Memory before query: 3.590 MB Rows returned: 1
SELECT model_id
FROM prk1n_bbmparts_schematic_models
WHERE schematic_id = '710'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematic_models | NULL | ref | schematic_id | schematic_id | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:130 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.05 ms Query memory: 0.024 MB Memory before query: 3.601 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_mowers
WHERE id = '49'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_mowers | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:119 |
| 16 | BbmpartsModelStockcode->getModelDetails() | JROOT/components/com_bbmparts/models/stockcode.php:133 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.05 ms Query memory: 0.023 MB Memory before query: 3.606 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_schematics
WHERE id = '178'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematics | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:149 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.05 ms Query memory: 0.024 MB Memory before query: 3.616 MB Rows returned: 1
SELECT model_id
FROM prk1n_bbmparts_schematic_models
WHERE schematic_id = '178'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematic_models | NULL | ref | schematic_id | schematic_id | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:130 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.14 ms After last query: 0.05 ms Query memory: 0.024 MB Memory before query: 3.627 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_mowers
WHERE id = '15'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_mowers | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.02 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:119 |
| 16 | BbmpartsModelStockcode->getModelDetails() | JROOT/components/com_bbmparts/models/stockcode.php:133 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.06 ms Query memory: 0.023 MB Memory before query: 3.632 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_schematics
WHERE id = '4'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematics | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:149 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.06 ms Query memory: 0.024 MB Memory before query: 3.642 MB Rows returned: 1
SELECT model_id
FROM prk1n_bbmparts_schematic_models
WHERE schematic_id = '4'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematic_models | NULL | ref | schematic_id | schematic_id | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:130 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.06 ms Query memory: 0.024 MB Memory before query: 3.653 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_mowers
WHERE id = '5'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_mowers | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:119 |
| 16 | BbmpartsModelStockcode->getModelDetails() | JROOT/components/com_bbmparts/models/stockcode.php:133 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.15 ms After last query: 0.05 ms Query memory: 0.023 MB Memory before query: 3.658 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_schematics
WHERE id = '729'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematics | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:149 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.05 ms Query memory: 0.024 MB Memory before query: 3.668 MB Rows returned: 1
SELECT model_id
FROM prk1n_bbmparts_schematic_models
WHERE schematic_id = '729'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematic_models | NULL | ref | schematic_id | schematic_id | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:130 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.05 ms Query memory: 0.024 MB Memory before query: 3.679 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_mowers
WHERE id = '50'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_mowers | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:119 |
| 16 | BbmpartsModelStockcode->getModelDetails() | JROOT/components/com_bbmparts/models/stockcode.php:133 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.05 ms Query memory: 0.023 MB Memory before query: 3.685 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_schematics
WHERE id = '746'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematics | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:149 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.11 ms After last query: 0.04 ms Query memory: 0.024 MB Memory before query: 3.695 MB Rows returned: 1
SELECT model_id
FROM prk1n_bbmparts_schematic_models
WHERE schematic_id = '746'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematic_models | NULL | ref | schematic_id | schematic_id | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:130 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.11 ms After last query: 0.04 ms Query memory: 0.024 MB Memory before query: 3.706 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_mowers
WHERE id = '51'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_mowers | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:119 |
| 16 | BbmpartsModelStockcode->getModelDetails() | JROOT/components/com_bbmparts/models/stockcode.php:133 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.05 ms Query memory: 0.023 MB Memory before query: 3.711 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_schematics
WHERE id = '747'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematics | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:149 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.04 ms Query memory: 0.024 MB Memory before query: 3.721 MB Rows returned: 1
SELECT model_id
FROM prk1n_bbmparts_schematic_models
WHERE schematic_id = '747'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematic_models | NULL | ref | schematic_id | schematic_id | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:130 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.11 ms After last query: 0.04 ms Query memory: 0.024 MB Memory before query: 3.732 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_mowers
WHERE id = '51'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_mowers | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:119 |
| 16 | BbmpartsModelStockcode->getModelDetails() | JROOT/components/com_bbmparts/models/stockcode.php:133 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.04 ms Query memory: 0.023 MB Memory before query: 3.737 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_schematics
WHERE id = '728'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematics | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:149 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.11 ms After last query: 0.04 ms Query memory: 0.024 MB Memory before query: 3.747 MB Rows returned: 1
SELECT model_id
FROM prk1n_bbmparts_schematic_models
WHERE schematic_id = '728'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematic_models | NULL | ref | schematic_id | schematic_id | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:130 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.04 ms Query memory: 0.024 MB Memory before query: 3.758 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_mowers
WHERE id = '50'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_mowers | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:119 |
| 16 | BbmpartsModelStockcode->getModelDetails() | JROOT/components/com_bbmparts/models/stockcode.php:133 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.14 ms After last query: 0.07 ms Query memory: 0.023 MB Memory before query: 3.763 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_schematics
WHERE id = '864'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematics | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 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.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:149 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 0.05 ms Query memory: 0.028 MB Memory before query: 3.785 MB Rows returned: 1
SELECT model_id
FROM prk1n_bbmparts_schematic_models
WHERE schematic_id = '864'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematic_models | NULL | ref | schematic_id | schematic_id | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.04 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.02 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:130 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.11 ms After last query: 0.05 ms Query memory: 0.024 MB Memory before query: 3.800 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_mowers
WHERE id = '58'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_mowers | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:119 |
| 16 | BbmpartsModelStockcode->getModelDetails() | JROOT/components/com_bbmparts/models/stockcode.php:133 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.14 ms After last query: 0.06 ms Query memory: 0.023 MB Memory before query: 3.805 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_schematics
WHERE id = '900'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematics | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.03 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:149 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.06 ms Query memory: 0.024 MB Memory before query: 3.815 MB Rows returned: 1
SELECT model_id
FROM prk1n_bbmparts_schematic_models
WHERE schematic_id = '900'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematic_models | NULL | ref | schematic_id | schematic_id | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:130 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.06 ms Query memory: 0.024 MB Memory before query: 3.826 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_mowers
WHERE id = '69'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_mowers | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:119 |
| 16 | BbmpartsModelStockcode->getModelDetails() | JROOT/components/com_bbmparts/models/stockcode.php:133 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.07 ms Query memory: 0.023 MB Memory before query: 3.831 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_schematics
WHERE id = '1040'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematics | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:149 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.06 ms Query memory: 0.024 MB Memory before query: 3.841 MB Rows returned: 1
SELECT model_id
FROM prk1n_bbmparts_schematic_models
WHERE schematic_id = '1040'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematic_models | NULL | ref | schematic_id | schematic_id | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:130 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.06 ms Query memory: 0.024 MB Memory before query: 3.852 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_mowers
WHERE id = '67'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_mowers | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:119 |
| 16 | BbmpartsModelStockcode->getModelDetails() | JROOT/components/com_bbmparts/models/stockcode.php:133 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.06 ms Query memory: 0.023 MB Memory before query: 3.857 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_schematics
WHERE id = '1082'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematics | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:149 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.05 ms Query memory: 0.024 MB Memory before query: 3.867 MB Rows returned: 1
SELECT model_id
FROM prk1n_bbmparts_schematic_models
WHERE schematic_id = '1082'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematic_models | NULL | ref | schematic_id | schematic_id | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:130 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.14 ms After last query: 0.05 ms Query memory: 0.024 MB Memory before query: 3.878 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_mowers
WHERE id = '72'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_mowers | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.04 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:119 |
| 16 | BbmpartsModelStockcode->getModelDetails() | JROOT/components/com_bbmparts/models/stockcode.php:133 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.06 ms Query memory: 0.023 MB Memory before query: 3.883 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_schematics
WHERE id = '1083'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematics | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:149 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.06 ms Query memory: 0.024 MB Memory before query: 3.893 MB Rows returned: 1
SELECT model_id
FROM prk1n_bbmparts_schematic_models
WHERE schematic_id = '1083'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematic_models | NULL | ref | schematic_id | schematic_id | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:130 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.06 ms Query memory: 0.024 MB Memory before query: 3.904 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_mowers
WHERE id = '72'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_mowers | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:119 |
| 16 | BbmpartsModelStockcode->getModelDetails() | JROOT/components/com_bbmparts/models/stockcode.php:133 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.06 ms Query memory: 0.023 MB Memory before query: 3.909 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_schematics
WHERE id = '1008'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematics | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:149 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.06 ms Query memory: 0.024 MB Memory before query: 3.919 MB Rows returned: 1
SELECT model_id
FROM prk1n_bbmparts_schematic_models
WHERE schematic_id = '1008'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematic_models | NULL | ref | schematic_id | schematic_id | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:130 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.05 ms Query memory: 0.024 MB Memory before query: 3.930 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_mowers
WHERE id = '65'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_mowers | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.02 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:119 |
| 16 | BbmpartsModelStockcode->getModelDetails() | JROOT/components/com_bbmparts/models/stockcode.php:133 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.14 ms After last query: 0.04 ms Query memory: 0.023 MB Memory before query: 3.935 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_schematics
WHERE id = '1009'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematics | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:149 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.06 ms Query memory: 0.024 MB Memory before query: 3.945 MB Rows returned: 1
SELECT model_id
FROM prk1n_bbmparts_schematic_models
WHERE schematic_id = '1009'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematic_models | NULL | ref | schematic_id | schematic_id | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.02 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:130 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.07 ms Query memory: 0.024 MB Memory before query: 3.956 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_mowers
WHERE id = '65'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_mowers | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.03 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:119 |
| 16 | BbmpartsModelStockcode->getModelDetails() | JROOT/components/com_bbmparts/models/stockcode.php:133 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.14 ms After last query: 0.04 ms Query memory: 0.023 MB Memory before query: 3.961 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_schematics
WHERE id = '1297'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematics | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.02 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:149 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.05 ms Query memory: 0.024 MB Memory before query: 3.971 MB Rows returned: 1
SELECT model_id
FROM prk1n_bbmparts_schematic_models
WHERE schematic_id = '1297'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematic_models | NULL | ref | schematic_id | schematic_id | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:130 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.11 ms After last query: 0.04 ms Query memory: 0.024 MB Memory before query: 3.982 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_mowers
WHERE id = '84'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_mowers | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:119 |
| 16 | BbmpartsModelStockcode->getModelDetails() | JROOT/components/com_bbmparts/models/stockcode.php:133 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.11 ms After last query: 0.05 ms Query memory: 0.023 MB Memory before query: 3.987 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_schematics
WHERE id = '1296'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematics | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:149 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.05 ms Query memory: 0.024 MB Memory before query: 3.997 MB Rows returned: 1
SELECT model_id
FROM prk1n_bbmparts_schematic_models
WHERE schematic_id = '1296'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematic_models | NULL | ref | schematic_id | schematic_id | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:130 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.05 ms Query memory: 0.024 MB Memory before query: 4.008 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_mowers
WHERE id = '84'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_mowers | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:119 |
| 16 | BbmpartsModelStockcode->getModelDetails() | JROOT/components/com_bbmparts/models/stockcode.php:133 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.14 ms After last query: 0.05 ms Query memory: 0.023 MB Memory before query: 4.013 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_schematics
WHERE id = '1199'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematics | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:149 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.11 ms After last query: 0.05 ms Query memory: 0.024 MB Memory before query: 4.023 MB Rows returned: 1
SELECT model_id
FROM prk1n_bbmparts_schematic_models
WHERE schematic_id = '1199'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematic_models | NULL | ref | schematic_id | schematic_id | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:130 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.06 ms Query memory: 0.024 MB Memory before query: 4.034 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_mowers
WHERE id = '78'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_mowers | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:119 |
| 16 | BbmpartsModelStockcode->getModelDetails() | JROOT/components/com_bbmparts/models/stockcode.php:133 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.11 ms After last query: 0.05 ms Query memory: 0.023 MB Memory before query: 4.038 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_schematics
WHERE id = '1200'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematics | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:149 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.14 ms After last query: 0.06 ms Query memory: 0.024 MB Memory before query: 4.049 MB Rows returned: 1
SELECT model_id
FROM prk1n_bbmparts_schematic_models
WHERE schematic_id = '1200'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematic_models | NULL | ref | schematic_id | schematic_id | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:130 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.05 ms Query memory: 0.024 MB Memory before query: 4.060 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_mowers
WHERE id = '78'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_mowers | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:119 |
| 16 | BbmpartsModelStockcode->getModelDetails() | JROOT/components/com_bbmparts/models/stockcode.php:133 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.11 ms After last query: 0.04 ms Query memory: 0.023 MB Memory before query: 4.064 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_schematics
WHERE id = '1262'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematics | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:149 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.05 ms Query memory: 0.024 MB Memory before query: 4.075 MB Rows returned: 1
SELECT model_id
FROM prk1n_bbmparts_schematic_models
WHERE schematic_id = '1262'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematic_models | NULL | ref | schematic_id | schematic_id | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.02 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:130 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->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.10 ms After last query: 0.03 ms Query memory: 0.024 MB Memory before query: 4.085 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_mowers
WHERE id = '82'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_mowers | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:119 |
| 16 | BbmpartsModelStockcode->getModelDetails() | JROOT/components/com_bbmparts/models/stockcode.php:133 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.11 ms After last query: 0.04 ms Query memory: 0.023 MB Memory before query: 4.090 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_schematics
WHERE id = '1233'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematics | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:149 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->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.10 ms After last query: 0.03 ms Query memory: 0.024 MB Memory before query: 4.101 MB Rows returned: 1
SELECT model_id
FROM prk1n_bbmparts_schematic_models
WHERE schematic_id = '1233'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematic_models | NULL | ref | schematic_id | schematic_id | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:130 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.03 ms Query memory: 0.024 MB Memory before query: 4.111 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_mowers
WHERE id = '80'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_mowers | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:119 |
| 16 | BbmpartsModelStockcode->getModelDetails() | JROOT/components/com_bbmparts/models/stockcode.php:133 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.11 ms After last query: 0.03 ms Query memory: 0.023 MB Memory before query: 4.116 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_schematics
WHERE id = '1546'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematics | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:149 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.03 ms Query memory: 0.024 MB Memory before query: 4.126 MB Rows returned: 1
SELECT model_id
FROM prk1n_bbmparts_schematic_models
WHERE schematic_id = '1546'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematic_models | NULL | ref | schematic_id | schematic_id | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:130 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->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.10 ms After last query: 0.03 ms Query memory: 0.024 MB Memory before query: 4.137 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_mowers
WHERE id = '97'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_mowers | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:119 |
| 16 | BbmpartsModelStockcode->getModelDetails() | JROOT/components/com_bbmparts/models/stockcode.php:133 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.11 ms After last query: 0.03 ms Query memory: 0.023 MB Memory before query: 4.142 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_schematics
WHERE id = '1547'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematics | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:149 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->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.10 ms After last query: 0.03 ms Query memory: 0.024 MB Memory before query: 4.152 MB Rows returned: 1
SELECT model_id
FROM prk1n_bbmparts_schematic_models
WHERE schematic_id = '1547'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematic_models | NULL | ref | schematic_id | schematic_id | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:130 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->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.10 ms After last query: 0.03 ms Query memory: 0.024 MB Memory before query: 4.163 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_mowers
WHERE id = '97'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_mowers | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:119 |
| 16 | BbmpartsModelStockcode->getModelDetails() | JROOT/components/com_bbmparts/models/stockcode.php:133 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.03 ms Query memory: 0.023 MB Memory before query: 4.168 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_schematics
WHERE id = '1423'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematics | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:149 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->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.10 ms After last query: 0.03 ms Query memory: 0.024 MB Memory before query: 4.178 MB Rows returned: 1
SELECT model_id
FROM prk1n_bbmparts_schematic_models
WHERE schematic_id = '1423'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematic_models | NULL | ref | schematic_id | schematic_id | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:130 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.03 ms Query memory: 0.024 MB Memory before query: 4.189 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_mowers
WHERE id = '90'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_mowers | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:119 |
| 16 | BbmpartsModelStockcode->getModelDetails() | JROOT/components/com_bbmparts/models/stockcode.php:133 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.05 ms Query memory: 0.023 MB Memory before query: 4.194 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_schematics
WHERE id = '1424'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematics | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:149 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.03 ms Query memory: 0.024 MB Memory before query: 4.204 MB Rows returned: 1
SELECT model_id
FROM prk1n_bbmparts_schematic_models
WHERE schematic_id = '1424'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematic_models | NULL | ref | schematic_id | schematic_id | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.02 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:130 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->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.10 ms After last query: 0.03 ms Query memory: 0.024 MB Memory before query: 4.215 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_mowers
WHERE id = '90'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_mowers | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:119 |
| 16 | BbmpartsModelStockcode->getModelDetails() | JROOT/components/com_bbmparts/models/stockcode.php:133 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.05 ms Query memory: 0.023 MB Memory before query: 4.220 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_schematics
WHERE id = '1512'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematics | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.03 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:149 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.05 ms Query memory: 0.024 MB Memory before query: 4.230 MB Rows returned: 1
SELECT model_id
FROM prk1n_bbmparts_schematic_models
WHERE schematic_id = '1512'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematic_models | NULL | ref | schematic_id | schematic_id | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:130 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.04 ms Query memory: 0.024 MB Memory before query: 4.241 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_mowers
WHERE id = '95'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_mowers | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:119 |
| 16 | BbmpartsModelStockcode->getModelDetails() | JROOT/components/com_bbmparts/models/stockcode.php:133 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.11 ms After last query: 0.04 ms Query memory: 0.023 MB Memory before query: 4.246 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_schematics
WHERE id = '1456'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematics | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:149 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.03 ms Query memory: 0.024 MB Memory before query: 4.256 MB Rows returned: 1
SELECT model_id
FROM prk1n_bbmparts_schematic_models
WHERE schematic_id = '1456'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_schematic_models | NULL | ref | schematic_id | schematic_id | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_bbmparts/models/stockcode.php:130 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.03 ms Query memory: 0.024 MB Memory before query: 4.267 MB Rows returned: 1
SELECT *
FROM prk1n_bbmparts_mowers
WHERE id = '92'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_mowers | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/components/com_bbmparts/models/stockcode.php:119 |
| 16 | BbmpartsModelStockcode->getModelDetails() | JROOT/components/com_bbmparts/models/stockcode.php:133 |
| 15 | BbmpartsModelStockcode->getModelsBySchematic() | JROOT/components/com_bbmparts/models/stockcode.php:151 |
| 14 | BbmpartsModelStockcode->getSchematicDetails() | JROOT/components/com_bbmparts/models/stockcode.php:168 |
| 13 | BbmpartsModelStockcode->getSchematicsByStockCode() | JROOT/components/com_bbmparts/models/stockcode.php:62 |
| 12 | BbmpartsModelStockcode->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:46 |
| 10 | BbmpartsViewStockcode->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_bbmparts/bbmparts.php:39 |
| 7 | Joomla\CMS\Component\ComponentHelper::{closure}() | JROOT/components/com_bbmparts/bbmparts.php:42 |
| 6 | require_once JROOT/components/com_bbmparts/bbmparts.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 0.13 ms Query memory: 0.022 MB Memory before query: 4.269 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_discounts_limited_stockcodes
WHERE stockcode = '014-4025-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.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.02 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/libraries/bbmecomm/Price.php:64 |
| 12 | BBM\EComm\Price::isStockCodeDiscounted() | JROOT/libraries/bbmecomm/Price.php:171 |
| 11 | BBM\EComm\Price::getDiscountPrice() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:57 |
| 10 | BbmpartsViewStockcode->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.10 ms After last query: 0.05 ms Query memory: 0.023 MB Memory before query: 4.276 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_user_carts
WHERE user_id = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_user_carts | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/bbmecomm/Cart.php:464 |
| 13 | BBM\EComm\Cart->storedCartExists() | JROOT/libraries/bbmecomm/Cart.php:409 |
| 12 | BBM\EComm\Cart->read() | JROOT/libraries/bbmecomm/Cart.php:93 |
| 11 | BBM\EComm\Cart->__construct() | JROOT/components/com_bbmparts/views/stockcode/view.html.php:69 |
| 10 | BbmpartsViewStockcode->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.05 ms After last query: 2.73 ms Query memory: 0.025 MB Memory before query: 4.340 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.05 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.08 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.30 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.52 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/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.12 ms After last query: 0.76 ms Query memory: 0.020 MB Memory before query: 4.391 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.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 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.13 ms After last query: 1.18 ms Query memory: 0.021 MB Memory before query: 4.399 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.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 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.82 ms After last query: 51.42 ms Query memory: 0.024 MB Memory before query: 4.568 MB Rows returned: 9
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM prk1n_modules AS m
LEFT JOIN prk1n_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN prk1n_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
WHERE m.published = 1
AND e.enabled = 1
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2026-02-11 00:33:55')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-02-11 00:33:55')
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.08 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.06 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.10 ms |
| preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.40 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.47 ms After last query: 7.73 ms Query memory: 0.033 MB Memory before query: 4.665 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.11 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.03 ms |
| init | 0.06 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.20 ms |
| preparing | 0.04 ms |
| Creating tmp table | 0.04 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.66 ms |
| Creating sort index | 0.14 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| removing tmp table | 0.02 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 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/htmlQvCwsF:10 |
| 13 | include_once JROOT/tmp/htmlQvCwsF | 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.26 ms After last query: 1.16 ms Query memory: 0.025 MB Memory before query: 4.806 MB Rows returned: 0
SELECT `field_id`,`value`
FROM `prk1n_fields_values`
WHERE `field_id` IN (14,15,16,6,13,7,8,9,10,11,2,3,4)
AND `item_id` = '0'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_fields_values | NULL | ref | idx_field_id,idx_item_id | idx_item_id | 766 | const | 1 | 99.14 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.11 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 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/htmlQvCwsF:10 |
| 13 | include_once JROOT/tmp/htmlQvCwsF | 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.19 ms After last query: 44.95 ms Query memory: 0.025 MB Memory before query: 5.153 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_user_carts
WHERE user_id = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_user_carts | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/bbmecomm/Cart.php:464 |
| 16 | BBM\EComm\Cart->storedCartExists() | JROOT/libraries/bbmecomm/Cart.php:409 |
| 15 | BBM\EComm\Cart->read() | JROOT/libraries/bbmecomm/Cart.php:93 |
| 14 | BBM\EComm\Cart->__construct() | JROOT/tmp/html2XsPMr:6 |
| 13 | include_once JROOT/tmp/html2XsPMr | 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.82 ms After last query: 3.13 ms Query memory: 0.026 MB Memory before query: 5.177 MB Rows returned: 0
SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM prk1n_fields AS a
LEFT JOIN `prk1n_languages` AS l
ON l.lang_code = a.language
LEFT JOIN prk1n_users AS uc
ON uc.id=a.checked_out
LEFT JOIN prk1n_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN prk1n_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN prk1n_fields_groups AS g
ON g.id = a.group_id
WHERE a.context = 'mod_custom.content'
AND a.access IN (1,1,5)
AND (a.group_id = 0 OR g.access IN (1,1,5))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
ORDER BY a.ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ref | idx_state,idx_access,idx_context | idx_context | 766 | const | 1 | 86.67 | Using where; Using temporary; Using filesort |
| 1 | SIMPLE | l | NULL | eq_ref | idx_langcode | idx_langcode | 28 | parts_dev.a.language | 1 | 100.00 | Using where |
| 1 | SIMPLE | uc | NULL | eq_ref | PRIMARY | PRIMARY | 4 | parts_dev.a.checked_out | 1 | 100.00 | NULL |
| 1 | SIMPLE | ag | NULL | eq_ref | PRIMARY | PRIMARY | 4 | parts_dev.a.access | 1 | 100.00 | Using where |
| 1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | parts_dev.a.created_user_id | 1 | 100.00 | Using where |
| 1 | SIMPLE | g | NULL | eq_ref | PRIMARY | PRIMARY | 4 | parts_dev.a.group_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.12 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.03 ms |
| init | 0.07 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.14 ms |
| preparing | 0.03 ms |
| Creating tmp table | 0.05 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.17 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.14 ms After last query: 8.55 ms Query memory: 0.027 MB Memory before query: 5.231 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_user_carts
WHERE user_id = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_user_carts | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 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.14 ms After last query: 2.05 ms Query memory: 0.025 MB Memory before query: 5.239 MB Rows returned: 0
SELECT *
FROM prk1n_bbmparts_user_carts
WHERE user_id = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | prk1n_bbmparts_user_carts | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 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/htmlsckAae:9 |
| 13 | include_once JROOT/tmp/htmlsckAae | 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 |