Query Time: 0.31 ms Query memory: 0.023 MB Memory before query: 1.039 MB Rows returned: 0
SELECT `data`
FROM `n3ptb7_session`
WHERE `session_id` = X'6630626565643339633632383731393537616233373762626330626663613435'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_session | const | PRIMARY | PRIMARY | 194 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 15 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/session/storage/database.php:45 |
| 14 | JSessionStorageDatabase->read() | Same as call in the line below. |
| 13 | session_start() | JROOT/libraries/joomla/session/handler/native.php:260 |
| 12 | JSessionHandlerNative->doSessionStart() | JROOT/libraries/joomla/session/handler/native.php:50 |
| 11 | JSessionHandlerNative->start() | JROOT/libraries/joomla/session/handler/joomla.php:88 |
| 10 | JSessionHandlerJoomla->start() | JROOT/libraries/src/Session/Session.php:661 |
| 9 | Joomla\CMS\Session\Session->_start() | JROOT/libraries/src/Session/Session.php:621 |
| 8 | Joomla\CMS\Session\Session->start() | JROOT/libraries/src/Session/Session.php:499 |
| 7 | Joomla\CMS\Session\Session->get() | JROOT/libraries/src/Session/Session.php:456 |
| 6 | Joomla\CMS\Session\Session->isNew() | JROOT/libraries/src/Application/CMSApplication.php:826 |
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 0.22 ms After last query: 0.29 ms Query memory: 0.020 MB Memory before query: 1.053 MB Rows returned: 0
SELECT `session_id`
FROM `n3ptb7_session`
WHERE `session_id` = X'6630626565643339633632383731393537616233373762626330626663613435'
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_session | const | PRIMARY | PRIMARY | 194 | const | 1 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 8 | JDatabaseDriver->loadResult() | JROOT/libraries/src/Session/MetadataManager.php:74 |
| 7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 |
| 6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:828 |
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 3.37 ms After last query: 0.08 ms Query memory: 0.004 MB Memory before query: 1.058 MB
INSERT INTO `n3ptb7_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'6630626565643339633632383731393537616233373762626330626663613435', 1, 1774476420, 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `n3ptb7_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'6630626565643339633632383731393537616233373762626330626663613435', 1, 1774476420, 0, '', 0)
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Session/MetadataManager.php:116 |
| 7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 |
| 6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:828 |
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 0.49 ms After last query: 0.44 ms Query memory: 0.073 MB Memory before query: 1.152 MB Rows returned: 51
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `n3ptb7_extensions`
WHERE `type` = 'component'
AND `state` = 0
AND `enabled` = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_extensions | ref | extension | extension | 82 | const | 53 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Component/ComponentHelper.php:445 |
| 10 | Joomla\CMS\Component\ComponentHelper::Joomla\CMS\Component\{closure}() | Same as call in the line below. |
| 9 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 8 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Component/ComponentHelper.php:453 |
| 7 | Joomla\CMS\Component\ComponentHelper::load() | JROOT/libraries/src/Component/ComponentHelper.php:519 |
| 6 | Joomla\CMS\Component\ComponentHelper::getComponents() | JROOT/libraries/src/Component/ComponentHelper.php:44 |
| 5 | Joomla\CMS\Component\ComponentHelper::getComponent() | JROOT/libraries/src/Component/ComponentHelper.php:103 |
| 4 | Joomla\CMS\Component\ComponentHelper::getParams() | JROOT/libraries/src/Application/SiteApplication.php:594 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 0.62 ms Query memory: 0.021 MB Memory before query: 1.222 MB Rows returned: 6
SELECT id, rules
FROM `n3ptb7_viewlevels`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_viewlevels | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | |
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.25 ms After last query: 0.07 ms Query memory: 0.021 MB Memory before query: 1.234 MB Rows returned: 2
SELECT b.id
FROM n3ptb7_usergroups AS a
LEFT JOIN n3ptb7_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 9
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | b | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 2 | Using where; Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 10 | JDatabaseDriver->loadColumn() | JROOT/libraries/src/Access/Access.php:980 |
| 9 | Joomla\CMS\Access\Access::getGroupsByUser() | JROOT/libraries/src/Access/Access.php:1095 |
| 8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
| 7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 |
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.71 ms After last query: 0.11 ms Query memory: 0.035 MB Memory before query: 1.255 MB Rows returned: 141
SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM n3ptb7_extensions
WHERE enabled = 1
AND type = 'plugin'
AND state IN (0,1)
AND access IN (1,1,5)
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_extensions | ALL | extension | NO INDEX KEY COULD BE USED | NULL | NULL | 363 | 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.33 ms After last query: 3.77 ms Query memory: 0.022 MB Memory before query: 1.699 MB Rows returned: 1
SELECT `value`
FROM `n3ptb7_admintools_storage`
WHERE `key` = 'cparams'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_admintools_storage | const | PRIMARY | PRIMARY | 402 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 13 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_admintools/Helper/Storage.php:122 |
| 12 | Akeeba\AdminTools\Admin\Helper\Storage->load() | JROOT/administrator/components/com_admintools/Helper/Storage.php:37 |
| 11 | Akeeba\AdminTools\Admin\Helper\Storage->__construct() | JROOT/administrator/components/com_admintools/Helper/Storage.php:49 |
| 10 | Akeeba\AdminTools\Admin\Helper\Storage::getInstance() | JROOT/plugins/system/admintools/admintools/main.php:409 |
| 9 | plgSystemAdmintools->loadComponentParameters() | JROOT/plugins/system/admintools/admintools/main.php:892 |
| 8 | plgSystemAdmintools->initialize() | JROOT/plugins/system/admintools/admintools/main.php:84 |
| 7 | plgSystemAdmintools->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 0.34 ms Query memory: 0.021 MB Memory before query: 1.730 MB Rows returned: 0
SELECT *
FROM `n3ptb7_admintools_wafexceptions`
WHERE NOT(`option` LIKE 'com_%')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_admintools_wafexceptions | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 11 | JDatabaseDriver->loadAssocList() | JROOT/plugins/system/admintools/admintools/main.php:729 |
| 10 | plgSystemAdmintools->loadWAFExceptionsSEF() | JROOT/plugins/system/admintools/admintools/main.php:640 |
| 9 | plgSystemAdmintools->loadWAFExceptions() | JROOT/plugins/system/admintools/admintools/main.php:901 |
| 8 | plgSystemAdmintools->initialize() | JROOT/plugins/system/admintools/admintools/main.php:84 |
| 7 | plgSystemAdmintools->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.12 ms After last query: 5.59 ms Query memory: 0.004 MB Memory before query: 2.319 MB
SET SQL_BIG_SELECTS=1
EXPLAIN not possible on query: SET SQL_BIG_SELECTS=1
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 8 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/jomcomdev/jomcomdev.php:50 |
| 7 | plgSystemJomcomdev->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.31 ms After last query: 0.13 ms Query memory: 0.024 MB Memory before query: 2.343 MB Rows returned: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `n3ptb7_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_extensions | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | Using index condition |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/libraries/src/Helper/LibraryHelper.php:167 |
| 16 | Joomla\CMS\Helper\LibraryHelper::Joomla\CMS\Helper\{closure}() | Same as call in the line below. |
| 15 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 14 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/LibraryHelper.php:175 |
| 13 | Joomla\CMS\Helper\LibraryHelper::loadLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:43 |
| 12 | Joomla\CMS\Helper\LibraryHelper::getLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:90 |
| 11 | Joomla\CMS\Helper\LibraryHelper::getParams() | JROOT/libraries/src/Version.php:321 |
| 10 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
| 9 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
| 8 | Joomla\CMS\Factory::getDocument() | JROOT/plugins/system/jomcomdev/jomcomdev.php:52 |
| 7 | plgSystemJomcomdev->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 4.35 ms After last query: 0.10 ms Query memory: 0.006 MB Memory before query: 2.335 MB
UPDATE `n3ptb7_extensions`
SET `params` = '{\"mediaversion\":\"9351eef4f0575470c47c06d3697ae4e3\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN not possible on query: UPDATE `n3ptb7_extensions`
SET `params` = '{\"mediaversion\":\"9351eef4f0575470c47c06d3697ae4e3\"}'
WHERE `type` = 'library' AND `element` = 'joomla'
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |
| 12 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |
| 11 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |
| 10 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
| 9 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
| 8 | Joomla\CMS\Factory::getDocument() | JROOT/plugins/system/jomcomdev/jomcomdev.php:52 |
| 7 | plgSystemJomcomdev->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.34 ms After last query: 3.88 ms Query memory: 0.022 MB Memory before query: 2.653 MB Rows returned: 1
SELECT template
FROM n3ptb7_template_styles as s
WHERE s.client_id = 0
AND s.home = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | s | ALL | idx_client_id,idx_client_id_home | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 13 | JDatabaseDriver->loadResult() | JROOT/libraries/rokcommon/RokCommon/PlatformInfo/Joomla.php:31 |
| 12 | RokCommon_PlatformInfo_Joomla->getDefaultTemplate() | JROOT/libraries/rokcommon/RokCommon/PlatformInfo/Joomla.php:105 |
| 11 | RokCommon_PlatformInfo_Joomla->setPlatformParameters() | JROOT/libraries/rokcommon/RokCommon/Service.php:71 |
| 10 | RokCommon_Service::getContainer() | JROOT/libraries/rokcommon/include.php:38 |
| 9 | require_once JROOT/libraries/rokcommon/include.php | JROOT/plugins/system/rokcommon/rokcommon.php:95 |
| 8 | plgSystemRokCommon->loadCommonLib() | JROOT/plugins/system/rokcommon/rokcommon.php:53 |
| 7 | plgSystemRokCommon->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.20 ms After last query: 0.05 ms Query memory: 0.023 MB Memory before query: 2.660 MB Rows returned: 1
SELECT template
FROM n3ptb7_template_styles as s
WHERE s.client_id = 0
AND s.home = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | s | ALL | idx_client_id,idx_client_id_home | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 14 | JDatabaseDriver->loadResult() | JROOT/libraries/rokcommon/RokCommon/PlatformInfo/Joomla.php:31 |
| 13 | RokCommon_PlatformInfo_Joomla->getDefaultTemplate() | JROOT/libraries/rokcommon/RokCommon/PlatformInfo/Joomla.php:67 |
| 12 | RokCommon_PlatformInfo_Joomla->getDefaultTemplatePath() | JROOT/libraries/rokcommon/RokCommon/PlatformInfo/Joomla.php:106 |
| 11 | RokCommon_PlatformInfo_Joomla->setPlatformParameters() | JROOT/libraries/rokcommon/RokCommon/Service.php:71 |
| 10 | RokCommon_Service::getContainer() | JROOT/libraries/rokcommon/include.php:38 |
| 9 | require_once JROOT/libraries/rokcommon/include.php | JROOT/plugins/system/rokcommon/rokcommon.php:95 |
| 8 | plgSystemRokCommon->loadCommonLib() | JROOT/plugins/system/rokcommon/rokcommon.php:53 |
| 7 | plgSystemRokCommon->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 0.92 ms Query memory: 0.020 MB Memory before query: 2.771 MB Rows returned: 0
SELECT extension, file, type
FROM n3ptb7_rokcommon_configs
ORDER BY priority
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_rokcommon_configs | system | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 0 | Const row not found |
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:1701 |
| 9 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rokcommon/rokcommon.php:131 |
| 8 | plgSystemRokCommon->processRegisteredConfigs() | JROOT/plugins/system/rokcommon/rokcommon.php:75 |
| 7 | plgSystemRokCommon->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.30 ms After last query: 7.08 ms Query memory: 0.021 MB Memory before query: 4.841 MB Rows returned: 0
SELECT *
FROM `n3ptb7_admintools_ipautoban`
WHERE `ip` = '216.73.216.174'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 12 | JDatabaseDriver->loadObject() | JROOT/plugins/system/admintools/feature/autoipfiltering.php:74 |
| 11 | AtsystemFeatureAutoipfiltering->isIPBlocked() | JROOT/plugins/system/admintools/feature/autoipfiltering.php:23 |
| 10 | AtsystemFeatureAutoipfiltering->onAfterInitialise() | JROOT/plugins/system/admintools/admintools/main.php:308 |
| 9 | plgSystemAdmintools->runFeature() | JROOT/plugins/system/admintools/admintools/main.php:144 |
| 8 | plgSystemAdmintools->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 0.06 ms Query memory: 0.022 MB Memory before query: 4.855 MB Rows returned: 4
SELECT `ip`
FROM `n3ptb7_admintools_ipblock`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_admintools_ipblock | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 4 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 12 | JDatabaseDriver->loadColumn() | JROOT/plugins/system/admintools/feature/ipblacklist.php:143 |
| 11 | AtsystemFeatureIpblacklist->isIPBlocked() | JROOT/plugins/system/admintools/feature/ipblacklist.php:37 |
| 10 | AtsystemFeatureIpblacklist->onAfterInitialise() | JROOT/plugins/system/admintools/admintools/main.php:308 |
| 9 | plgSystemAdmintools->runFeature() | JROOT/plugins/system/admintools/admintools/main.php:144 |
| 8 | plgSystemAdmintools->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.20 ms After last query: 0.07 ms Query memory: 0.022 MB Memory before query: 4.869 MB Rows returned: 1
SELECT *
FROM `n3ptb7_admintools_storage`
WHERE `key` LIKE 'timestamp_%'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_admintools_storage | range | PRIMARY | PRIMARY | 402 | NULL | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 13 | JDatabaseDriver->loadAssocList() | JROOT/plugins/system/admintools/feature/abstract.php:277 |
| 12 | AtsystemFeatureAbstract->loadTimestamps() | JROOT/plugins/system/admintools/feature/abstract.php:356 |
| 11 | AtsystemFeatureAbstract->getTimestamp() | JROOT/plugins/system/admintools/feature/disableobsoleteadmins.php:115 |
| 10 | AtsystemFeatureDisableobsoleteadmins->onAfterInitialise() | JROOT/plugins/system/admintools/admintools/main.php:308 |
| 9 | plgSystemAdmintools->runFeature() | JROOT/plugins/system/admintools/admintools/main.php:144 |
| 8 | plgSystemAdmintools->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.39 ms After last query: 4.02 ms Query memory: 0.021 MB Memory before query: 4.884 MB Rows returned: 0
SELECT `source`,`keepurlparams`
FROM `n3ptb7_admintools_redirects`
WHERE ((`dest` = 'for-sale/list/rvs/travel-trailer.html') OR (`dest` = 'for-sale/list/rvs/travel-trailer.html?grweight=4') OR ('for-sale/list/rvs/travel-trailer.html?grweight=4' LIKE `dest`))
AND `published` = '1'
ORDER BY `ordering` DESC
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_admintools_redirects | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1773 |
| 11 | JDatabaseDriver->loadRow() | JROOT/plugins/system/admintools/feature/urlredir.php:91 |
| 10 | AtsystemFeatureUrlredir->onAfterInitialise() | JROOT/plugins/system/admintools/admintools/main.php:308 |
| 9 | plgSystemAdmintools->runFeature() | JROOT/plugins/system/admintools/admintools/main.php:144 |
| 8 | plgSystemAdmintools->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.32 ms After last query: 2.40 ms Query memory: 0.022 MB Memory before query: 4.944 MB Rows returned: 1
SELECT *
FROM n3ptb7_languages
ORDER BY ordering ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_languages | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_sh404sef/helpers/language.php:219 |
| 12 | Sh404sefHelperLanguage::getAllContentLanguages() | JROOT/administrator/components/com_sh404sef/helpers/language.php:171 |
| 11 | Sh404sefHelperLanguage::getUrlCodeFromTag() | JROOT/administrator/components/com_sh404sef/classes/pageinfo.php:85 |
| 10 | Sh404sefClassPageinfo->setCurrentLanguage() | JROOT/administrator/components/com_sh404sef/classes/pageinfo.php:101 |
| 9 | Sh404sefClassPageinfo->init() | JROOT/plugins/system/sh404sef/sh404sef.php:103 |
| 8 | plgSystemSh404sef->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.00 ms After last query: 0.66 ms Query memory: 0.096 MB Memory before query: 5.015 MB Rows returned: 76
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 n3ptb7_menu AS m
LEFT JOIN n3ptb7_extensions AS e
ON m.component_id = e.extension_id
WHERE m.published = 1
AND m.parent_id > 0
AND m.client_id = 0
ORDER BY m.lft
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | ref | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 1 | const | 93 | Using index condition; Using where; Using filesort |
| 1 | SIMPLE | e | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.m.component_id | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 |
| 19 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Same as call in the line below. |
| 18 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 17 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Menu/SiteMenu.php:101 |
| 16 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php:78 |
| 15 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 |
| 14 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/libraries/src/Menu/AbstractMenu.php:142 |
| 13 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:417 |
| 12 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:275 |
| 11 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOT/administrator/components/com_sh404sef/classes/pageinfo.php:131 |
| 10 | Sh404sefClassPageinfo->loadHomepages() | JROOT/administrator/components/com_sh404sef/classes/pageinfo.php:103 |
| 9 | Sh404sefClassPageinfo->init() | JROOT/plugins/system/sh404sef/sh404sef.php:103 |
| 8 | plgSystemSh404sef->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.36 ms After last query: 1.50 ms Query memory: 0.038 MB Memory before query: 5.442 MB Rows returned: 1
SELECT `params`
FROM n3ptb7_extensions
WHERE `element`='com_sh404sef'
AND `type`='component';
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 15 | JDatabaseDriver->loadResult() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:687 |
| 14 | ShlDbClass->loadResult() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:377 |
| 13 | ShlDbClass->shlLoadResult() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:483 |
| 12 | ShlDbHelper::selectResult() | JROOT/administrator/components/com_sh404sef/helpers/general.php:160 |
| 11 | Sh404sefHelperGeneral::getComponentParams() | JROOT/administrator/components/com_sh404sef/classes/config.php:668 |
| 10 | Sh404sefClassConfig->__construct() | JROOT/administrator/components/com_sh404sef/sh404seffactory.php:121 |
| 9 | Sh404sefFactory::getConfig() | JROOT/plugins/system/sh404sef/sh404sef.php:126 |
| 8 | plgSystemSh404sef->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.33 ms After last query: 8.13 ms Query memory: 0.024 MB Memory before query: 6.069 MB Rows returned: 0
SELECT *
FROM `n3ptb7_sh404sef_aliases`
WHERE `state` = 1
and (`alias` = 'for-sale/list/rvs/travel-trailer.html?grweight=4' or `alias` = 'for-sale/list/rvs/travel-trailer.html' or `alias` = 'for-sale/list/rvs/travel-trailer.html/')
order by `ordering` asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
| 16 | ShlDbClass->loadObject() | JROOT/administrator/components/com_sh404sef/models/redirector.php:222 |
| 15 | Sh404sefModelRedirector->findHardcodedMatchedRules() | JROOT/administrator/components/com_sh404sef/models/redirector.php:116 |
| 14 | Sh404sefModelRedirector->loadMatchRules() | JROOT/administrator/components/com_sh404sef/models/redirector.php:87 |
| 13 | Sh404sefModelRedirector->__construct() | JROOT/administrator/components/com_sh404sef/sh404seffactory.php:205 |
| 12 | Sh404sefFactory::getRedirector() | JROOT/administrator/components/com_sh404sef/classes/router.php:706 |
| 11 | Sh404sefClassRouterInternal->_checkAliases() | JROOT/administrator/components/com_sh404sef/classes/router.php:295 |
| 10 | Sh404sefClassRouterInternal->preprocessParseRule() | Same as call in the line below. |
| 9 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:596 |
| 8 | Joomla\CMS\Router\Router->processParseRules() | JROOT/libraries/src/Router/SiteRouter.php:597 |
| 7 | Joomla\CMS\Router\SiteRouter->processParseRules() | JROOT/libraries/src/Router/Router.php:212 |
| 6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
| 5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1142 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 0.17 ms Query memory: 0.025 MB Memory before query: 6.091 MB Rows returned: 0
SELECT *
FROM n3ptb7_sh404sef_aliases
WHERE state = 1
and (type = 1 or type = 2);
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:661 |
| 18 | ShlDbClass->loadObjectList() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:455 |
| 17 | ShlDbClass->shlLoadObjectList() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:686 |
| 16 | ShlDbHelper::selectObjectList() | JROOT/administrator/components/com_sh404sef/models/redirector.php:287 |
| 15 | Sh404sefModelRedirector->findWildcardMatchedRules() | JROOT/administrator/components/com_sh404sef/models/redirector.php:117 |
| 14 | Sh404sefModelRedirector->loadMatchRules() | JROOT/administrator/components/com_sh404sef/models/redirector.php:87 |
| 13 | Sh404sefModelRedirector->__construct() | JROOT/administrator/components/com_sh404sef/sh404seffactory.php:205 |
| 12 | Sh404sefFactory::getRedirector() | JROOT/administrator/components/com_sh404sef/classes/router.php:706 |
| 11 | Sh404sefClassRouterInternal->_checkAliases() | JROOT/administrator/components/com_sh404sef/classes/router.php:295 |
| 10 | Sh404sefClassRouterInternal->preprocessParseRule() | Same as call in the line below. |
| 9 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:596 |
| 8 | Joomla\CMS\Router\Router->processParseRules() | JROOT/libraries/src/Router/SiteRouter.php:597 |
| 7 | Joomla\CMS\Router\SiteRouter->processParseRules() | JROOT/libraries/src/Router/Router.php:212 |
| 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.26 ms After last query: 0.09 ms Query memory: 0.023 MB Memory before query: 6.108 MB Rows returned: 0
SELECT *
FROM n3ptb7_sh404sef_pageids
WHERE `pageid`='for-sale/list/rvs/travel-trailer.html';
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_sh404sef_pageids | ref | alias | alias | 767 | const | 1 | Using index condition |
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/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
| 14 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
| 13 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
| 12 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/classes/router.php:2357 |
| 11 | Sh404sefClassRouterInternal->_checkShurls() | JROOT/administrator/components/com_sh404sef/classes/router.php:296 |
| 10 | Sh404sefClassRouterInternal->preprocessParseRule() | Same as call in the line below. |
| 9 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:596 |
| 8 | Joomla\CMS\Router\Router->processParseRules() | JROOT/libraries/src/Router/SiteRouter.php:597 |
| 7 | Joomla\CMS\Router\SiteRouter->processParseRules() | JROOT/libraries/src/Router/Router.php:212 |
| 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.28 ms After last query: 0.26 ms Query memory: 0.024 MB Memory before query: 6.129 MB Rows returned: 1
SELECT *
FROM n3ptb7_languages
WHERE published=1
ORDER BY ordering ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_languages | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/LanguageHelper.php:150 |
| 17 | Joomla\CMS\Language\LanguageHelper::getLanguages() | JROOT/administrator/components/com_sh404sef/classes/router.php:2067 |
| 16 | Sh404sefClassRouterInternal->_getSimpleSefLanguageSefCode() | JROOT/administrator/components/com_sh404sef/classes/router.php:2035 |
| 15 | Sh404sefClassRouterInternal->_isSimpleEncodingSef() | JROOT/administrator/components/com_sh404sef/classes/router.php:1978 |
| 14 | Sh404sefClassRouterInternal->_lookupSef() | JROOT/administrator/components/com_sh404sef/classes/router.php:1439 |
| 13 | Sh404sefClassRouterInternal->_parseSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2647 |
| 12 | Sh404sefClassRouter->_parseSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:457 |
| 11 | Sh404sefClassRouterInternal->parseRule() | Same as call in the line below. |
| 10 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:596 |
| 9 | Joomla\CMS\Router\Router->processParseRules() | JROOT/libraries/src/Router/SiteRouter.php:597 |
| 8 | Joomla\CMS\Router\SiteRouter->processParseRules() | JROOT/libraries/src/Router/Router.php:570 |
| 7 | Joomla\CMS\Router\Router->_processParseRules() | JROOT/libraries/src/Router/Router.php:216 |
| 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.30 ms After last query: 0.47 ms Query memory: 0.025 MB Memory before query: 6.229 MB Rows returned: 0
SELECT `oldurl`, `newurl`, `dateadd`, `id`, `cpt`, `rank`
FROM n3ptb7_sh404sef_urls
WHERE `oldurl`='for-sale/list/rvs/travel-trailer.html'
ORDER BY `rank`;
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_sh404sef_urls | ref | oldurl | oldurl | 573 | const | 1 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:661 |
| 18 | ShlDbClass->loadObjectList() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:455 |
| 17 | ShlDbClass->shlLoadObjectList() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:686 |
| 16 | ShlDbHelper::selectObjectList() | JROOT/administrator/components/com_sh404sef/models/sefurls.php:103 |
| 15 | Sh404sefModelSefurls->getNonSefUrlRecordFromDatabase() | JROOT/administrator/components/com_sh404sef/classes/router.php:1992 |
| 14 | Sh404sefClassRouterInternal->_lookupSef() | JROOT/administrator/components/com_sh404sef/classes/router.php:1439 |
| 13 | Sh404sefClassRouterInternal->_parseSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2647 |
| 12 | Sh404sefClassRouter->_parseSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:457 |
| 11 | Sh404sefClassRouterInternal->parseRule() | Same as call in the line below. |
| 10 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:596 |
| 9 | Joomla\CMS\Router\Router->processParseRules() | JROOT/libraries/src/Router/SiteRouter.php:597 |
| 8 | Joomla\CMS\Router\SiteRouter->processParseRules() | JROOT/libraries/src/Router/Router.php:570 |
| 7 | Joomla\CMS\Router\Router->_processParseRules() | JROOT/libraries/src/Router/Router.php:216 |
| 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.24 ms After last query: 0.05 ms Query memory: 0.024 MB Memory before query: 6.247 MB Rows returned: 0
SELECT *
FROM n3ptb7_redirect_links
WHERE `old_url`='https://demo.infule.com/for-sale/list/rvs/travel-trailer.html?grweight=4'
AND `published`=1;
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_redirect_links | ref | idx_old_url | idx_old_url | 402 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 18 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
| 17 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
| 16 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
| 15 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/classes/router.php:2211 |
| 14 | Sh404sefClassRouterInternal->_checkJoomlaRedirects() | JROOT/administrator/components/com_sh404sef/classes/router.php:1467 |
| 13 | Sh404sefClassRouterInternal->_parseSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2647 |
| 12 | Sh404sefClassRouter->_parseSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:457 |
| 11 | Sh404sefClassRouterInternal->parseRule() | Same as call in the line below. |
| 10 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:596 |
| 9 | Joomla\CMS\Router\Router->processParseRules() | JROOT/libraries/src/Router/SiteRouter.php:597 |
| 8 | Joomla\CMS\Router\SiteRouter->processParseRules() | JROOT/libraries/src/Router/Router.php:570 |
| 7 | Joomla\CMS\Router\Router->_processParseRules() | JROOT/libraries/src/Router/Router.php:216 |
| 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.08 ms Query memory: 0.024 MB Memory before query: 6.265 MB Rows returned: 0
SELECT *
FROM n3ptb7_sh404sef_pageids
WHERE `pageid`='for-sale/list/rvs/travel-trailer.html';
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_sh404sef_pageids | ref | alias | alias | 767 | const | 1 | Using index condition |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 18 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
| 17 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
| 16 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
| 15 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/classes/router.php:2357 |
| 14 | Sh404sefClassRouterInternal->_checkShurls() | JROOT/administrator/components/com_sh404sef/classes/router.php:1476 |
| 13 | Sh404sefClassRouterInternal->_parseSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2647 |
| 12 | Sh404sefClassRouter->_parseSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:457 |
| 11 | Sh404sefClassRouterInternal->parseRule() | Same as call in the line below. |
| 10 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:596 |
| 9 | Joomla\CMS\Router\Router->processParseRules() | JROOT/libraries/src/Router/SiteRouter.php:597 |
| 8 | Joomla\CMS\Router\SiteRouter->processParseRules() | JROOT/libraries/src/Router/Router.php:570 |
| 7 | Joomla\CMS\Router\Router->_processParseRules() | JROOT/libraries/src/Router/Router.php:216 |
| 6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
| 5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1142 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 0.24 ms Query memory: 0.072 MB Memory before query: 6.291 MB Rows returned: 1
SELECT params
FROM n3ptb7_expautos_config
WHERE id = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_config | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 20 | JDatabaseDriver->loadResult() | JROOT/components/com_expautospro/helpers/ExpAutosProConfigs.php:34 |
| 19 | ExpAutosProConfigs::getExpConfigDb() | JROOT/components/com_expautospro/helpers/ExpAutosProConfigs.php:45 |
| 18 | ExpAutosProConfigs::getExpConfig() | JROOT/components/com_expautospro/router.php:688 |
| 17 | ExpautosproParseRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:105 |
| 16 | Joomla\CMS\Component\Router\RouterLegacy->parse() | JROOT/libraries/src/Router/SiteRouter.php:438 |
| 15 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1579 |
| 14 | Sh404sefClassRouterInternal->parseWithJoomlaRouterAndMaybeRedirect() | JROOT/administrator/components/com_sh404sef/classes/router.php:1482 |
| 13 | Sh404sefClassRouterInternal->_parseSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2647 |
| 12 | Sh404sefClassRouter->_parseSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:457 |
| 11 | Sh404sefClassRouterInternal->parseRule() | Same as call in the line below. |
| 10 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:596 |
| 9 | Joomla\CMS\Router\Router->processParseRules() | JROOT/libraries/src/Router/SiteRouter.php:597 |
| 8 | Joomla\CMS\Router\SiteRouter->processParseRules() | JROOT/libraries/src/Router/Router.php:570 |
| 7 | Joomla\CMS\Router\Router->_processParseRules() | JROOT/libraries/src/Router/Router.php:216 |
| 6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
| 5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1142 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.02 ms After last query: 0.31 ms Query memory: 0.049 MB Memory before query: 6.434 MB Rows returned: 10
SELECT a.*, a.id AS value, a.title AS text, a.parent_id AS parent_id, a.ecount AS catecount, a.description AS description, a.itemtype AS catitemtype
FROM n3ptb7_expautos_categories AS a
LEFT JOIN `n3ptb7_expautos_categories` AS b
ON a.lft > b.lft
AND a.rgt < b.rgt
WHERE a.level > 0
AND a.access IN (1,1,5)
AND a.published = 1
GROUP BY a.id, a.title, a.level, a.lft, a.rgt, a.parent_id, a.published
ORDER BY a.lft ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 11 | Using where; Using temporary; Using filesort |
| 1 | SIMPLE | b | ALL | idx_left_right | NO INDEX KEY COULD BE USED | NULL | NULL | 11 | Range checked for each record (index map: 0x2) |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_expautospro/helpers/ExpAutosProCategories.php:66 |
| 20 | ExpAutosProCategories::getCategories() | JROOT/components/com_expautospro/helpers/ExpAutosProCategories.php:37 |
| 19 | ExpAutosProCategories::initialize() | JROOT/components/com_expautospro/helpers/ExpAutosProCategories.php:315 |
| 18 | ExpAutosProCategories::getCategoriesByAlias() | JROOT/components/com_expautospro/router.php:860 |
| 17 | ExpautosproParseRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:105 |
| 16 | Joomla\CMS\Component\Router\RouterLegacy->parse() | JROOT/libraries/src/Router/SiteRouter.php:438 |
| 15 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1579 |
| 14 | Sh404sefClassRouterInternal->parseWithJoomlaRouterAndMaybeRedirect() | JROOT/administrator/components/com_sh404sef/classes/router.php:1482 |
| 13 | Sh404sefClassRouterInternal->_parseSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2647 |
| 12 | Sh404sefClassRouter->_parseSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:457 |
| 11 | Sh404sefClassRouterInternal->parseRule() | Same as call in the line below. |
| 10 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:596 |
| 9 | Joomla\CMS\Router\Router->processParseRules() | JROOT/libraries/src/Router/SiteRouter.php:597 |
| 8 | Joomla\CMS\Router\SiteRouter->processParseRules() | JROOT/libraries/src/Router/Router.php:570 |
| 7 | Joomla\CMS\Router\Router->_processParseRules() | JROOT/libraries/src/Router/Router.php:216 |
| 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.30 ms After last query: 0.13 ms Query memory: 0.025 MB Memory before query: 6.496 MB Rows returned: 1
SELECT b.*, p.name as parent_name
FROM n3ptb7_expautos_bodytype as b
LEFT JOIN n3ptb7_expautos_bodytype AS p
ON p.id = b.parent_id
WHERE b.name = 'travel trailer'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | b | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 46 | Using where |
| 1 | SIMPLE | p | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.b.parent_id | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 19 | JDatabaseDriver->loadAssoc() | JROOT/components/com_expautospro/helpers/helper.php:457 |
| 18 | ExpAutosProHelper::isBodyType() | JROOT/components/com_expautospro/router.php:876 |
| 17 | ExpautosproParseRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:105 |
| 16 | Joomla\CMS\Component\Router\RouterLegacy->parse() | JROOT/libraries/src/Router/SiteRouter.php:438 |
| 15 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:1579 |
| 14 | Sh404sefClassRouterInternal->parseWithJoomlaRouterAndMaybeRedirect() | JROOT/administrator/components/com_sh404sef/classes/router.php:1482 |
| 13 | Sh404sefClassRouterInternal->_parseSefRouteInternal() | JROOT/administrator/components/com_sh404sef/classes/router.php:2647 |
| 12 | Sh404sefClassRouter->_parseSefRoute() | JROOT/administrator/components/com_sh404sef/classes/router.php:457 |
| 11 | Sh404sefClassRouterInternal->parseRule() | Same as call in the line below. |
| 10 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:596 |
| 9 | Joomla\CMS\Router\Router->processParseRules() | JROOT/libraries/src/Router/SiteRouter.php:597 |
| 8 | Joomla\CMS\Router\SiteRouter->processParseRules() | JROOT/libraries/src/Router/Router.php:570 |
| 7 | Joomla\CMS\Router\Router->_processParseRules() | JROOT/libraries/src/Router/Router.php:216 |
| 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.32 ms After last query: 1.08 ms Query memory: 0.023 MB Memory before query: 6.449 MB Rows returned: 1
SELECT *
FROM `n3ptb7_admintools_wafblacklists`
WHERE `verb` IN('','GET')
AND `option` IN('','com_expautospro')
AND `view` IN('','explist')
AND `task` IN('','explist.')
AND `enabled` = '1'
GROUP BY `query`
ORDER BY `query` ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_admintools_wafblacklists | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | Using where; Using temporary; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/admintools/feature/wafblacklist.php:92 |
| 10 | AtsystemFeatureWafblacklist->onAfterRoute() | JROOT/plugins/system/admintools/admintools/main.php:308 |
| 9 | plgSystemAdmintools->runFeature() | JROOT/plugins/system/admintools/admintools/main.php:154 |
| 8 | plgSystemAdmintools->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.34 ms After last query: 0.49 ms Query memory: 0.022 MB Memory before query: 6.463 MB Rows returned: 6
SELECT id, home, template, s.params
FROM n3ptb7_template_styles as s
LEFT JOIN n3ptb7_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
WHERE s.client_id = 0
AND e.enabled = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | s | ALL | idx_template,idx_client_id,idx_client_id_home | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | Using where |
| 1 | SIMPLE | e | ref | element_clientid,element_folder_clientid,extension | element_clientid | 403 | infule_demoInfule01.s.template,const | 1 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Application/SiteApplication.php:486 |
| 10 | Joomla\CMS\Application\SiteApplication->getTemplate() | JROOT/plugins/system/gantry5/gantry5.php:261 |
| 9 | plgSystemGantry5->onAfterRouteSite() | JROOT/plugins/system/gantry5/gantry5.php:112 |
| 8 | plgSystemGantry5->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.32 ms After last query: 3.32 ms Query memory: 0.023 MB Memory before query: 6.763 MB Rows returned: 2
SELECT s.id, s.template, s.home, s.title AS long_title, s.params
FROM n3ptb7_template_styles AS s
WHERE s.client_id = 0
AND s.template = 'g5_hydrogen'
ORDER BY s.id
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | s | ref | idx_template,idx_client_id,idx_client_id_home | idx_template | 202 | const | 2 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/gantry5/src/classes/Gantry/Joomla/StyleHelper.php:69 |
| 14 | Gantry\Joomla\StyleHelper::loadStyles() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Assignments.php:63 |
| 13 | Gantry\Framework\Assignments->loadAssignments() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Assignments/AbstractAssignments.php:301 |
| 12 | Gantry\Component\Assignments\AbstractAssignments->init() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Assignments/AbstractAssignments.php:99 |
| 11 | Gantry\Component\Assignments\AbstractAssignments->scores() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Assignments/AbstractAssignments.php:86 |
| 10 | Gantry\Component\Assignments\AbstractAssignments->select() | JROOT/plugins/system/gantry5/gantry5.php:319 |
| 9 | plgSystemGantry5->onAfterRouteSite() | JROOT/plugins/system/gantry5/gantry5.php:112 |
| 8 | plgSystemGantry5->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.27 ms After last query: 3.45 ms Query memory: 0.021 MB Memory before query: 7.308 MB Rows returned: 0
SELECT id
FROM n3ptb7_expautos_expuser
WHERE userid = 0
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_expuser | ref | idexpus_userid | idexpus_userid | 4 | const | 1 | Using index |
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_expautospro/helpers/ExpAutosProUsers.php:42 |
| 10 | ExpAutosProUsers::getExpDbUserId() | JROOT/components/com_expautospro/helpers/ExpAutosProUsers.php:25 |
| 9 | ExpAutosProUsers::getExpDbo() | JROOT/components/com_expautospro/controller.php:45 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 7.37 ms Query memory: 0.024 MB Memory before query: 8.213 MB Rows returned: 0
SELECT *
FROM `n3ptb7_expautos_make`
WHERE id = '0'
AND state= 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_expautospro/models/explist.php:341 |
| 15 | ExpautosproModelExplist->getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:140 |
| 14 | Joomla\CMS\MVC\Model\ListModel->_getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 13 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_expautospro/models/explist.php:1398 |
| 12 | ExpautosproModelExplist->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_expautospro/views/explist/view.html.php:53 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.20 ms After last query: 0.04 ms Query memory: 0.024 MB Memory before query: 8.230 MB Rows returned: 0
SELECT *
FROM `n3ptb7_expautos_make`
WHERE parent_id = 0
AND id = '0'
AND state= 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_expautospro/models/explist.php:386 |
| 15 | ExpautosproModelExplist->getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:140 |
| 14 | Joomla\CMS\MVC\Model\ListModel->_getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 13 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_expautospro/models/explist.php:1398 |
| 12 | ExpautosproModelExplist->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_expautospro/views/explist/view.html.php:53 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.48 ms Query memory: 0.024 MB Memory before query: 8.265 MB Rows returned: 1
SELECT id
FROM n3ptb7_expautos_bodytype
WHERE parent_id = 13
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_bodytype | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 46 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 17 | JDatabaseDriver->loadColumn() | JROOT/components/com_expautospro/models/explist.php:1430 |
| 16 | ExpautosproModelExplist->getBodyTypeList() | JROOT/components/com_expautospro/models/explist.php:890 |
| 15 | ExpautosproModelExplist->getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:140 |
| 14 | Joomla\CMS\MVC\Model\ListModel->_getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 13 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_expautospro/models/explist.php:1398 |
| 12 | ExpautosproModelExplist->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_expautospro/views/explist/view.html.php:53 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 0.06 ms Query memory: 0.024 MB Memory before query: 8.291 MB Rows returned: 1
SELECT id
FROM n3ptb7_expautos_bodytype
WHERE parent_id = 13
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_bodytype | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 46 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 16 | JDatabase->query() | JROOT/components/com_expautospro/models/explist.php:1141 |
| 15 | ExpautosproModelExplist->getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:140 |
| 14 | Joomla\CMS\MVC\Model\ListModel->_getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 13 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_expautospro/models/explist.php:1398 |
| 12 | ExpautosproModelExplist->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_expautospro/views/explist/view.html.php:53 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 8.40 ms After last query: 0.37 ms Query memory: 0.206 MB Memory before query: 8.228 MB Rows returned: 11
SELECT a.* ,a.price AS aprice, a.bprice AS bprice,img.name AS image_order_1,c.title AS category_name, c.id AS categid, c.itemtype AS catitemtype,mk.id AS mkid,mk.name AS make_name ,mk.seotitle as make_seotitle, mk.pagetitle as make_pagetitle, mk.metadesc as make_metadesc,md.id AS mdid,md.name AS model_name,bt.id AS btid,bt.name AS bodytype_name, bt.seotitle as bodytype_seotitle, bt.pagetitle as bodytype_pagetitle, bt.metadesc as bodytype_metadesc,btp.id AS body_parent_id, btp.name as body_parent_name,fp.id AS fpid,fp.name AS floorplan_name,dr.id AS drid,dr.name AS drive_name,uf.id AS ufid,uf.name AS flag_name, uf.topcolor as flag_topcolor, uf.bottomcolor as flag_bottomcolor,ecl.id AS eclid,ecl.name AS extcolor_name, ecl.image AS extcolor_image, ecl.csscode AS csscode_color,tr.id AS trid,tr.name AS trans_name, tr.code AS trans_code,fl.id AS flid,fl.name AS fuel_name, fl.code AS fuel_code,user.id AS userwid,user.name AS user_name, user.username AS user_username, user.email AS user_email,expusercountry.id AS expusercountrywid,expuserstate.id AS expuserstatewid,expusercity.id AS expusercitywid,expuser.id AS expuser_id,expuser.lastname AS expuser_lastname, expuser.companyname AS expuser_companyname,expuser.street AS expuser_street,expuser.phone AS expuser_phone, expuser.credit_link as expuser_credit_link,expuser.web AS expuser_web, expuser.logo AS expuser_logo,expuser.headerimg AS expuser_headerimg, expuser.customimg AS expuser_customimg,expuser.zipcode AS expuser_zipcode, expuser.fax AS expuser_fax,expuser.mobphone AS expuser_mobphone, expuser.userinfo AS expuser_userinfo,expuser.utop AS expuser_utop, expuser.ucommercial AS expuser_ucommercial,expuser.uspecial AS expuser_uspecial,expuser.company_id AS expuser_mainCompany,expusercountry.name AS expuser_country, expusercity.city_name AS expuser_city,expuserstate.name AS expuser_state,expuser.latitude AS expuser_latitude,expuser.longitude AS expuser_longitude,parentCo.list_banner as parentco_banner,
parentCo.web as parentco_web,
parentCo.dealer_key as parentco_key,
parentCo.logo as parentco_logo,
parentCo.headerimg as parentco_headerimg,
parentCo.customimg as parentco_customimg,
parentCo.disclaimer as disclaimer,
parentCo.list_square_img as parentco_list_square_img,
parentCo.list_skyscraper_img as parentco_list_skyscraper_img,
parentCo.detail_skyscraper_img as parentco_detail_skyscraper_img,
parentCo.street as parentco_street,
parentCo.city as parentco_city,
parentCo.expstate as parentco_expstate,
parentCo.zipcode as parentco_zip,
parentCo.phone as parentco_phone
,fc.start_price as fc_start_price ,fc.end_price as fc_end_price,fc.months as fc_months,fc.cat_id as fc_cat_id,fc.percent_down as fc_percent_down,fc.interest_rate as fc_interest_rate, fc.status as fc_status, fc.cat_id as fc_catid,cnt.id AS cntid,cnt.name AS cnt_name,st.id AS stid,st.name AS st_name, st.code as st_code,ct.id AS ctid,ct.city_name AS ct_name,ag.title AS access_level
FROM n3ptb7_expautos_admanager as a
LEFT JOIN n3ptb7_expautos_images AS img
ON img.catid = a.id
AND img.ordering = (SELECT MIN(img2.ordering)
FROM n3ptb7_expautos_images AS img2
WHERE img2.catid = a.id)
LEFT JOIN n3ptb7_expautos_categories AS c
ON c.id = a.catid
LEFT JOIN n3ptb7_expautos_make AS mk
ON mk.id = a.make
LEFT JOIN n3ptb7_expautos_model AS md
ON md.id = a.model
LEFT JOIN n3ptb7_expautos_bodytype AS bt
ON bt.id = a.bodytype
LEFT JOIN n3ptb7_expautos_bodytype AS btp
ON btp.id = bt.parent_id
LEFT JOIN n3ptb7_expautos_floorplan_ads AS fpad
ON fpad.ad_id = a.id
LEFT JOIN n3ptb7_expautos_floorplan AS fp
ON fp.id = fpad.floor_id
LEFT JOIN n3ptb7_expautos_drive AS dr
ON dr.id = a.drive
LEFT JOIN n3ptb7_expautos_unitflag AS uf
ON uf.id = a.unitflag
LEFT JOIN n3ptb7_expautos_color AS ecl
ON ecl.id = a.extcolor
LEFT JOIN n3ptb7_expautos_trans AS tr
ON tr.id = a.trans
LEFT JOIN n3ptb7_expautos_fuel AS fl
ON fl.id = a.fuel
LEFT JOIN n3ptb7_users AS user
ON user.id = a.user
LEFT JOIN n3ptb7_expautos_expuser AS expuser
ON expuser.userid = a.user
LEFT JOIN n3ptb7_expautos_country AS expusercountry
ON expusercountry.id = expuser.country
LEFT JOIN n3ptb7_expautos_state AS expuserstate
ON expuserstate.id = expuser.expstate
LEFT JOIN n3ptb7_expautos_cities AS expusercity
ON expusercity.id = expuser.city
LEFT JOIN n3ptb7_expautos_expuser AS parentCo
ON parentCo.userid = expuser.company_id
LEFT JOIN n3ptb7_expautos_finance_calc AS fc
ON a.expprice
BETWEEN fc.start_price
AND fc.end_price
AND fc.cat_id = a.catid
AND fc.status = 1
LEFT JOIN n3ptb7_expautos_country AS cnt
ON cnt.id = a.country
LEFT JOIN n3ptb7_expautos_state AS st
ON st.id = a.expstate
LEFT JOIN n3ptb7_expautos_cities AS ct
ON ct.id = a.city
LEFT JOIN n3ptb7_viewlevels AS ag
ON ag.id = a.access
AND ag.id = c.access
WHERE a.user != ""
AND a.user > 0
AND c.published = 1
AND c.access IN (1,1,5)
AND a.state=1
AND a.catid IN (2)
AND a.bodytype IN( 14, 13)
AND a.grweight > 7500
AND a.grweight <= 10000
GROUP BY a.id
ORDER BY a.special DESC, img.name DESC, a.year DESC, make_name ASC, model_name ASC, a.specificmodel ASC
LIMIT 28| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | PRIMARY | c | const | PRIMARY | PRIMARY | 4 | const | 1 | Using temporary; Using filesort |
| 1 | PRIMARY | a | index_merge | idexpam_state,idexpam_catid,idexpam_bodytype,idexpam_user | idexpam_state,idexpam_catid | 1,4 | NULL | 33 | Using intersect(idexpam_state,idexpam_catid); Using where |
| 1 | PRIMARY | mk | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.a.make | 1 | |
| 1 | PRIMARY | md | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.a.model | 1 | |
| 1 | PRIMARY | bt | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.a.bodytype | 1 | |
| 1 | PRIMARY | btp | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.bt.parent_id | 1 | Using where |
| 1 | PRIMARY | fpad | ref | unique_ad_floor | unique_ad_floor | 5 | infule_demoInfule01.a.id | 5 | Using index |
| 1 | PRIMARY | fp | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.fpad.floor_id | 1 | Using where |
| 1 | PRIMARY | dr | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.a.drive | 1 | |
| 1 | PRIMARY | uf | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.a.unitflag | 1 | Using where |
| 1 | PRIMARY | ecl | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.a.extcolor | 1 | Using where |
| 1 | PRIMARY | tr | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.a.trans | 1 | |
| 1 | PRIMARY | fl | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.a.fuel | 1 | |
| 1 | PRIMARY | user | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.a.user | 1 | |
| 1 | PRIMARY | expuser | ALL | idexpus_userid | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | Using where; Using join buffer (flat, BNL join) |
| 1 | PRIMARY | expusercountry | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.expuser.country | 1 | Using where |
| 1 | PRIMARY | expuserstate | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.expuser.expstate | 1 | Using where |
| 1 | PRIMARY | expusercity | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.expuser.city | 1 | Using where |
| 1 | PRIMARY | parentCo | ALL | idexpus_userid | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | Using where; Using join buffer (flat, BNL join) |
| 1 | PRIMARY | fc | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 4 | Using where; Using join buffer (incremental, BNL join) |
| 1 | PRIMARY | cnt | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.a.country | 1 | |
| 1 | PRIMARY | st | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.a.expstate | 1 | |
| 1 | PRIMARY | ct | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.a.city | 1 | |
| 1 | PRIMARY | ag | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.a.access | 1 | Using where |
| 1 | PRIMARY | img | ref | idexpim_catid,idexpim_ordering | idexpim_catid | 4 | infule_demoInfule01.a.id | 6 | Using where |
| 2 | DEPENDENT SUBQUERY | img2 | ref | idexpim_catid | idexpim_catid | 4 | infule_demoInfule01.a.id | 6 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
| 14 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 13 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_expautospro/models/explist.php:1398 |
| 12 | ExpautosproModelExplist->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_expautospro/views/explist/view.html.php:53 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.33 ms After last query: 0.70 ms Query memory: 0.023 MB Memory before query: 8.467 MB Rows returned: 0
SELECT *
FROM `n3ptb7_expautos_make`
WHERE id = '0'
AND state= 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_expautospro/models/explist.php:341 |
| 14 | ExpautosproModelExplist->getListQuery() | JROOT/components/com_expautospro/models/explist.php:1252 |
| 13 | ExpautosproModelExplist->getTotal() | JROOT/libraries/src/MVC/Model/ListModel.php:239 |
| 12 | Joomla\CMS\MVC\Model\ListModel->getPagination() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_expautospro/views/explist/view.html.php:56 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.34 ms After last query: 0.04 ms Query memory: 0.023 MB Memory before query: 8.483 MB Rows returned: 0
SELECT *
FROM `n3ptb7_expautos_make`
WHERE parent_id = 0
AND id = '0'
AND state= 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_expautospro/models/explist.php:386 |
| 14 | ExpautosproModelExplist->getListQuery() | JROOT/components/com_expautospro/models/explist.php:1252 |
| 13 | ExpautosproModelExplist->getTotal() | JROOT/libraries/src/MVC/Model/ListModel.php:239 |
| 12 | Joomla\CMS\MVC\Model\ListModel->getPagination() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_expautospro/views/explist/view.html.php:56 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 0.45 ms Query memory: 0.024 MB Memory before query: 8.517 MB Rows returned: 1
SELECT id
FROM n3ptb7_expautos_bodytype
WHERE parent_id = 13
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_bodytype | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 46 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 16 | JDatabaseDriver->loadColumn() | JROOT/components/com_expautospro/models/explist.php:1430 |
| 15 | ExpautosproModelExplist->getBodyTypeList() | JROOT/components/com_expautospro/models/explist.php:890 |
| 14 | ExpautosproModelExplist->getListQuery() | JROOT/components/com_expautospro/models/explist.php:1252 |
| 13 | ExpautosproModelExplist->getTotal() | JROOT/libraries/src/MVC/Model/ListModel.php:239 |
| 12 | Joomla\CMS\MVC\Model\ListModel->getPagination() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_expautospro/views/explist/view.html.php:56 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 0.08 ms Query memory: 0.023 MB Memory before query: 8.542 MB Rows returned: 1
SELECT id
FROM n3ptb7_expautos_bodytype
WHERE parent_id = 13
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_bodytype | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 46 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 15 | JDatabase->query() | JROOT/components/com_expautospro/models/explist.php:1141 |
| 14 | ExpautosproModelExplist->getListQuery() | JROOT/components/com_expautospro/models/explist.php:1252 |
| 13 | ExpautosproModelExplist->getTotal() | JROOT/libraries/src/MVC/Model/ListModel.php:239 |
| 12 | Joomla\CMS\MVC\Model\ListModel->getPagination() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_expautospro/views/explist/view.html.php:56 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 8.38 ms After last query: 0.37 ms Query memory: 0.206 MB Memory before query: 8.494 MB Rows returned: 11
SELECT a.* ,a.price AS aprice, a.bprice AS bprice,img.name AS image_order_1,c.title AS category_name, c.id AS categid, c.itemtype AS catitemtype,mk.id AS mkid,mk.name AS make_name ,mk.seotitle as make_seotitle, mk.pagetitle as make_pagetitle, mk.metadesc as make_metadesc,md.id AS mdid,md.name AS model_name,bt.id AS btid,bt.name AS bodytype_name, bt.seotitle as bodytype_seotitle, bt.pagetitle as bodytype_pagetitle, bt.metadesc as bodytype_metadesc,btp.id AS body_parent_id, btp.name as body_parent_name,fp.id AS fpid,fp.name AS floorplan_name,dr.id AS drid,dr.name AS drive_name,uf.id AS ufid,uf.name AS flag_name, uf.topcolor as flag_topcolor, uf.bottomcolor as flag_bottomcolor,ecl.id AS eclid,ecl.name AS extcolor_name, ecl.image AS extcolor_image, ecl.csscode AS csscode_color,tr.id AS trid,tr.name AS trans_name, tr.code AS trans_code,fl.id AS flid,fl.name AS fuel_name, fl.code AS fuel_code,user.id AS userwid,user.name AS user_name, user.username AS user_username, user.email AS user_email,expusercountry.id AS expusercountrywid,expuserstate.id AS expuserstatewid,expusercity.id AS expusercitywid,expuser.id AS expuser_id,expuser.lastname AS expuser_lastname, expuser.companyname AS expuser_companyname,expuser.street AS expuser_street,expuser.phone AS expuser_phone, expuser.credit_link as expuser_credit_link,expuser.web AS expuser_web, expuser.logo AS expuser_logo,expuser.headerimg AS expuser_headerimg, expuser.customimg AS expuser_customimg,expuser.zipcode AS expuser_zipcode, expuser.fax AS expuser_fax,expuser.mobphone AS expuser_mobphone, expuser.userinfo AS expuser_userinfo,expuser.utop AS expuser_utop, expuser.ucommercial AS expuser_ucommercial,expuser.uspecial AS expuser_uspecial,expuser.company_id AS expuser_mainCompany,expusercountry.name AS expuser_country, expusercity.city_name AS expuser_city,expuserstate.name AS expuser_state,expuser.latitude AS expuser_latitude,expuser.longitude AS expuser_longitude,parentCo.list_banner as parentco_banner,
parentCo.web as parentco_web,
parentCo.dealer_key as parentco_key,
parentCo.logo as parentco_logo,
parentCo.headerimg as parentco_headerimg,
parentCo.customimg as parentco_customimg,
parentCo.disclaimer as disclaimer,
parentCo.list_square_img as parentco_list_square_img,
parentCo.list_skyscraper_img as parentco_list_skyscraper_img,
parentCo.detail_skyscraper_img as parentco_detail_skyscraper_img,
parentCo.street as parentco_street,
parentCo.city as parentco_city,
parentCo.expstate as parentco_expstate,
parentCo.zipcode as parentco_zip,
parentCo.phone as parentco_phone
,fc.start_price as fc_start_price ,fc.end_price as fc_end_price,fc.months as fc_months,fc.cat_id as fc_cat_id,fc.percent_down as fc_percent_down,fc.interest_rate as fc_interest_rate, fc.status as fc_status, fc.cat_id as fc_catid,cnt.id AS cntid,cnt.name AS cnt_name,st.id AS stid,st.name AS st_name, st.code as st_code,ct.id AS ctid,ct.city_name AS ct_name,ag.title AS access_level
FROM n3ptb7_expautos_admanager as a
LEFT JOIN n3ptb7_expautos_images AS img
ON img.catid = a.id
AND img.ordering = (SELECT MIN(img2.ordering)
FROM n3ptb7_expautos_images AS img2
WHERE img2.catid = a.id)
LEFT JOIN n3ptb7_expautos_categories AS c
ON c.id = a.catid
LEFT JOIN n3ptb7_expautos_make AS mk
ON mk.id = a.make
LEFT JOIN n3ptb7_expautos_model AS md
ON md.id = a.model
LEFT JOIN n3ptb7_expautos_bodytype AS bt
ON bt.id = a.bodytype
LEFT JOIN n3ptb7_expautos_bodytype AS btp
ON btp.id = bt.parent_id
LEFT JOIN n3ptb7_expautos_floorplan_ads AS fpad
ON fpad.ad_id = a.id
LEFT JOIN n3ptb7_expautos_floorplan AS fp
ON fp.id = fpad.floor_id
LEFT JOIN n3ptb7_expautos_drive AS dr
ON dr.id = a.drive
LEFT JOIN n3ptb7_expautos_unitflag AS uf
ON uf.id = a.unitflag
LEFT JOIN n3ptb7_expautos_color AS ecl
ON ecl.id = a.extcolor
LEFT JOIN n3ptb7_expautos_trans AS tr
ON tr.id = a.trans
LEFT JOIN n3ptb7_expautos_fuel AS fl
ON fl.id = a.fuel
LEFT JOIN n3ptb7_users AS user
ON user.id = a.user
LEFT JOIN n3ptb7_expautos_expuser AS expuser
ON expuser.userid = a.user
LEFT JOIN n3ptb7_expautos_country AS expusercountry
ON expusercountry.id = expuser.country
LEFT JOIN n3ptb7_expautos_state AS expuserstate
ON expuserstate.id = expuser.expstate
LEFT JOIN n3ptb7_expautos_cities AS expusercity
ON expusercity.id = expuser.city
LEFT JOIN n3ptb7_expautos_expuser AS parentCo
ON parentCo.userid = expuser.company_id
LEFT JOIN n3ptb7_expautos_finance_calc AS fc
ON a.expprice
BETWEEN fc.start_price
AND fc.end_price
AND fc.cat_id = a.catid
AND fc.status = 1
LEFT JOIN n3ptb7_expautos_country AS cnt
ON cnt.id = a.country
LEFT JOIN n3ptb7_expautos_state AS st
ON st.id = a.expstate
LEFT JOIN n3ptb7_expautos_cities AS ct
ON ct.id = a.city
LEFT JOIN n3ptb7_viewlevels AS ag
ON ag.id = a.access
AND ag.id = c.access
WHERE a.user != ""
AND a.user > 0
AND c.published = 1
AND c.access IN (1,1,5)
AND a.state=1
AND a.catid IN (2)
AND a.bodytype IN( 14, 13)
AND a.grweight > 7500
AND a.grweight <= 10000
GROUP BY a.id| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | PRIMARY | c | const | PRIMARY | PRIMARY | 4 | const | 1 | Using temporary; Using filesort |
| 1 | PRIMARY | a | index_merge | idexpam_state,idexpam_catid,idexpam_bodytype,idexpam_user | idexpam_state,idexpam_catid | 1,4 | NULL | 33 | Using intersect(idexpam_state,idexpam_catid); Using where |
| 1 | PRIMARY | mk | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.a.make | 1 | |
| 1 | PRIMARY | md | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.a.model | 1 | |
| 1 | PRIMARY | bt | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.a.bodytype | 1 | |
| 1 | PRIMARY | btp | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.bt.parent_id | 1 | Using where |
| 1 | PRIMARY | fpad | ref | unique_ad_floor | unique_ad_floor | 5 | infule_demoInfule01.a.id | 5 | Using index |
| 1 | PRIMARY | fp | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.fpad.floor_id | 1 | Using where |
| 1 | PRIMARY | dr | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.a.drive | 1 | |
| 1 | PRIMARY | uf | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.a.unitflag | 1 | Using where |
| 1 | PRIMARY | ecl | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.a.extcolor | 1 | Using where |
| 1 | PRIMARY | tr | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.a.trans | 1 | |
| 1 | PRIMARY | fl | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.a.fuel | 1 | |
| 1 | PRIMARY | user | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.a.user | 1 | |
| 1 | PRIMARY | expuser | ALL | idexpus_userid | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | Using where; Using join buffer (flat, BNL join) |
| 1 | PRIMARY | expusercountry | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.expuser.country | 1 | Using where |
| 1 | PRIMARY | expuserstate | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.expuser.expstate | 1 | Using where |
| 1 | PRIMARY | expusercity | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.expuser.city | 1 | Using where |
| 1 | PRIMARY | parentCo | ALL | idexpus_userid | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | Using where; Using join buffer (flat, BNL join) |
| 1 | PRIMARY | fc | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 4 | Using where; Using join buffer (incremental, BNL join) |
| 1 | PRIMARY | cnt | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.a.country | 1 | |
| 1 | PRIMARY | st | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.a.expstate | 1 | |
| 1 | PRIMARY | ct | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.a.city | 1 | |
| 1 | PRIMARY | ag | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.a.access | 1 | Using where |
| 1 | PRIMARY | img | ref | idexpim_catid,idexpim_ordering | idexpim_catid | 4 | infule_demoInfule01.a.id | 6 | Using where |
| 2 | DEPENDENT SUBQUERY | img2 | ref | idexpim_catid | idexpim_catid | 4 | infule_demoInfule01.a.id | 6 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:367 |
| 14 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getListCount() | JROOT/components/com_expautospro/models/explist.php:1252 |
| 13 | ExpautosproModelExplist->getTotal() | JROOT/libraries/src/MVC/Model/ListModel.php:239 |
| 12 | Joomla\CMS\MVC\Model\ListModel->getPagination() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_expautospro/views/explist/view.html.php:56 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.32 ms After last query: 0.95 ms Query memory: 0.023 MB Memory before query: 8.653 MB Rows returned: 0
SELECT *
FROM `n3ptb7_expautos_make`
WHERE id = '0'
AND state= 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_expautospro/models/explist.php:341 |
| 14 | ExpautosproModelExplist->getListQuery() | JROOT/components/com_expautospro/models/explist.php:1252 |
| 13 | ExpautosproModelExplist->getTotal() | JROOT/components/com_expautospro/models/explist.php:1259 |
| 12 | ExpautosproModelExplist->getExpPagination() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_expautospro/views/explist/view.html.php:60 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 0.04 ms Query memory: 0.023 MB Memory before query: 8.669 MB Rows returned: 0
SELECT *
FROM `n3ptb7_expautos_make`
WHERE parent_id = 0
AND id = '0'
AND state= 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_expautospro/models/explist.php:386 |
| 14 | ExpautosproModelExplist->getListQuery() | JROOT/components/com_expautospro/models/explist.php:1252 |
| 13 | ExpautosproModelExplist->getTotal() | JROOT/components/com_expautospro/models/explist.php:1259 |
| 12 | ExpautosproModelExplist->getExpPagination() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_expautospro/views/explist/view.html.php:60 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.27 ms After last query: 0.48 ms Query memory: 0.024 MB Memory before query: 8.702 MB Rows returned: 1
SELECT id
FROM n3ptb7_expautos_bodytype
WHERE parent_id = 13
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_bodytype | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 46 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 16 | JDatabaseDriver->loadColumn() | JROOT/components/com_expautospro/models/explist.php:1430 |
| 15 | ExpautosproModelExplist->getBodyTypeList() | JROOT/components/com_expautospro/models/explist.php:890 |
| 14 | ExpautosproModelExplist->getListQuery() | JROOT/components/com_expautospro/models/explist.php:1252 |
| 13 | ExpautosproModelExplist->getTotal() | JROOT/components/com_expautospro/models/explist.php:1259 |
| 12 | ExpautosproModelExplist->getExpPagination() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_expautospro/views/explist/view.html.php:60 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 0.11 ms Query memory: 0.023 MB Memory before query: 8.727 MB Rows returned: 1
SELECT id
FROM n3ptb7_expautos_bodytype
WHERE parent_id = 13
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_bodytype | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 46 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 15 | JDatabase->query() | JROOT/components/com_expautospro/models/explist.php:1141 |
| 14 | ExpautosproModelExplist->getListQuery() | JROOT/components/com_expautospro/models/explist.php:1252 |
| 13 | ExpautosproModelExplist->getTotal() | JROOT/components/com_expautospro/models/explist.php:1259 |
| 12 | ExpautosproModelExplist->getExpPagination() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_expautospro/views/explist/view.html.php:60 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 8.53 ms After last query: 0.35 ms Query memory: 0.206 MB Memory before query: 8.680 MB Rows returned: 11
SELECT a.* ,a.price AS aprice, a.bprice AS bprice,img.name AS image_order_1,c.title AS category_name, c.id AS categid, c.itemtype AS catitemtype,mk.id AS mkid,mk.name AS make_name ,mk.seotitle as make_seotitle, mk.pagetitle as make_pagetitle, mk.metadesc as make_metadesc,md.id AS mdid,md.name AS model_name,bt.id AS btid,bt.name AS bodytype_name, bt.seotitle as bodytype_seotitle, bt.pagetitle as bodytype_pagetitle, bt.metadesc as bodytype_metadesc,btp.id AS body_parent_id, btp.name as body_parent_name,fp.id AS fpid,fp.name AS floorplan_name,dr.id AS drid,dr.name AS drive_name,uf.id AS ufid,uf.name AS flag_name, uf.topcolor as flag_topcolor, uf.bottomcolor as flag_bottomcolor,ecl.id AS eclid,ecl.name AS extcolor_name, ecl.image AS extcolor_image, ecl.csscode AS csscode_color,tr.id AS trid,tr.name AS trans_name, tr.code AS trans_code,fl.id AS flid,fl.name AS fuel_name, fl.code AS fuel_code,user.id AS userwid,user.name AS user_name, user.username AS user_username, user.email AS user_email,expusercountry.id AS expusercountrywid,expuserstate.id AS expuserstatewid,expusercity.id AS expusercitywid,expuser.id AS expuser_id,expuser.lastname AS expuser_lastname, expuser.companyname AS expuser_companyname,expuser.street AS expuser_street,expuser.phone AS expuser_phone, expuser.credit_link as expuser_credit_link,expuser.web AS expuser_web, expuser.logo AS expuser_logo,expuser.headerimg AS expuser_headerimg, expuser.customimg AS expuser_customimg,expuser.zipcode AS expuser_zipcode, expuser.fax AS expuser_fax,expuser.mobphone AS expuser_mobphone, expuser.userinfo AS expuser_userinfo,expuser.utop AS expuser_utop, expuser.ucommercial AS expuser_ucommercial,expuser.uspecial AS expuser_uspecial,expuser.company_id AS expuser_mainCompany,expusercountry.name AS expuser_country, expusercity.city_name AS expuser_city,expuserstate.name AS expuser_state,expuser.latitude AS expuser_latitude,expuser.longitude AS expuser_longitude,parentCo.list_banner as parentco_banner,
parentCo.web as parentco_web,
parentCo.dealer_key as parentco_key,
parentCo.logo as parentco_logo,
parentCo.headerimg as parentco_headerimg,
parentCo.customimg as parentco_customimg,
parentCo.disclaimer as disclaimer,
parentCo.list_square_img as parentco_list_square_img,
parentCo.list_skyscraper_img as parentco_list_skyscraper_img,
parentCo.detail_skyscraper_img as parentco_detail_skyscraper_img,
parentCo.street as parentco_street,
parentCo.city as parentco_city,
parentCo.expstate as parentco_expstate,
parentCo.zipcode as parentco_zip,
parentCo.phone as parentco_phone
,fc.start_price as fc_start_price ,fc.end_price as fc_end_price,fc.months as fc_months,fc.cat_id as fc_cat_id,fc.percent_down as fc_percent_down,fc.interest_rate as fc_interest_rate, fc.status as fc_status, fc.cat_id as fc_catid,cnt.id AS cntid,cnt.name AS cnt_name,st.id AS stid,st.name AS st_name, st.code as st_code,ct.id AS ctid,ct.city_name AS ct_name,ag.title AS access_level
FROM n3ptb7_expautos_admanager as a
LEFT JOIN n3ptb7_expautos_images AS img
ON img.catid = a.id
AND img.ordering = (SELECT MIN(img2.ordering)
FROM n3ptb7_expautos_images AS img2
WHERE img2.catid = a.id)
LEFT JOIN n3ptb7_expautos_categories AS c
ON c.id = a.catid
LEFT JOIN n3ptb7_expautos_make AS mk
ON mk.id = a.make
LEFT JOIN n3ptb7_expautos_model AS md
ON md.id = a.model
LEFT JOIN n3ptb7_expautos_bodytype AS bt
ON bt.id = a.bodytype
LEFT JOIN n3ptb7_expautos_bodytype AS btp
ON btp.id = bt.parent_id
LEFT JOIN n3ptb7_expautos_floorplan_ads AS fpad
ON fpad.ad_id = a.id
LEFT JOIN n3ptb7_expautos_floorplan AS fp
ON fp.id = fpad.floor_id
LEFT JOIN n3ptb7_expautos_drive AS dr
ON dr.id = a.drive
LEFT JOIN n3ptb7_expautos_unitflag AS uf
ON uf.id = a.unitflag
LEFT JOIN n3ptb7_expautos_color AS ecl
ON ecl.id = a.extcolor
LEFT JOIN n3ptb7_expautos_trans AS tr
ON tr.id = a.trans
LEFT JOIN n3ptb7_expautos_fuel AS fl
ON fl.id = a.fuel
LEFT JOIN n3ptb7_users AS user
ON user.id = a.user
LEFT JOIN n3ptb7_expautos_expuser AS expuser
ON expuser.userid = a.user
LEFT JOIN n3ptb7_expautos_country AS expusercountry
ON expusercountry.id = expuser.country
LEFT JOIN n3ptb7_expautos_state AS expuserstate
ON expuserstate.id = expuser.expstate
LEFT JOIN n3ptb7_expautos_cities AS expusercity
ON expusercity.id = expuser.city
LEFT JOIN n3ptb7_expautos_expuser AS parentCo
ON parentCo.userid = expuser.company_id
LEFT JOIN n3ptb7_expautos_finance_calc AS fc
ON a.expprice
BETWEEN fc.start_price
AND fc.end_price
AND fc.cat_id = a.catid
AND fc.status = 1
LEFT JOIN n3ptb7_expautos_country AS cnt
ON cnt.id = a.country
LEFT JOIN n3ptb7_expautos_state AS st
ON st.id = a.expstate
LEFT JOIN n3ptb7_expautos_cities AS ct
ON ct.id = a.city
LEFT JOIN n3ptb7_viewlevels AS ag
ON ag.id = a.access
AND ag.id = c.access
WHERE a.user != ""
AND a.user > 0
AND c.published = 1
AND c.access IN (1,1,5)
AND a.state=1
AND a.catid IN (2)
AND a.bodytype IN( 14, 13)
AND a.grweight > 7500
AND a.grweight <= 10000
GROUP BY a.id| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | PRIMARY | c | const | PRIMARY | PRIMARY | 4 | const | 1 | Using temporary; Using filesort |
| 1 | PRIMARY | a | index_merge | idexpam_state,idexpam_catid,idexpam_bodytype,idexpam_user | idexpam_state,idexpam_catid | 1,4 | NULL | 33 | Using intersect(idexpam_state,idexpam_catid); Using where |
| 1 | PRIMARY | mk | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.a.make | 1 | |
| 1 | PRIMARY | md | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.a.model | 1 | |
| 1 | PRIMARY | bt | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.a.bodytype | 1 | |
| 1 | PRIMARY | btp | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.bt.parent_id | 1 | Using where |
| 1 | PRIMARY | fpad | ref | unique_ad_floor | unique_ad_floor | 5 | infule_demoInfule01.a.id | 5 | Using index |
| 1 | PRIMARY | fp | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.fpad.floor_id | 1 | Using where |
| 1 | PRIMARY | dr | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.a.drive | 1 | |
| 1 | PRIMARY | uf | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.a.unitflag | 1 | Using where |
| 1 | PRIMARY | ecl | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.a.extcolor | 1 | Using where |
| 1 | PRIMARY | tr | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.a.trans | 1 | |
| 1 | PRIMARY | fl | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.a.fuel | 1 | |
| 1 | PRIMARY | user | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.a.user | 1 | |
| 1 | PRIMARY | expuser | ALL | idexpus_userid | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | Using where; Using join buffer (flat, BNL join) |
| 1 | PRIMARY | expusercountry | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.expuser.country | 1 | Using where |
| 1 | PRIMARY | expuserstate | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.expuser.expstate | 1 | Using where |
| 1 | PRIMARY | expusercity | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.expuser.city | 1 | Using where |
| 1 | PRIMARY | parentCo | ALL | idexpus_userid | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | Using where; Using join buffer (flat, BNL join) |
| 1 | PRIMARY | fc | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 4 | Using where; Using join buffer (incremental, BNL join) |
| 1 | PRIMARY | cnt | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.a.country | 1 | |
| 1 | PRIMARY | st | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.a.expstate | 1 | |
| 1 | PRIMARY | ct | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.a.city | 1 | |
| 1 | PRIMARY | ag | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.a.access | 1 | Using where |
| 1 | PRIMARY | img | ref | idexpim_catid,idexpim_ordering | idexpim_catid | 4 | infule_demoInfule01.a.id | 6 | Using where |
| 2 | DEPENDENT SUBQUERY | img2 | ref | idexpim_catid | idexpim_catid | 4 | infule_demoInfule01.a.id | 6 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:367 |
| 14 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getListCount() | JROOT/components/com_expautospro/models/explist.php:1252 |
| 13 | ExpautosproModelExplist->getTotal() | JROOT/components/com_expautospro/models/explist.php:1259 |
| 12 | ExpautosproModelExplist->getExpPagination() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_expautospro/views/explist/view.html.php:60 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.33 ms After last query: 1.66 ms Query memory: 0.023 MB Memory before query: 8.666 MB Rows returned: 1
SELECT b.name as name, p.name as parent_name
FROM n3ptb7_expautos_bodytype as b
LEFT JOIN n3ptb7_expautos_bodytype AS p
ON p.id = b.parent_id
WHERE b.id = 13
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | b | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | p | const | PRIMARY | PRIMARY | 4 | const | 0 | Unique row not found |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 15 | JDatabaseDriver->loadAssoc() | JROOT/components/com_expautospro/helpers/helper.php:236 |
| 14 | ExpAutosProHelper::getClassNameAndParent() | JROOT/components/com_expautospro/helpers/sefHelp.php:1237 |
| 13 | sefHelp::parseUrlToString() | JROOT/components/com_expautospro/helpers/sefHelp.php:982 |
| 12 | sefHelp::getSeoHeadTitle() | JROOT/components/com_expautospro/views/explist/view.html.php:144 |
| 11 | ExpautosproViewExplist->_prepareDocument() | JROOT/components/com_expautospro/views/explist/view.html.php:75 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 2.02 ms Query memory: 0.026 MB Memory before query: 8.853 MB Rows returned: 1
SELECT title
FROM n3ptb7_expautos_categories
WHERE id = 2
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_categories | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 19 | JDatabaseDriver->loadResult() | JROOT/components/com_expautospro/helpers/helper.php:290 |
| 18 | ExpAutosProHelper::getCatName() | JROOT/components/com_expautospro/helpers/sefHelp.php:810 |
| 17 | sefHelp->parseUrlData() | JROOT/components/com_expautospro/helpers/sefHelp.php:791 |
| 16 | sefHelp->sortDescUrl() | JROOT/components/com_expautospro/helpers/sefHelp.php:56 |
| 15 | sefHelp->createShortDesc() | JROOT/components/com_expautospro/skins/explist/default/default.php:25 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 0.07 ms Query memory: 0.026 MB Memory before query: 8.875 MB Rows returned: 1
SELECT b.name as name, p.name as parent_name
FROM n3ptb7_expautos_bodytype as b
LEFT JOIN n3ptb7_expautos_bodytype AS p
ON p.id = b.parent_id
WHERE b.id = 13
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | b | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | p | const | PRIMARY | PRIMARY | 4 | const | 0 | Unique row not found |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 19 | JDatabaseDriver->loadAssoc() | JROOT/components/com_expautospro/helpers/helper.php:222 |
| 18 | ExpAutosProHelper::getClassName() | JROOT/components/com_expautospro/helpers/sefHelp.php:819 |
| 17 | sefHelp->parseUrlData() | JROOT/components/com_expautospro/helpers/sefHelp.php:791 |
| 16 | sefHelp->sortDescUrl() | JROOT/components/com_expautospro/helpers/sefHelp.php:56 |
| 15 | sefHelp->createShortDesc() | JROOT/components/com_expautospro/skins/explist/default/default.php:25 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 0.13 ms Query memory: 0.025 MB Memory before query: 8.896 MB Rows returned: 1
SELECT b.name as name, p.name as parent_name
FROM n3ptb7_expautos_bodytype as b
LEFT JOIN n3ptb7_expautos_bodytype AS p
ON p.id = b.parent_id
WHERE b.id = 13
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | b | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | p | const | PRIMARY | PRIMARY | 4 | const | 0 | Unique row not found |
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:1465 |
| 18 | JDatabaseDriver->loadAssoc() | JROOT/components/com_expautospro/helpers/helper.php:236 |
| 17 | ExpAutosProHelper::getClassNameAndParent() | JROOT/components/com_expautospro/helpers/sefHelp.php:1237 |
| 16 | sefHelp::parseUrlToString() | JROOT/components/com_expautospro/helpers/sefHelp.php:992 |
| 15 | sefHelp::getSeoPageTitle() | JROOT/components/com_expautospro/skins/explist/default/default.php:43 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 0.06 ms Query memory: 0.025 MB Memory before query: 8.916 MB Rows returned: 1
SELECT b.name as name, p.name as parent_name
FROM n3ptb7_expautos_bodytype as b
LEFT JOIN n3ptb7_expautos_bodytype AS p
ON p.id = b.parent_id
WHERE b.id = 13
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | b | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | p | const | PRIMARY | PRIMARY | 4 | const | 0 | Unique row not found |
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:1465 |
| 17 | JDatabaseDriver->loadAssoc() | JROOT/components/com_expautospro/helpers/helper.php:236 |
| 16 | ExpAutosProHelper::getClassNameAndParent() | JROOT/components/com_expautospro/helpers/sefHelp.php:1091 |
| 15 | sefHelp::buildMetaDescription() | JROOT/components/com_expautospro/skins/explist/default/default.php:44 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 0.19 ms Query memory: 0.025 MB Memory before query: 8.939 MB Rows returned: 1
SELECT b.name as name, p.name as parent_name
FROM n3ptb7_expautos_bodytype as b
LEFT JOIN n3ptb7_expautos_bodytype AS p
ON p.id = b.parent_id
WHERE b.id = 13
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | b | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | p | const | PRIMARY | PRIMARY | 4 | const | 0 | Unique row not found |
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:1465 |
| 18 | JDatabaseDriver->loadAssoc() | JROOT/components/com_expautospro/helpers/helper.php:236 |
| 17 | ExpAutosProHelper::getClassNameAndParent() | JROOT/components/com_expautospro/helpers/sefHelp.php:1237 |
| 16 | sefHelp::parseUrlToString() | JROOT/components/com_expautospro/helpers/sefHelp.php:982 |
| 15 | sefHelp::getSeoHeadTitle() | JROOT/components/com_expautospro/skins/explist/default/default.php:54 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.35 ms After last query: 0.52 ms Query memory: 0.025 MB Memory before query: 8.989 MB Rows returned: 1
SELECT *
FROM n3ptb7_expautos_bodytype
WHERE id = 13
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_bodytype | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 16 | JDatabaseDriver->loadAssoc() | JROOT/components/com_expautospro/helpers/helper.php:379 |
| 15 | ExpAutosProHelper::getClassInfo() | JROOT/components/com_expautospro/skins/explist/default/default.php:210 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 0.07 ms Query memory: 0.025 MB Memory before query: 9.010 MB Rows returned: 0
SELECT name
FROM n3ptb7_expautos_state
WHERE id = 0
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_expautospro/helpers/helper.php:426 |
| 15 | ExpAutosProHelper::getStateName() | JROOT/components/com_expautospro/skins/explist/default/default.php:240 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.18 ms After last query: 0.48 ms Query memory: 0.082 MB Memory before query: 9.055 MB Rows returned: 41
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM n3ptb7_modules AS m
LEFT JOIN n3ptb7_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN n3ptb7_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-03-25 22:07:00')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-03-25 22:07:00')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 874 OR mm.menuid <= 0)
ORDER BY m.position, m.ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | ref | PRIMARY,published,newsfeeds | published | 1 | const | 87 | Using index condition; Using where; Using filesort |
| 1 | SIMPLE | mm | ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.m.id | 1 | Using where; Using index |
| 1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 403 | infule_demoInfule01.m.module,const | 1 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | Same as call in the line below. |
| 20 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 19 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:441 |
| 18 | Joomla\CMS\Helper\ModuleHelper::getModuleList() | JROOT/libraries/src/Helper/ModuleHelper.php:371 |
| 17 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
| 16 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/components/com_expautospro/helpers/helper.php:122 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:256 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.24 ms After last query: 3.47 ms Query memory: 0.075 MB Memory before query: 9.425 MB Rows returned: 35
SELECT a.*, a.id AS value, a.name AS text,c.title AS category_name
FROM n3ptb7_expautos_make AS a
LEFT JOIN n3ptb7_expautos_categories AS c
ON c.id = a.catid
WHERE a.state >= 0
AND a.ecount >0
ORDER BY `a`.`name` ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 4814 | Using where; Using filesort |
| 1 | SIMPLE | c | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.a.catid | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 22 | JDatabaseDriver->loadObjectList() | JROOT/components/com_expautospro/helpers/ExpAutosProMakesModSearch.php:95 |
| 21 | ExpAutosProMakesModSearch::getExpMakesObject() | JROOT/components/com_expautospro/helpers/ExpAutosProMakesModSearch.php:323 |
| 20 | ExpAutosProMakesModSearch::getMakesOptions() | JROOT/modules/mod_expautospro_search_ajax/helper.php:279 |
| 19 | ModExpautosSearchAjax::getMake() | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:26 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:267 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 2.63 ms Query memory: 0.027 MB Memory before query: 9.369 MB Rows returned: 2
SELECT id As value, name As text
FROM `n3ptb7_expautos_condition`
WHERE state = '1'
ORDER BY `ordering`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_condition | ref | idexpcn_state | idexpcn_state | 1 | const | 2 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_expautospro/helpers/expfields.php:89 |
| 20 | ExpAutosProFields::getExpSelectStd() | JROOT/modules/mod_expautospro_search_ajax/helper.php:452 |
| 19 | ModExpautosSearchAjax::getCondition() | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:29 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:267 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.41 ms Query memory: 0.027 MB Memory before query: 9.394 MB Rows returned: 6
SELECT b.id As value, b.name As text, p.id as parent_id, p.name as parent_name,b.image as imgname
FROM n3ptb7_expautos_bodytype as b
LEFT JOIN n3ptb7_expautos_bodytype AS p
ON p.id = b.parent_id
WHERE b.state = 1
AND b.ecount > 0
AND b.catid = 2
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | b | ALL | idexpbt_state | NO INDEX KEY COULD BE USED | NULL | NULL | 46 | Using where |
| 1 | SIMPLE | p | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.b.parent_id | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_expautospro/helpers/expfields.php:113 |
| 20 | ExpAutosProFields::getExpBtypeSelect() | JROOT/modules/mod_expautospro_search_ajax/helper.php:487 |
| 19 | ModExpautosSearchAjax::getBodytype() | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:30 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:267 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.14 ms Query memory: 0.027 MB Memory before query: 9.417 MB Rows returned: 0
SELECT id As value, `name` As text
FROM `n3ptb7_expautos_extrafield1` AS a
WHERE `a`.`catid` = '2'
AND a.state > 0
ORDER BY `a`.`ordering`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_expautospro/helpers/expfields.php:161 |
| 20 | ExpAutosProFields::getExpSelect() | JROOT/modules/mod_expautospro_search_ajax/helper.php:545 |
| 19 | ModExpautosSearchAjax::getExtrafield1() | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:31 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:267 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 0.36 ms Query memory: 0.032 MB Memory before query: 9.461 MB Rows returned: 2
SELECT id As value, name As text
FROM `n3ptb7_expautos_extrafield2`
WHERE state = '1'
ORDER BY `ordering`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_extrafield2 | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_expautospro/helpers/expfields.php:89 |
| 20 | ExpAutosProFields::getExpSelectStd() | JROOT/modules/mod_expautospro_search_ajax/helper.php:579 |
| 19 | ModExpautosSearchAjax::getExtrafield2() | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:32 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:267 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 0.44 ms Query memory: 0.027 MB Memory before query: 9.489 MB Rows returned: 2
SELECT id As value, name As text
FROM `n3ptb7_expautos_extrafield3`
WHERE state = '1'
ORDER BY `ordering`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_extrafield3 | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_expautospro/helpers/expfields.php:89 |
| 20 | ExpAutosProFields::getExpSelectStd() | JROOT/modules/mod_expautospro_search_ajax/helper.php:599 |
| 19 | ModExpautosSearchAjax::getExtrafield3() | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:33 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:267 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 1.29 ms Query memory: 0.027 MB Memory before query: 9.534 MB Rows returned: 6
SELECT id As value, name As text
FROM `n3ptb7_expautos_fuel`
WHERE state = '1'
ORDER BY `ordering`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_fuel | ALL | idexpfl_state | NO INDEX KEY COULD BE USED | NULL | NULL | 13 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_expautospro/helpers/expfields.php:89 |
| 20 | ExpAutosProFields::getExpSelectStd() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1045 |
| 19 | ModExpautosSearchAjax::getFuel() | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:39 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:267 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.93 ms Query memory: 0.027 MB Memory before query: 9.558 MB Rows returned: 6
SELECT id As value, name As text
FROM `n3ptb7_expautos_drive`
WHERE state = '1'
ORDER BY `ordering`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_drive | ALL | idexpdr_state | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_expautospro/helpers/expfields.php:89 |
| 20 | ExpAutosProFields::getExpSelectStd() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1065 |
| 19 | ModExpautosSearchAjax::getDrive() | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:40 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:267 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 0.92 ms Query memory: 0.027 MB Memory before query: 9.581 MB Rows returned: 5
SELECT id As value, name As text
FROM `n3ptb7_expautos_trans`
WHERE state = '1'
ORDER BY `ordering`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_trans | ALL | idexptr_state | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_expautospro/helpers/expfields.php:89 |
| 20 | ExpAutosProFields::getExpSelectStd() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1085 |
| 19 | ModExpautosSearchAjax::getTrans() | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:41 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:267 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 1.13 ms Query memory: 0.027 MB Memory before query: 9.604 MB Rows returned: 1
SELECT id AS value, name AS text
FROM `n3ptb7_expautos_country`
WHERE state > 0
AND id = 223
ORDER BY name
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_country | const | PRIMARY,idexpct_state | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_expautospro/helpers/ExpAutosProLocation.php:52 |
| 20 | ExpAutosProLocation::getCountry() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1117 |
| 19 | ModExpautosSearchAjax::getCountry() | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:42 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:267 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.27 ms Query memory: 0.027 MB Memory before query: 9.639 MB Rows returned: 3
SELECT id AS value, name AS text
FROM `n3ptb7_expautos_state`
WHERE state > 0
AND catid = 223
ORDER BY name
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_state | range | idexpst_state | idexpst_state | 1 | NULL | 3 | Using index condition; Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_expautospro/helpers/ExpAutosProLocation.php:84 |
| 20 | ExpAutosProLocation::getExpstate() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1143 |
| 19 | ModExpautosSearchAjax::getExpState() | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:43 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:267 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.32 ms After last query: 0.38 ms Query memory: 0.027 MB Memory before query: 9.675 MB Rows returned: 3
SELECT a.userid As value, us.username As text
FROM n3ptb7_expautos_expuser AS a
LEFT JOIN n3ptb7_users AS us
ON us.id = a.userid
WHERE a.state = 1
AND us.block = 0
ORDER BY us.username
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | ALL | idexpus_userid,idexpus_state | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | Using where; Using temporary; Using filesort |
| 1 | SIMPLE | us | eq_ref | PRIMARY,idx_block | PRIMARY | 4 | infule_demoInfule01.a.userid | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 20 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1219 |
| 19 | ModExpautosSearchAjax::getDealer() | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:45 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:267 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.32 ms After last query: 0.54 ms Query memory: 0.027 MB Memory before query: 9.709 MB Rows returned: 15
SELECT id As value, name As text
FROM `n3ptb7_expautos_color`
WHERE state = '1'
ORDER BY `ordering`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_color | ALL | idexpcl_state | NO INDEX KEY COULD BE USED | NULL | NULL | 16 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_expautospro/helpers/expfields.php:89 |
| 20 | ExpAutosProFields::getExpSelectStd() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1474 |
| 19 | ModExpautosSearchAjax::getColor() | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:54 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:267 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 3.46 ms Query memory: 0.027 MB Memory before query: 9.822 MB Rows returned: 1
SELECT id, cname, exchange, cvariable, expicon, priceformat, moneyformat
FROM n3ptb7_expautos_currency
WHERE state = 1
ORDER BY ordering ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_currency | ref | idexpcr_state | idexpcr_state | 1 | const | 1 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 22 | JDatabaseDriver->loadAssocList() | JROOT/components/com_expautospro/helpers/ExpAutosProPrice.php:161 |
| 21 | ExpAutosProPrice::getExpPriceDb() | JROOT/components/com_expautospro/helpers/ExpAutosProPrice.php:325 |
| 20 | ExpAutosProPrice::getExpPriceCharacter() | JROOT/modules/mod_expautospro_search_ajax/helper.php:889 |
| 19 | ModExpautosSearchAjax::getPriceSlide() | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:59 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:267 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.35 ms After last query: 5.47 ms Query memory: 0.028 MB Memory before query: 10.067 MB Rows returned: 1
SELECT params
FROM n3ptb7_modules
WHERE id = 391
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_modules | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 22 | JDatabaseDriver->loadResult() | JROOT/components/com_expautospro/helpers/ExpAutosProGetParams.php:34 |
| 21 | ExpAutosProGetParams->getExpDbConfig() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:37 |
| 20 | ExpAutosProSearch::getExpSearchMod() | JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php:146 |
| 19 | require JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:69 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:267 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.44 ms After last query: 4.86 ms Query memory: 0.028 MB Memory before query: 10.231 MB Rows returned: 2
SELECT id As value, name As text
FROM `n3ptb7_expautos_condition`
WHERE state = '1'
ORDER BY `ordering`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_condition | ref | idexpcn_state | idexpcn_state | 1 | const | 2 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_expautospro/helpers/expfields.php:89 |
| 23 | ExpAutosProFields::getExpSelectStd() | JROOT/modules/mod_expautospro_search_ajax/helper.php:452 |
| 22 | ModExpautosSearchAjax::getCondition() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:755 |
| 21 | ExpAutosProSearchSideStyle::getExpHtmlSearch() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:64 |
| 20 | ExpAutosProSearch::getExpSearchMod() | JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php:146 |
| 19 | require JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:69 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:267 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.42 ms After last query: 0.47 ms Query memory: 0.029 MB Memory before query: 10.258 MB Rows returned: 6
SELECT b.id As value, b.name As text, p.id as parent_id, p.name as parent_name,b.image as imgname
FROM n3ptb7_expautos_bodytype as b
LEFT JOIN n3ptb7_expautos_bodytype AS p
ON p.id = b.parent_id
WHERE b.state = 1
AND b.ecount > 0
AND b.catid = 2
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | b | ALL | idexpbt_state | NO INDEX KEY COULD BE USED | NULL | NULL | 46 | Using where |
| 1 | SIMPLE | p | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.b.parent_id | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_expautospro/helpers/expfields.php:113 |
| 23 | ExpAutosProFields::getExpBtypeSelect() | JROOT/modules/mod_expautospro_search_ajax/helper.php:487 |
| 22 | ModExpautosSearchAjax::getBodytype() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:756 |
| 21 | ExpAutosProSearchSideStyle::getExpHtmlSearch() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:64 |
| 20 | ExpAutosProSearch::getExpSearchMod() | JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php:146 |
| 19 | require JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:69 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:267 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.87 ms After last query: 0.15 ms Query memory: 0.028 MB Memory before query: 10.281 MB Rows returned: 12
SELECT f.id AS value,f.name AS text
FROM n3ptb7_expautos_floorplan AS f
INNER JOIN n3ptb7_expautos_floorplan_ads AS af
ON f.id=af.floor_id
WHERE state=1
GROUP BY af.floor_id
ORDER BY name ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | af | index | NULL | unique_ad_floor | 10 | NULL | 155 | Using where; Using index; Using temporary; Using filesort |
| 1 | SIMPLE | f | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.af.floor_id | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1260 |
| 22 | ModExpautosSearchAjax::getFloorplan() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:757 |
| 21 | ExpAutosProSearchSideStyle::getExpHtmlSearch() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:64 |
| 20 | ExpAutosProSearch::getExpSearchMod() | JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php:146 |
| 19 | require JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:69 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:267 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.07 ms Query memory: 0.028 MB Memory before query: 10.312 MB Rows returned: 1
SELECT count(id) AS count
FROM n3ptb7_expautos_floorplan_ads
WHERE floor_id=3
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_floorplan_ads | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 155 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 23 | JDatabaseDriver->loadResult() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1266 |
| 22 | ModExpautosSearchAjax::getFloorplan() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:757 |
| 21 | ExpAutosProSearchSideStyle::getExpHtmlSearch() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:64 |
| 20 | ExpAutosProSearch::getExpSearchMod() | JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php:146 |
| 19 | require JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:69 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:267 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.18 ms After last query: 0.06 ms Query memory: 0.028 MB Memory before query: 10.337 MB Rows returned: 1
SELECT count(id) AS count
FROM n3ptb7_expautos_floorplan_ads
WHERE floor_id=5
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_floorplan_ads | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 155 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 23 | JDatabaseDriver->loadResult() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1266 |
| 22 | ModExpautosSearchAjax::getFloorplan() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:757 |
| 21 | ExpAutosProSearchSideStyle::getExpHtmlSearch() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:64 |
| 20 | ExpAutosProSearch::getExpSearchMod() | JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php:146 |
| 19 | require JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:69 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:267 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.028 MB Memory before query: 10.362 MB Rows returned: 1
SELECT count(id) AS count
FROM n3ptb7_expautos_floorplan_ads
WHERE floor_id=6
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_floorplan_ads | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 155 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 23 | JDatabaseDriver->loadResult() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1266 |
| 22 | ModExpautosSearchAjax::getFloorplan() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:757 |
| 21 | ExpAutosProSearchSideStyle::getExpHtmlSearch() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:64 |
| 20 | ExpAutosProSearch::getExpSearchMod() | JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php:146 |
| 19 | require JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:69 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:267 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 0.06 ms Query memory: 0.028 MB Memory before query: 10.387 MB Rows returned: 1
SELECT count(id) AS count
FROM n3ptb7_expautos_floorplan_ads
WHERE floor_id=8
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_floorplan_ads | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 155 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 23 | JDatabaseDriver->loadResult() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1266 |
| 22 | ModExpautosSearchAjax::getFloorplan() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:757 |
| 21 | ExpAutosProSearchSideStyle::getExpHtmlSearch() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:64 |
| 20 | ExpAutosProSearch::getExpSearchMod() | JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php:146 |
| 19 | require JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:69 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:267 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.20 ms After last query: 0.06 ms Query memory: 0.028 MB Memory before query: 10.412 MB Rows returned: 1
SELECT count(id) AS count
FROM n3ptb7_expautos_floorplan_ads
WHERE floor_id=9
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_floorplan_ads | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 155 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 23 | JDatabaseDriver->loadResult() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1266 |
| 22 | ModExpautosSearchAjax::getFloorplan() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:757 |
| 21 | ExpAutosProSearchSideStyle::getExpHtmlSearch() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:64 |
| 20 | ExpAutosProSearch::getExpSearchMod() | JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php:146 |
| 19 | require JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:69 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:267 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 0.06 ms Query memory: 0.028 MB Memory before query: 10.437 MB Rows returned: 1
SELECT count(id) AS count
FROM n3ptb7_expautos_floorplan_ads
WHERE floor_id=13
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_floorplan_ads | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 155 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 23 | JDatabaseDriver->loadResult() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1266 |
| 22 | ModExpautosSearchAjax::getFloorplan() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:757 |
| 21 | ExpAutosProSearchSideStyle::getExpHtmlSearch() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:64 |
| 20 | ExpAutosProSearch::getExpSearchMod() | JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php:146 |
| 19 | require JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:69 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:267 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.07 ms Query memory: 0.028 MB Memory before query: 10.462 MB Rows returned: 1
SELECT count(id) AS count
FROM n3ptb7_expautos_floorplan_ads
WHERE floor_id=14
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_floorplan_ads | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 155 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 23 | JDatabaseDriver->loadResult() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1266 |
| 22 | ModExpautosSearchAjax::getFloorplan() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:757 |
| 21 | ExpAutosProSearchSideStyle::getExpHtmlSearch() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:64 |
| 20 | ExpAutosProSearch::getExpSearchMod() | JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php:146 |
| 19 | require JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:69 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:267 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 0.05 ms Query memory: 0.028 MB Memory before query: 10.487 MB Rows returned: 1
SELECT count(id) AS count
FROM n3ptb7_expautos_floorplan_ads
WHERE floor_id=16
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_floorplan_ads | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 155 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 23 | JDatabaseDriver->loadResult() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1266 |
| 22 | ModExpautosSearchAjax::getFloorplan() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:757 |
| 21 | ExpAutosProSearchSideStyle::getExpHtmlSearch() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:64 |
| 20 | ExpAutosProSearch::getExpSearchMod() | JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php:146 |
| 19 | require JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:69 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:267 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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: 10.512 MB Rows returned: 1
SELECT count(id) AS count
FROM n3ptb7_expautos_floorplan_ads
WHERE floor_id=17
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_floorplan_ads | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 155 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 23 | JDatabaseDriver->loadResult() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1266 |
| 22 | ModExpautosSearchAjax::getFloorplan() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:757 |
| 21 | ExpAutosProSearchSideStyle::getExpHtmlSearch() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:64 |
| 20 | ExpAutosProSearch::getExpSearchMod() | JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php:146 |
| 19 | require JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:69 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:267 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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: 10.537 MB Rows returned: 1
SELECT count(id) AS count
FROM n3ptb7_expautos_floorplan_ads
WHERE floor_id=22
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_floorplan_ads | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 155 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 23 | JDatabaseDriver->loadResult() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1266 |
| 22 | ModExpautosSearchAjax::getFloorplan() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:757 |
| 21 | ExpAutosProSearchSideStyle::getExpHtmlSearch() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:64 |
| 20 | ExpAutosProSearch::getExpSearchMod() | JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php:146 |
| 19 | require JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:69 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:267 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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: 10.562 MB Rows returned: 1
SELECT count(id) AS count
FROM n3ptb7_expautos_floorplan_ads
WHERE floor_id=23
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_floorplan_ads | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 155 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 23 | JDatabaseDriver->loadResult() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1266 |
| 22 | ModExpautosSearchAjax::getFloorplan() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:757 |
| 21 | ExpAutosProSearchSideStyle::getExpHtmlSearch() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:64 |
| 20 | ExpAutosProSearch::getExpSearchMod() | JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php:146 |
| 19 | require JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:69 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:267 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.31 ms After last query: 0.05 ms Query memory: 0.028 MB Memory before query: 10.587 MB Rows returned: 1
SELECT count(id) AS count
FROM n3ptb7_expautos_floorplan_ads
WHERE floor_id=25
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_floorplan_ads | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 155 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 23 | JDatabaseDriver->loadResult() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1266 |
| 22 | ModExpautosSearchAjax::getFloorplan() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:757 |
| 21 | ExpAutosProSearchSideStyle::getExpHtmlSearch() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:64 |
| 20 | ExpAutosProSearch::getExpSearchMod() | JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php:146 |
| 19 | require JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:69 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:267 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.35 ms After last query: 1.23 ms Query memory: 0.028 MB Memory before query: 10.632 MB Rows returned: 6
SELECT id As value, name As text
FROM `n3ptb7_expautos_fuel`
WHERE state = '1'
ORDER BY `ordering`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_fuel | ALL | idexpfl_state | NO INDEX KEY COULD BE USED | NULL | NULL | 13 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_expautospro/helpers/expfields.php:89 |
| 23 | ExpAutosProFields::getExpSelectStd() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1045 |
| 22 | ModExpautosSearchAjax::getFuel() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:764 |
| 21 | ExpAutosProSearchSideStyle::getExpHtmlSearch() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:64 |
| 20 | ExpAutosProSearch::getExpSearchMod() | JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php:146 |
| 19 | require JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:69 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:267 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.34 ms After last query: 1.11 ms Query memory: 0.028 MB Memory before query: 10.658 MB Rows returned: 6
SELECT id As value, name As text
FROM `n3ptb7_expautos_drive`
WHERE state = '1'
ORDER BY `ordering`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_drive | ALL | idexpdr_state | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_expautospro/helpers/expfields.php:89 |
| 23 | ExpAutosProFields::getExpSelectStd() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1065 |
| 22 | ModExpautosSearchAjax::getDrive() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:766 |
| 21 | ExpAutosProSearchSideStyle::getExpHtmlSearch() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:64 |
| 20 | ExpAutosProSearch::getExpSearchMod() | JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php:146 |
| 19 | require JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:69 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:267 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.27 ms After last query: 1.07 ms Query memory: 0.028 MB Memory before query: 10.684 MB Rows returned: 5
SELECT id As value, name As text
FROM `n3ptb7_expautos_trans`
WHERE state = '1'
ORDER BY `ordering`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_trans | ALL | idexptr_state | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_expautospro/helpers/expfields.php:89 |
| 23 | ExpAutosProFields::getExpSelectStd() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1085 |
| 22 | ModExpautosSearchAjax::getTrans() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:767 |
| 21 | ExpAutosProSearchSideStyle::getExpHtmlSearch() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:64 |
| 20 | ExpAutosProSearch::getExpSearchMod() | JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php:146 |
| 19 | require JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:69 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:267 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.90 ms Query memory: 0.028 MB Memory before query: 10.711 MB Rows returned: 1
SELECT id AS value, name AS text
FROM `n3ptb7_expautos_country`
WHERE state > 0
AND id = 223
ORDER BY name
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_country | const | PRIMARY,idexpct_state | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_expautospro/helpers/ExpAutosProLocation.php:52 |
| 23 | ExpAutosProLocation::getCountry() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1117 |
| 22 | ModExpautosSearchAjax::getCountry() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:768 |
| 21 | ExpAutosProSearchSideStyle::getExpHtmlSearch() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:64 |
| 20 | ExpAutosProSearch::getExpSearchMod() | JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php:146 |
| 19 | require JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:69 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:267 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 0.31 ms Query memory: 0.028 MB Memory before query: 10.749 MB Rows returned: 3
SELECT id AS value, name AS text
FROM `n3ptb7_expautos_state`
WHERE state > 0
AND catid = 223
ORDER BY name
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_state | range | idexpst_state | idexpst_state | 1 | NULL | 3 | Using index condition; Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_expautospro/helpers/ExpAutosProLocation.php:84 |
| 23 | ExpAutosProLocation::getExpstate() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1143 |
| 22 | ModExpautosSearchAjax::getExpState() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:769 |
| 21 | ExpAutosProSearchSideStyle::getExpHtmlSearch() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:64 |
| 20 | ExpAutosProSearch::getExpSearchMod() | JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php:146 |
| 19 | require JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:69 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:267 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.34 ms After last query: 0.30 ms Query memory: 0.028 MB Memory before query: 10.789 MB Rows returned: 3
SELECT a.userid As value, us.username As text
FROM n3ptb7_expautos_expuser AS a
LEFT JOIN n3ptb7_users AS us
ON us.id = a.userid
WHERE a.state = 1
AND us.block = 0
ORDER BY us.username
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | ALL | idexpus_userid,idexpus_state | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | Using where; Using temporary; Using filesort |
| 1 | SIMPLE | us | eq_ref | PRIMARY,idx_block | PRIMARY | 4 | infule_demoInfule01.a.userid | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1219 |
| 22 | ModExpautosSearchAjax::getDealer() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:771 |
| 21 | ExpAutosProSearchSideStyle::getExpHtmlSearch() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:64 |
| 20 | ExpAutosProSearch::getExpSearchMod() | JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php:146 |
| 19 | require JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:69 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:267 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.58 ms After last query: 1.64 ms Query memory: 0.028 MB Memory before query: 10.831 MB Rows returned: 2
SELECT DISTINCT city
FROM `n3ptb7_expautos_admanager`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_admanager | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1105 | Using temporary |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 23 | JDatabaseDriver->loadColumn() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1288 |
| 22 | ModExpautosSearchAjax::getCities() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:804 |
| 21 | ExpAutosProSearchSideStyle::getExpHtmlSearch() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:64 |
| 20 | ExpAutosProSearch::getExpSearchMod() | JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php:146 |
| 19 | require JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:69 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:267 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.08 ms Query memory: 0.028 MB Memory before query: 10.858 MB Rows returned: 2
SELECT id as value, city_name as text
FROM `n3ptb7_expautos_cities`
WHERE id IN (5634,5636)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_cities | range | PRIMARY | PRIMARY | 4 | NULL | 2 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1303 |
| 22 | ModExpautosSearchAjax::getCities() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:804 |
| 21 | ExpAutosProSearchSideStyle::getExpHtmlSearch() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:64 |
| 20 | ExpAutosProSearch::getExpSearchMod() | JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php:146 |
| 19 | require JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:69 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:267 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.35 ms After last query: 7.42 ms Query memory: 0.027 MB Memory before query: 10.714 MB Rows returned: 2
SELECT id As value, name As text
FROM `n3ptb7_expautos_condition`
WHERE state = '1'
ORDER BY `ordering`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_condition | ref | idexpcn_state | idexpcn_state | 1 | const | 2 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_expautospro/helpers/expfields.php:89 |
| 20 | ExpAutosProFields::getExpSelectStd() | JROOT/modules/mod_expautospro_search_ajax/helper.php:452 |
| 19 | ModExpautosSearchAjax::getCondition() | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:29 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:271 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.31 ms After last query: 0.40 ms Query memory: 0.027 MB Memory before query: 10.738 MB Rows returned: 6
SELECT b.id As value, b.name As text, p.id as parent_id, p.name as parent_name,b.image as imgname
FROM n3ptb7_expautos_bodytype as b
LEFT JOIN n3ptb7_expautos_bodytype AS p
ON p.id = b.parent_id
WHERE b.state = 1
AND b.ecount > 0
AND b.catid = 2
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | b | ALL | idexpbt_state | NO INDEX KEY COULD BE USED | NULL | NULL | 46 | Using where |
| 1 | SIMPLE | p | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.b.parent_id | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_expautospro/helpers/expfields.php:113 |
| 20 | ExpAutosProFields::getExpBtypeSelect() | JROOT/modules/mod_expautospro_search_ajax/helper.php:487 |
| 19 | ModExpautosSearchAjax::getBodytype() | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:30 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:271 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 0.14 ms Query memory: 0.027 MB Memory before query: 10.761 MB Rows returned: 0
SELECT id As value, `name` As text
FROM `n3ptb7_expautos_extrafield1` AS a
WHERE `a`.`catid` = '2'
AND a.state > 0
ORDER BY `a`.`ordering`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_expautospro/helpers/expfields.php:161 |
| 20 | ExpAutosProFields::getExpSelect() | JROOT/modules/mod_expautospro_search_ajax/helper.php:545 |
| 19 | ModExpautosSearchAjax::getExtrafield1() | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:31 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:271 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.27 ms After last query: 0.26 ms Query memory: 0.027 MB Memory before query: 10.796 MB Rows returned: 2
SELECT id As value, name As text
FROM `n3ptb7_expautos_extrafield2`
WHERE state = '1'
ORDER BY `ordering`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_extrafield2 | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_expautospro/helpers/expfields.php:89 |
| 20 | ExpAutosProFields::getExpSelectStd() | JROOT/modules/mod_expautospro_search_ajax/helper.php:579 |
| 19 | ModExpautosSearchAjax::getExtrafield2() | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:32 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:271 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 0.38 ms Query memory: 0.027 MB Memory before query: 10.819 MB Rows returned: 2
SELECT id As value, name As text
FROM `n3ptb7_expautos_extrafield3`
WHERE state = '1'
ORDER BY `ordering`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_extrafield3 | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_expautospro/helpers/expfields.php:89 |
| 20 | ExpAutosProFields::getExpSelectStd() | JROOT/modules/mod_expautospro_search_ajax/helper.php:599 |
| 19 | ModExpautosSearchAjax::getExtrafield3() | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:33 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:271 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.27 ms After last query: 1.36 ms Query memory: 0.027 MB Memory before query: 10.848 MB Rows returned: 6
SELECT id As value, name As text
FROM `n3ptb7_expautos_fuel`
WHERE state = '1'
ORDER BY `ordering`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_fuel | ALL | idexpfl_state | NO INDEX KEY COULD BE USED | NULL | NULL | 13 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_expautospro/helpers/expfields.php:89 |
| 20 | ExpAutosProFields::getExpSelectStd() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1045 |
| 19 | ModExpautosSearchAjax::getFuel() | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:39 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:271 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 1.03 ms Query memory: 0.027 MB Memory before query: 10.872 MB Rows returned: 6
SELECT id As value, name As text
FROM `n3ptb7_expautos_drive`
WHERE state = '1'
ORDER BY `ordering`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_drive | ALL | idexpdr_state | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_expautospro/helpers/expfields.php:89 |
| 20 | ExpAutosProFields::getExpSelectStd() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1065 |
| 19 | ModExpautosSearchAjax::getDrive() | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:40 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:271 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.27 ms After last query: 0.96 ms Query memory: 0.027 MB Memory before query: 10.895 MB Rows returned: 5
SELECT id As value, name As text
FROM `n3ptb7_expautos_trans`
WHERE state = '1'
ORDER BY `ordering`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_trans | ALL | idexptr_state | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_expautospro/helpers/expfields.php:89 |
| 20 | ExpAutosProFields::getExpSelectStd() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1085 |
| 19 | ModExpautosSearchAjax::getTrans() | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:41 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:271 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 0.82 ms Query memory: 0.027 MB Memory before query: 10.919 MB Rows returned: 1
SELECT id AS value, name AS text
FROM `n3ptb7_expautos_country`
WHERE state > 0
AND id = 223
ORDER BY name
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_country | const | PRIMARY,idexpct_state | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_expautospro/helpers/ExpAutosProLocation.php:52 |
| 20 | ExpAutosProLocation::getCountry() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1117 |
| 19 | ModExpautosSearchAjax::getCountry() | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:42 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:271 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.28 ms After last query: 0.27 ms Query memory: 0.027 MB Memory before query: 10.953 MB Rows returned: 3
SELECT id AS value, name AS text
FROM `n3ptb7_expautos_state`
WHERE state > 0
AND catid = 223
ORDER BY name
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_state | range | idexpst_state | idexpst_state | 1 | NULL | 3 | Using index condition; Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_expautospro/helpers/ExpAutosProLocation.php:84 |
| 20 | ExpAutosProLocation::getExpstate() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1143 |
| 19 | ModExpautosSearchAjax::getExpState() | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:43 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:271 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.35 ms After last query: 0.30 ms Query memory: 0.027 MB Memory before query: 10.989 MB Rows returned: 3
SELECT a.userid As value, us.username As text
FROM n3ptb7_expautos_expuser AS a
LEFT JOIN n3ptb7_users AS us
ON us.id = a.userid
WHERE a.state = 1
AND us.block = 0
ORDER BY us.username
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | ALL | idexpus_userid,idexpus_state | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | Using where; Using temporary; Using filesort |
| 1 | SIMPLE | us | eq_ref | PRIMARY,idx_block | PRIMARY | 4 | infule_demoInfule01.a.userid | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 20 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1219 |
| 19 | ModExpautosSearchAjax::getDealer() | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:45 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:271 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 0.53 ms Query memory: 0.027 MB Memory before query: 11.024 MB Rows returned: 15
SELECT id As value, name As text
FROM `n3ptb7_expautos_color`
WHERE state = '1'
ORDER BY `ordering`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_color | ALL | idexpcl_state | NO INDEX KEY COULD BE USED | NULL | NULL | 16 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_expautospro/helpers/expfields.php:89 |
| 20 | ExpAutosProFields::getExpSelectStd() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1474 |
| 19 | ModExpautosSearchAjax::getColor() | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:54 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:271 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.27 ms After last query: 4.68 ms Query memory: 0.028 MB Memory before query: 11.166 MB Rows returned: 1
SELECT params
FROM n3ptb7_modules
WHERE id = 391
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_modules | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 22 | JDatabaseDriver->loadResult() | JROOT/components/com_expautospro/helpers/ExpAutosProGetParams.php:34 |
| 21 | ExpAutosProGetParams->getExpDbConfig() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:37 |
| 20 | ExpAutosProSearch::getExpSearchMod() | JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php:146 |
| 19 | require JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:69 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:271 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.33 ms After last query: 4.89 ms Query memory: 0.028 MB Memory before query: 11.330 MB Rows returned: 2
SELECT id As value, name As text
FROM `n3ptb7_expautos_condition`
WHERE state = '1'
ORDER BY `ordering`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_condition | ref | idexpcn_state | idexpcn_state | 1 | const | 2 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_expautospro/helpers/expfields.php:89 |
| 23 | ExpAutosProFields::getExpSelectStd() | JROOT/modules/mod_expautospro_search_ajax/helper.php:452 |
| 22 | ModExpautosSearchAjax::getCondition() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:755 |
| 21 | ExpAutosProSearchSideStyle::getExpHtmlSearch() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:64 |
| 20 | ExpAutosProSearch::getExpSearchMod() | JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php:146 |
| 19 | require JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:69 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:271 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.33 ms After last query: 0.45 ms Query memory: 0.029 MB Memory before query: 11.356 MB Rows returned: 6
SELECT b.id As value, b.name As text, p.id as parent_id, p.name as parent_name,b.image as imgname
FROM n3ptb7_expautos_bodytype as b
LEFT JOIN n3ptb7_expautos_bodytype AS p
ON p.id = b.parent_id
WHERE b.state = 1
AND b.ecount > 0
AND b.catid = 2
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | b | ALL | idexpbt_state | NO INDEX KEY COULD BE USED | NULL | NULL | 46 | Using where |
| 1 | SIMPLE | p | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.b.parent_id | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_expautospro/helpers/expfields.php:113 |
| 23 | ExpAutosProFields::getExpBtypeSelect() | JROOT/modules/mod_expautospro_search_ajax/helper.php:487 |
| 22 | ModExpautosSearchAjax::getBodytype() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:756 |
| 21 | ExpAutosProSearchSideStyle::getExpHtmlSearch() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:64 |
| 20 | ExpAutosProSearch::getExpSearchMod() | JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php:146 |
| 19 | require JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:69 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:271 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.86 ms After last query: 0.12 ms Query memory: 0.028 MB Memory before query: 11.380 MB Rows returned: 12
SELECT f.id AS value,f.name AS text
FROM n3ptb7_expautos_floorplan AS f
INNER JOIN n3ptb7_expautos_floorplan_ads AS af
ON f.id=af.floor_id
WHERE state=1
GROUP BY af.floor_id
ORDER BY name ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | af | index | NULL | unique_ad_floor | 10 | NULL | 155 | Using where; Using index; Using temporary; Using filesort |
| 1 | SIMPLE | f | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.af.floor_id | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1260 |
| 22 | ModExpautosSearchAjax::getFloorplan() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:757 |
| 21 | ExpAutosProSearchSideStyle::getExpHtmlSearch() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:64 |
| 20 | ExpAutosProSearch::getExpSearchMod() | JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php:146 |
| 19 | require JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:69 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:271 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 0.05 ms Query memory: 0.028 MB Memory before query: 11.411 MB Rows returned: 1
SELECT count(id) AS count
FROM n3ptb7_expautos_floorplan_ads
WHERE floor_id=3
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_floorplan_ads | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 155 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 23 | JDatabaseDriver->loadResult() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1266 |
| 22 | ModExpautosSearchAjax::getFloorplan() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:757 |
| 21 | ExpAutosProSearchSideStyle::getExpHtmlSearch() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:64 |
| 20 | ExpAutosProSearch::getExpSearchMod() | JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php:146 |
| 19 | require JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:69 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:271 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.028 MB Memory before query: 11.436 MB Rows returned: 1
SELECT count(id) AS count
FROM n3ptb7_expautos_floorplan_ads
WHERE floor_id=5
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_floorplan_ads | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 155 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 23 | JDatabaseDriver->loadResult() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1266 |
| 22 | ModExpautosSearchAjax::getFloorplan() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:757 |
| 21 | ExpAutosProSearchSideStyle::getExpHtmlSearch() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:64 |
| 20 | ExpAutosProSearch::getExpSearchMod() | JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php:146 |
| 19 | require JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:69 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:271 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.028 MB Memory before query: 11.461 MB Rows returned: 1
SELECT count(id) AS count
FROM n3ptb7_expautos_floorplan_ads
WHERE floor_id=6
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_floorplan_ads | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 155 | Using where |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 23 | JDatabaseDriver->loadResult() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1266 |
| 22 | ModExpautosSearchAjax::getFloorplan() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:757 |
| 21 | ExpAutosProSearchSideStyle::getExpHtmlSearch() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:64 |
| 20 | ExpAutosProSearch::getExpSearchMod() | JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php:146 |
| 19 | require JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:69 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:271 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.02 ms Query memory: 0.028 MB Memory before query: 11.486 MB Rows returned: 1
SELECT count(id) AS count
FROM n3ptb7_expautos_floorplan_ads
WHERE floor_id=8
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_floorplan_ads | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 155 | Using where |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 23 | JDatabaseDriver->loadResult() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1266 |
| 22 | ModExpautosSearchAjax::getFloorplan() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:757 |
| 21 | ExpAutosProSearchSideStyle::getExpHtmlSearch() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:64 |
| 20 | ExpAutosProSearch::getExpSearchMod() | JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php:146 |
| 19 | require JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:69 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:271 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.028 MB Memory before query: 11.511 MB Rows returned: 1
SELECT count(id) AS count
FROM n3ptb7_expautos_floorplan_ads
WHERE floor_id=9
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_floorplan_ads | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 155 | Using where |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 23 | JDatabaseDriver->loadResult() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1266 |
| 22 | ModExpautosSearchAjax::getFloorplan() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:757 |
| 21 | ExpAutosProSearchSideStyle::getExpHtmlSearch() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:64 |
| 20 | ExpAutosProSearch::getExpSearchMod() | JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php:146 |
| 19 | require JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:69 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:271 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.09 ms Query memory: 0.028 MB Memory before query: 11.536 MB Rows returned: 1
SELECT count(id) AS count
FROM n3ptb7_expautos_floorplan_ads
WHERE floor_id=13
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_floorplan_ads | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 155 | Using where |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 23 | JDatabaseDriver->loadResult() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1266 |
| 22 | ModExpautosSearchAjax::getFloorplan() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:757 |
| 21 | ExpAutosProSearchSideStyle::getExpHtmlSearch() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:64 |
| 20 | ExpAutosProSearch::getExpSearchMod() | JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php:146 |
| 19 | require JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:69 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:271 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.028 MB Memory before query: 11.561 MB Rows returned: 1
SELECT count(id) AS count
FROM n3ptb7_expautos_floorplan_ads
WHERE floor_id=14
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_floorplan_ads | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 155 | Using where |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 23 | JDatabaseDriver->loadResult() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1266 |
| 22 | ModExpautosSearchAjax::getFloorplan() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:757 |
| 21 | ExpAutosProSearchSideStyle::getExpHtmlSearch() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:64 |
| 20 | ExpAutosProSearch::getExpSearchMod() | JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php:146 |
| 19 | require JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:69 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:271 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.028 MB Memory before query: 11.586 MB Rows returned: 1
SELECT count(id) AS count
FROM n3ptb7_expautos_floorplan_ads
WHERE floor_id=16
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_floorplan_ads | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 155 | Using where |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 23 | JDatabaseDriver->loadResult() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1266 |
| 22 | ModExpautosSearchAjax::getFloorplan() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:757 |
| 21 | ExpAutosProSearchSideStyle::getExpHtmlSearch() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:64 |
| 20 | ExpAutosProSearch::getExpSearchMod() | JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php:146 |
| 19 | require JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:69 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:271 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.028 MB Memory before query: 11.611 MB Rows returned: 1
SELECT count(id) AS count
FROM n3ptb7_expautos_floorplan_ads
WHERE floor_id=17
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_floorplan_ads | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 155 | Using where |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 23 | JDatabaseDriver->loadResult() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1266 |
| 22 | ModExpautosSearchAjax::getFloorplan() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:757 |
| 21 | ExpAutosProSearchSideStyle::getExpHtmlSearch() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:64 |
| 20 | ExpAutosProSearch::getExpSearchMod() | JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php:146 |
| 19 | require JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:69 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:271 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.028 MB Memory before query: 11.636 MB Rows returned: 1
SELECT count(id) AS count
FROM n3ptb7_expautos_floorplan_ads
WHERE floor_id=22
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_floorplan_ads | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 155 | Using where |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 23 | JDatabaseDriver->loadResult() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1266 |
| 22 | ModExpautosSearchAjax::getFloorplan() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:757 |
| 21 | ExpAutosProSearchSideStyle::getExpHtmlSearch() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:64 |
| 20 | ExpAutosProSearch::getExpSearchMod() | JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php:146 |
| 19 | require JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:69 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:271 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.028 MB Memory before query: 11.661 MB Rows returned: 1
SELECT count(id) AS count
FROM n3ptb7_expautos_floorplan_ads
WHERE floor_id=23
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_floorplan_ads | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 155 | Using where |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 23 | JDatabaseDriver->loadResult() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1266 |
| 22 | ModExpautosSearchAjax::getFloorplan() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:757 |
| 21 | ExpAutosProSearchSideStyle::getExpHtmlSearch() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:64 |
| 20 | ExpAutosProSearch::getExpSearchMod() | JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php:146 |
| 19 | require JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:69 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:271 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.16 ms After last query: 0.04 ms Query memory: 0.028 MB Memory before query: 11.686 MB Rows returned: 1
SELECT count(id) AS count
FROM n3ptb7_expautos_floorplan_ads
WHERE floor_id=25
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_floorplan_ads | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 155 | Using where |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 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 of update loop | 0.01 ms |
| Query end | 0.02 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 23 | JDatabaseDriver->loadResult() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1266 |
| 22 | ModExpautosSearchAjax::getFloorplan() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:757 |
| 21 | ExpAutosProSearchSideStyle::getExpHtmlSearch() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:64 |
| 20 | ExpAutosProSearch::getExpSearchMod() | JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php:146 |
| 19 | require JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:69 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:271 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.32 ms After last query: 1.16 ms Query memory: 0.028 MB Memory before query: 11.715 MB Rows returned: 6
SELECT id As value, name As text
FROM `n3ptb7_expautos_fuel`
WHERE state = '1'
ORDER BY `ordering`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_fuel | ALL | idexpfl_state | NO INDEX KEY COULD BE USED | NULL | NULL | 13 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Sorting result | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.04 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_expautospro/helpers/expfields.php:89 |
| 23 | ExpAutosProFields::getExpSelectStd() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1045 |
| 22 | ModExpautosSearchAjax::getFuel() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:764 |
| 21 | ExpAutosProSearchSideStyle::getExpHtmlSearch() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:64 |
| 20 | ExpAutosProSearch::getExpSearchMod() | JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php:146 |
| 19 | require JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:69 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:271 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 0.99 ms Query memory: 0.028 MB Memory before query: 11.741 MB Rows returned: 6
SELECT id As value, name As text
FROM `n3ptb7_expautos_drive`
WHERE state = '1'
ORDER BY `ordering`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_drive | ALL | idexpdr_state | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Sorting result | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_expautospro/helpers/expfields.php:89 |
| 23 | ExpAutosProFields::getExpSelectStd() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1065 |
| 22 | ModExpautosSearchAjax::getDrive() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:766 |
| 21 | ExpAutosProSearchSideStyle::getExpHtmlSearch() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:64 |
| 20 | ExpAutosProSearch::getExpSearchMod() | JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php:146 |
| 19 | require JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:69 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:271 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.31 ms After last query: 1.04 ms Query memory: 0.032 MB Memory before query: 11.779 MB Rows returned: 5
SELECT id As value, name As text
FROM `n3ptb7_expautos_trans`
WHERE state = '1'
ORDER BY `ordering`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_trans | ALL | idexptr_state | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_expautospro/helpers/expfields.php:89 |
| 23 | ExpAutosProFields::getExpSelectStd() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1085 |
| 22 | ModExpautosSearchAjax::getTrans() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:767 |
| 21 | ExpAutosProSearchSideStyle::getExpHtmlSearch() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:64 |
| 20 | ExpAutosProSearch::getExpSearchMod() | JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php:146 |
| 19 | require JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:69 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:271 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 0.93 ms Query memory: 0.028 MB Memory before query: 11.809 MB Rows returned: 1
SELECT id AS value, name AS text
FROM `n3ptb7_expautos_country`
WHERE state > 0
AND id = 223
ORDER BY name
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_country | const | PRIMARY,idexpct_state | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_expautospro/helpers/ExpAutosProLocation.php:52 |
| 23 | ExpAutosProLocation::getCountry() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1117 |
| 22 | ModExpautosSearchAjax::getCountry() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:768 |
| 21 | ExpAutosProSearchSideStyle::getExpHtmlSearch() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:64 |
| 20 | ExpAutosProSearch::getExpSearchMod() | JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php:146 |
| 19 | require JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:69 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:271 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 0.31 ms Query memory: 0.028 MB Memory before query: 11.848 MB Rows returned: 3
SELECT id AS value, name AS text
FROM `n3ptb7_expautos_state`
WHERE state > 0
AND catid = 223
ORDER BY name
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_state | range | idexpst_state | idexpst_state | 1 | NULL | 3 | Using index condition; Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.04 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_expautospro/helpers/ExpAutosProLocation.php:84 |
| 23 | ExpAutosProLocation::getExpstate() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1143 |
| 22 | ModExpautosSearchAjax::getExpState() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:769 |
| 21 | ExpAutosProSearchSideStyle::getExpHtmlSearch() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:64 |
| 20 | ExpAutosProSearch::getExpSearchMod() | JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php:146 |
| 19 | require JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:69 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:271 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 0.30 ms Query memory: 0.028 MB Memory before query: 11.888 MB Rows returned: 3
SELECT a.userid As value, us.username As text
FROM n3ptb7_expautos_expuser AS a
LEFT JOIN n3ptb7_users AS us
ON us.id = a.userid
WHERE a.state = 1
AND us.block = 0
ORDER BY us.username
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | ALL | idexpus_userid,idexpus_state | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | Using where; Using temporary; Using filesort |
| 1 | SIMPLE | us | eq_ref | PRIMARY,idx_block | PRIMARY | 4 | infule_demoInfule01.a.userid | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.05 ms |
| Preparing | 0.02 ms |
| Creating tmp table | 0.03 ms |
| Sorting result | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.04 ms |
| Creating sort index | 0.01 ms |
| Removing tmp table | 0.01 ms |
| Creating sort index | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1219 |
| 22 | ModExpautosSearchAjax::getDealer() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:771 |
| 21 | ExpAutosProSearchSideStyle::getExpHtmlSearch() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:64 |
| 20 | ExpAutosProSearch::getExpSearchMod() | JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php:146 |
| 19 | require JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:69 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:271 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | 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.52 ms After last query: 1.48 ms Query memory: 0.028 MB Memory before query: 11.930 MB Rows returned: 2
SELECT DISTINCT city
FROM `n3ptb7_expautos_admanager`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_admanager | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1105 | Using temporary |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Creating tmp table | 0.02 ms |
| Executing | 0.00 ms |
| Sending data | 1.29 ms |
| Removing tmp table | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 23 | JDatabaseDriver->loadColumn() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1288 |
| 22 | ModExpautosSearchAjax::getCities() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:804 |
| 21 | ExpAutosProSearchSideStyle::getExpHtmlSearch() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:64 |
| 20 | ExpAutosProSearch::getExpSearchMod() | JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php:146 |
| 19 | require JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:69 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:271 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 0.08 ms Query memory: 0.028 MB Memory before query: 11.956 MB Rows returned: 2
SELECT id as value, city_name as text
FROM `n3ptb7_expautos_cities`
WHERE id IN (5634,5636)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_cities | range | PRIMARY | PRIMARY | 4 | NULL | 2 | Using where |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1303 |
| 22 | ModExpautosSearchAjax::getCities() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:804 |
| 21 | ExpAutosProSearchSideStyle::getExpHtmlSearch() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:64 |
| 20 | ExpAutosProSearch::getExpSearchMod() | JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php:146 |
| 19 | require JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:69 |
| 18 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 16 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/components/com_expautospro/helpers/helper.php:129 |
| 15 | ExpAutosProHelper::load_module_position() | JROOT/components/com_expautospro/skins/explist/default/default.php:271 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.32 ms After last query: 2.04 ms Query memory: 0.025 MB Memory before query: 11.731 MB Rows returned: 1
SELECT b.name as name, p.name as parent_name
FROM n3ptb7_expautos_bodytype as b
LEFT JOIN n3ptb7_expautos_bodytype AS p
ON p.id = b.parent_id
WHERE b.id = 13
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | b | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | p | const | PRIMARY | PRIMARY | 4 | const | 0 | Unique row not found |
| Status | Duration |
|---|
| Starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 17 | JDatabaseDriver->loadAssoc() | JROOT/components/com_expautospro/helpers/helper.php:222 |
| 16 | ExpAutosProHelper::getClassName() | JROOT/components/com_expautospro/helpers/sefHelp.php:143 |
| 15 | sefHelp->getActiveFilters() | JROOT/components/com_expautospro/skins/explist/default/default.php:343 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.54 ms After last query: 8.96 ms Query memory: 0.075 MB Memory before query: 11.903 MB Rows returned: 1
SELECT *
FROM n3ptb7_expautos_admanager
WHERE id = 1213
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_admanager | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.06 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.07 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.07 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 17 | JDatabaseDriver->loadAssoc() | JROOT/components/com_expautospro/helpers/helper.php:437 |
| 16 | ExpAutosProHelper::getRVData() | JROOT/components/com_expautospro/helpers/route.php:349 |
| 15 | ExpautosproHelperRoute::getExpAutosProDetailSef() | JROOT/components/com_expautospro/skins/explist/default/default.php:461 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.80 ms Query memory: 0.027 MB Memory before query: 12.013 MB Rows returned: 1
SELECT a.id,a.catid,a.make,a.model,a.bodytype,a.specificmodel AS specificmodel, a.alias
FROM n3ptb7_expautos_admanager AS a
WHERE a.id = 1213
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.04 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 23 | JDatabaseDriver->loadAssoc() | JROOT/components/com_expautospro/router.php:457 |
| 22 | ExpautosproBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
| 21 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 20 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 19 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 18 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 17 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 16 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 15 | Joomla\CMS\Router\Route::_() | JROOT/components/com_expautospro/skins/explist/default/default.php:461 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 11.43 ms After last query: 0.25 ms Query memory: 2.805 MB Memory before query: 12.129 MB Rows returned: 4843
SELECT a.*, a.id AS value, a.name AS text, a.description, a.shortdesc, a.image, a.website,c.title AS category_name
FROM n3ptb7_expautos_make AS a
LEFT JOIN n3ptb7_expautos_categories AS c
ON c.id = a.catid
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 4814 | |
| 1 | SIMPLE | c | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.a.catid | 1 | |
| Status | Duration |
|---|
| Starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Sending data | 9.85 ms |
| End of update loop | 0.02 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 25 | JDatabaseDriver->loadAssocList() | JROOT/components/com_expautospro/helpers/ExpAutosProMakes.php:51 |
| 24 | ExpAutosProMakes::getExpMakesData() | JROOT/components/com_expautospro/helpers/ExpAutosProMakes.php:187 |
| 23 | ExpAutosProMakes::getExpMakesById() | JROOT/components/com_expautospro/router.php:464 |
| 22 | ExpautosproBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
| 21 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 20 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 19 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 18 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 17 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 16 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 15 | Joomla\CMS\Router\Route::_() | JROOT/components/com_expautospro/skins/explist/default/default.php:461 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.40 ms After last query: 10.78 ms Query memory: 0.069 MB Memory before query: 20.447 MB Rows returned: 97
SELECT a.*, a.id AS value, a.name AS text, a.makeid, a.alias, a.description, a.image, a.metakey, a.metadesc, a.ecount,c.name AS make_name
FROM n3ptb7_expautos_model AS a
LEFT JOIN n3ptb7_expautos_make AS c
ON c.id = a.makeid
WHERE a.ecount > 0
ORDER BY a.name asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 8884 | Using where; Using filesort |
| 1 | SIMPLE | c | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.a.makeid | 1 | |
| Status | Duration |
|---|
| Starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| Creating sort index | 2.97 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 25 | JDatabaseDriver->loadAssocList() | JROOT/components/com_expautospro/helpers/ExpAutosProModels.php:47 |
| 24 | ExpAutosProModels::getExpModelsData() | JROOT/components/com_expautospro/helpers/ExpAutosProModels.php:74 |
| 23 | ExpAutosProModels::getExpModelsById() | JROOT/components/com_expautospro/router.php:465 |
| 22 | ExpautosproBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
| 21 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 20 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 19 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 18 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 17 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 16 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 15 | Joomla\CMS\Router\Route::_() | JROOT/components/com_expautospro/skins/explist/default/default.php:461 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.63 ms After last query: 0.33 ms Query memory: 0.064 MB Memory before query: 20.564 MB Rows returned: 46
SELECT btp.*,btp.id AS value, btp.catid AS btpcatid, btp.name AS text, btp.image AS btpimage, btp.ecount AS btpcount, btp.catid,btp.state, body_parent.name as body_parent_name,c.title AS category_name
FROM n3ptb7_expautos_bodytype as btp
LEFT JOIN n3ptb7_expautos_categories AS c
ON c.id = btp.catid
LEFT JOIN n3ptb7_expautos_bodytype AS body_parent
ON body_parent.id = btp.parent_id
WHERE btp.state=1
ORDER BY btp.ecount DESC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | btp | ALL | idexpbt_state | NO INDEX KEY COULD BE USED | NULL | NULL | 46 | Using where; Using filesort |
| 1 | SIMPLE | c | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.btp.catid | 1 | |
| 1 | SIMPLE | body_parent | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.btp.parent_id | 1 | |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.04 ms |
| init | 0.04 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.04 ms |
| Preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.25 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 25 | JDatabaseDriver->loadAssocList() | JROOT/components/com_expautospro/helpers/ExpAutosProBodytype.php:73 |
| 24 | ExpAutosProBodytype::getExpBodytypeDb() | JROOT/components/com_expautospro/helpers/ExpAutosProBodytype.php:255 |
| 23 | ExpAutosProBodytype::getExpBodytypeById() | JROOT/components/com_expautospro/router.php:466 |
| 22 | ExpautosproBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
| 21 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 20 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 19 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 18 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 17 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 16 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 15 | Joomla\CMS\Router\Route::_() | JROOT/components/com_expautospro/skins/explist/default/default.php:461 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.36 ms After last query: 2.55 ms Query memory: 0.028 MB Memory before query: 20.692 MB Rows returned: 1
SELECT cnt.name AS cntname,s.name AS sname,c.city_name AS cname
FROM n3ptb7_expautos_expuser AS u
LEFT JOIN n3ptb7_expautos_country AS cnt
ON cnt.id = u.country
LEFT JOIN n3ptb7_expautos_state AS s
ON s.id = u.expstate
LEFT JOIN n3ptb7_expautos_cities AS c
ON c.id = u.city
WHERE u.userid=640
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | u | ref | idexpus_userid | idexpus_userid | 4 | const | 1 | |
| 1 | SIMPLE | cnt | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.u.country | 1 | |
| 1 | SIMPLE | s | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.u.expstate | 1 | |
| 1 | SIMPLE | c | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.u.city | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.04 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Sending data | 0.04 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 24 | JDatabaseDriver->loadAssoc() | JROOT/components/com_expautospro/router.php:1121 |
| 23 | userLocText() | JROOT/components/com_expautospro/router.php:392 |
| 22 | ExpautosproBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
| 21 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 20 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 19 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 18 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 17 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 16 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 15 | Joomla\CMS\Router\Route::_() | JROOT/components/com_expautospro/skins/explist/default/default.php:472 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.31 ms After last query: 2.03 ms Query memory: 0.025 MB Memory before query: 20.622 MB Rows returned: 0
SELECT increase
FROM n3ptb7_expautos_price_overrides
WHERE global_price=1
and state=1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_price_overrides | ref | idexpci_state | idexpci_state | 1 | const | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_expautospro/models/explist.php:1446 |
| 15 | ExpautosproModelExplist->getoverrideprice() | JROOT/components/com_expautospro/skins/explist/default/default.php:649 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 0.05 ms Query memory: 0.025 MB Memory before query: 20.641 MB Rows returned: 0
SELECT increase
FROM n3ptb7_expautos_price_overrides
WHERE catid=2
and state=1
AND start_price<'44995'
AND end_price>'44995'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_price_overrides | ref | idexpci_state | idexpci_state | 1 | const | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_expautospro/models/explist.php:1450 |
| 15 | ExpautosproModelExplist->getoverrideprice() | JROOT/components/com_expautospro/skins/explist/default/default.php:649 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.45 ms After last query: 0.13 ms Query memory: 0.075 MB Memory before query: 20.662 MB Rows returned: 1
SELECT *
FROM n3ptb7_expautos_admanager
WHERE id = 1209
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_admanager | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.05 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.06 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.07 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 17 | JDatabaseDriver->loadAssoc() | JROOT/components/com_expautospro/helpers/helper.php:437 |
| 16 | ExpAutosProHelper::getRVData() | JROOT/components/com_expautospro/helpers/route.php:349 |
| 15 | ExpautosproHelperRoute::getExpAutosProDetailSef() | JROOT/components/com_expautospro/skins/explist/default/default.php:461 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.32 ms After last query: 0.67 ms Query memory: 0.027 MB Memory before query: 20.772 MB Rows returned: 1
SELECT a.id,a.catid,a.make,a.model,a.bodytype,a.specificmodel AS specificmodel, a.alias
FROM n3ptb7_expautos_admanager AS a
WHERE a.id = 1209
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 23 | JDatabaseDriver->loadAssoc() | JROOT/components/com_expautospro/router.php:457 |
| 22 | ExpautosproBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
| 21 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 20 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 19 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 18 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 17 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 16 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 15 | Joomla\CMS\Router\Route::_() | JROOT/components/com_expautospro/skins/explist/default/default.php:461 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.31 ms After last query: 2.91 ms Query memory: 0.025 MB Memory before query: 20.720 MB Rows returned: 0
SELECT increase
FROM n3ptb7_expautos_price_overrides
WHERE global_price=1
and state=1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_price_overrides | ref | idexpci_state | idexpci_state | 1 | const | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_expautospro/models/explist.php:1446 |
| 15 | ExpautosproModelExplist->getoverrideprice() | JROOT/components/com_expautospro/skins/explist/default/default.php:649 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 0.07 ms Query memory: 0.025 MB Memory before query: 20.739 MB Rows returned: 0
SELECT increase
FROM n3ptb7_expautos_price_overrides
WHERE catid=2
and state=1
AND start_price<'38999'
AND end_price>'38999'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_price_overrides | ref | idexpci_state | idexpci_state | 1 | const | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_expautospro/models/explist.php:1450 |
| 15 | ExpautosproModelExplist->getoverrideprice() | JROOT/components/com_expautospro/skins/explist/default/default.php:649 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.33 ms After last query: 0.11 ms Query memory: 0.075 MB Memory before query: 20.775 MB Rows returned: 1
SELECT *
FROM n3ptb7_expautos_admanager
WHERE id = 1207
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_admanager | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.04 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.06 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.07 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 17 | JDatabaseDriver->loadAssoc() | JROOT/components/com_expautospro/helpers/helper.php:437 |
| 16 | ExpAutosProHelper::getRVData() | JROOT/components/com_expautospro/helpers/route.php:349 |
| 15 | ExpautosproHelperRoute::getExpAutosProDetailSef() | JROOT/components/com_expautospro/skins/explist/default/default.php:461 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.66 ms Query memory: 0.027 MB Memory before query: 20.885 MB Rows returned: 1
SELECT a.id,a.catid,a.make,a.model,a.bodytype,a.specificmodel AS specificmodel, a.alias
FROM n3ptb7_expautos_admanager AS a
WHERE a.id = 1207
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 23 | JDatabaseDriver->loadAssoc() | JROOT/components/com_expautospro/router.php:457 |
| 22 | ExpautosproBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
| 21 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 20 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 19 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 18 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 17 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 16 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 15 | Joomla\CMS\Router\Route::_() | JROOT/components/com_expautospro/skins/explist/default/default.php:461 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.27 ms After last query: 3.83 ms Query memory: 0.025 MB Memory before query: 20.833 MB Rows returned: 0
SELECT increase
FROM n3ptb7_expautos_price_overrides
WHERE global_price=1
and state=1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_price_overrides | ref | idexpci_state | idexpci_state | 1 | const | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_expautospro/models/explist.php:1446 |
| 15 | ExpautosproModelExplist->getoverrideprice() | JROOT/components/com_expautospro/skins/explist/default/default.php:649 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 0.07 ms Query memory: 0.025 MB Memory before query: 20.852 MB Rows returned: 0
SELECT increase
FROM n3ptb7_expautos_price_overrides
WHERE catid=2
and state=1
AND start_price<'37995'
AND end_price>'37995'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_price_overrides | ref | idexpci_state | idexpci_state | 1 | const | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.03 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_expautospro/models/explist.php:1450 |
| 15 | ExpautosproModelExplist->getoverrideprice() | JROOT/components/com_expautospro/skins/explist/default/default.php:649 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.43 ms After last query: 0.12 ms Query memory: 0.075 MB Memory before query: 20.873 MB Rows returned: 1
SELECT *
FROM n3ptb7_expautos_admanager
WHERE id = 1200
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_admanager | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.05 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.06 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.07 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 17 | JDatabaseDriver->loadAssoc() | JROOT/components/com_expautospro/helpers/helper.php:437 |
| 16 | ExpAutosProHelper::getRVData() | JROOT/components/com_expautospro/helpers/route.php:349 |
| 15 | ExpautosproHelperRoute::getExpAutosProDetailSef() | JROOT/components/com_expautospro/skins/explist/default/default.php:461 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.27 ms After last query: 0.63 ms Query memory: 0.027 MB Memory before query: 20.983 MB Rows returned: 1
SELECT a.id,a.catid,a.make,a.model,a.bodytype,a.specificmodel AS specificmodel, a.alias
FROM n3ptb7_expautos_admanager AS a
WHERE a.id = 1200
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 23 | JDatabaseDriver->loadAssoc() | JROOT/components/com_expautospro/router.php:457 |
| 22 | ExpautosproBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
| 21 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 20 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 19 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 18 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 17 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 16 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 15 | Joomla\CMS\Router\Route::_() | JROOT/components/com_expautospro/skins/explist/default/default.php:461 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 2.89 ms Query memory: 0.025 MB Memory before query: 20.929 MB Rows returned: 0
SELECT increase
FROM n3ptb7_expautos_price_overrides
WHERE global_price=1
and state=1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_price_overrides | ref | idexpci_state | idexpci_state | 1 | const | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_expautospro/models/explist.php:1446 |
| 15 | ExpautosproModelExplist->getoverrideprice() | JROOT/components/com_expautospro/skins/explist/default/default.php:649 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.03 ms Query memory: 0.025 MB Memory before query: 20.948 MB Rows returned: 0
SELECT increase
FROM n3ptb7_expautos_price_overrides
WHERE catid=2
and state=1
AND start_price<'47999'
AND end_price>'47999'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_price_overrides | ref | idexpci_state | idexpci_state | 1 | const | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_expautospro/models/explist.php:1450 |
| 15 | ExpautosproModelExplist->getoverrideprice() | JROOT/components/com_expautospro/skins/explist/default/default.php:649 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.40 ms After last query: 0.09 ms Query memory: 0.098 MB Memory before query: 20.968 MB Rows returned: 1
SELECT *
FROM n3ptb7_expautos_admanager
WHERE id = 1187
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_admanager | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.06 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.07 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.09 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 17 | JDatabaseDriver->loadAssoc() | JROOT/components/com_expautospro/helpers/helper.php:437 |
| 16 | ExpAutosProHelper::getRVData() | JROOT/components/com_expautospro/helpers/route.php:349 |
| 15 | ExpautosproHelperRoute::getExpAutosProDetailSef() | JROOT/components/com_expautospro/skins/explist/default/default.php:461 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 0.66 ms Query memory: 0.027 MB Memory before query: 21.078 MB Rows returned: 1
SELECT a.id,a.catid,a.make,a.model,a.bodytype,a.specificmodel AS specificmodel, a.alias
FROM n3ptb7_expautos_admanager AS a
WHERE a.id = 1187
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 23 | JDatabaseDriver->loadAssoc() | JROOT/components/com_expautospro/router.php:457 |
| 22 | ExpautosproBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
| 21 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 20 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 19 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 18 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 17 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 16 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 15 | Joomla\CMS\Router\Route::_() | JROOT/components/com_expautospro/skins/explist/default/default.php:461 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 2.79 ms Query memory: 0.025 MB Memory before query: 21.040 MB Rows returned: 0
SELECT increase
FROM n3ptb7_expautos_price_overrides
WHERE global_price=1
and state=1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_price_overrides | ref | idexpci_state | idexpci_state | 1 | const | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_expautospro/models/explist.php:1446 |
| 15 | ExpautosproModelExplist->getoverrideprice() | JROOT/components/com_expautospro/skins/explist/default/default.php:649 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 0.03 ms Query memory: 0.025 MB Memory before query: 21.059 MB Rows returned: 0
SELECT increase
FROM n3ptb7_expautos_price_overrides
WHERE catid=2
and state=1
AND start_price<'42999'
AND end_price>'42999'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_price_overrides | ref | idexpci_state | idexpci_state | 1 | const | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.02 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_expautospro/models/explist.php:1450 |
| 15 | ExpautosproModelExplist->getoverrideprice() | JROOT/components/com_expautospro/skins/explist/default/default.php:649 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.41 ms After last query: 0.08 ms Query memory: 0.075 MB Memory before query: 21.080 MB Rows returned: 1
SELECT *
FROM n3ptb7_expautos_admanager
WHERE id = 1197
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_admanager | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.06 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.07 ms |
| Preparing | 0.02 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.07 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 17 | JDatabaseDriver->loadAssoc() | JROOT/components/com_expautospro/helpers/helper.php:437 |
| 16 | ExpAutosProHelper::getRVData() | JROOT/components/com_expautospro/helpers/route.php:349 |
| 15 | ExpautosproHelperRoute::getExpAutosProDetailSef() | JROOT/components/com_expautospro/skins/explist/default/default.php:461 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 0.61 ms Query memory: 0.027 MB Memory before query: 21.189 MB Rows returned: 1
SELECT a.id,a.catid,a.make,a.model,a.bodytype,a.specificmodel AS specificmodel, a.alias
FROM n3ptb7_expautos_admanager AS a
WHERE a.id = 1197
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.00 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 23 | JDatabaseDriver->loadAssoc() | JROOT/components/com_expautospro/router.php:457 |
| 22 | ExpautosproBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
| 21 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 20 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 19 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 18 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 17 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 16 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 15 | Joomla\CMS\Router\Route::_() | JROOT/components/com_expautospro/skins/explist/default/default.php:461 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 2.97 ms Query memory: 0.025 MB Memory before query: 21.147 MB Rows returned: 0
SELECT increase
FROM n3ptb7_expautos_price_overrides
WHERE global_price=1
and state=1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_price_overrides | ref | idexpci_state | idexpci_state | 1 | const | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_expautospro/models/explist.php:1446 |
| 15 | ExpautosproModelExplist->getoverrideprice() | JROOT/components/com_expautospro/skins/explist/default/default.php:649 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 0.04 ms Query memory: 0.025 MB Memory before query: 21.165 MB Rows returned: 0
SELECT increase
FROM n3ptb7_expautos_price_overrides
WHERE catid=2
and state=1
AND start_price<'42995'
AND end_price>'42995'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_price_overrides | ref | idexpci_state | idexpci_state | 1 | const | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_expautospro/models/explist.php:1450 |
| 15 | ExpautosproModelExplist->getoverrideprice() | JROOT/components/com_expautospro/skins/explist/default/default.php:649 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 0.08 ms Query memory: 0.075 MB Memory before query: 21.186 MB Rows returned: 1
SELECT *
FROM n3ptb7_expautos_admanager
WHERE id = 1194
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_admanager | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.06 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.06 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.07 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 17 | JDatabaseDriver->loadAssoc() | JROOT/components/com_expautospro/helpers/helper.php:437 |
| 16 | ExpAutosProHelper::getRVData() | JROOT/components/com_expautospro/helpers/route.php:349 |
| 15 | ExpautosproHelperRoute::getExpAutosProDetailSef() | JROOT/components/com_expautospro/skins/explist/default/default.php:461 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 0.66 ms Query memory: 0.027 MB Memory before query: 21.296 MB Rows returned: 1
SELECT a.id,a.catid,a.make,a.model,a.bodytype,a.specificmodel AS specificmodel, a.alias
FROM n3ptb7_expautos_admanager AS a
WHERE a.id = 1194
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 23 | JDatabaseDriver->loadAssoc() | JROOT/components/com_expautospro/router.php:457 |
| 22 | ExpautosproBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
| 21 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 20 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 19 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 18 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 17 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 16 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 15 | Joomla\CMS\Router\Route::_() | JROOT/components/com_expautospro/skins/explist/default/default.php:461 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.28 ms After last query: 3.73 ms Query memory: 0.025 MB Memory before query: 21.242 MB Rows returned: 0
SELECT increase
FROM n3ptb7_expautos_price_overrides
WHERE global_price=1
and state=1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_price_overrides | ref | idexpci_state | idexpci_state | 1 | const | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_expautospro/models/explist.php:1446 |
| 15 | ExpautosproModelExplist->getoverrideprice() | JROOT/components/com_expautospro/skins/explist/default/default.php:649 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 0.04 ms Query memory: 0.025 MB Memory before query: 21.261 MB Rows returned: 0
SELECT increase
FROM n3ptb7_expautos_price_overrides
WHERE catid=2
and state=1
AND start_price<'39995'
AND end_price>'39995'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_price_overrides | ref | idexpci_state | idexpci_state | 1 | const | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.04 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_expautospro/models/explist.php:1450 |
| 15 | ExpautosproModelExplist->getoverrideprice() | JROOT/components/com_expautospro/skins/explist/default/default.php:649 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.39 ms After last query: 0.10 ms Query memory: 0.075 MB Memory before query: 21.297 MB Rows returned: 1
SELECT *
FROM n3ptb7_expautos_admanager
WHERE id = 1199
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_admanager | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.05 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.06 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.09 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 17 | JDatabaseDriver->loadAssoc() | JROOT/components/com_expautospro/helpers/helper.php:437 |
| 16 | ExpAutosProHelper::getRVData() | JROOT/components/com_expautospro/helpers/route.php:349 |
| 15 | ExpautosproHelperRoute::getExpAutosProDetailSef() | JROOT/components/com_expautospro/skins/explist/default/default.php:461 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 0.60 ms Query memory: 0.027 MB Memory before query: 21.407 MB Rows returned: 1
SELECT a.id,a.catid,a.make,a.model,a.bodytype,a.specificmodel AS specificmodel, a.alias
FROM n3ptb7_expautos_admanager AS a
WHERE a.id = 1199
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 23 | JDatabaseDriver->loadAssoc() | JROOT/components/com_expautospro/router.php:457 |
| 22 | ExpautosproBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
| 21 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 20 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 19 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 18 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 17 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 16 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 15 | Joomla\CMS\Router\Route::_() | JROOT/components/com_expautospro/skins/explist/default/default.php:461 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.27 ms After last query: 2.79 ms Query memory: 0.025 MB Memory before query: 21.353 MB Rows returned: 0
SELECT increase
FROM n3ptb7_expautos_price_overrides
WHERE global_price=1
and state=1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_price_overrides | ref | idexpci_state | idexpci_state | 1 | const | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_expautospro/models/explist.php:1446 |
| 15 | ExpautosproModelExplist->getoverrideprice() | JROOT/components/com_expautospro/skins/explist/default/default.php:649 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.03 ms Query memory: 0.025 MB Memory before query: 21.372 MB Rows returned: 0
SELECT increase
FROM n3ptb7_expautos_price_overrides
WHERE catid=2
and state=1
AND start_price<'36999'
AND end_price>'36999'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_price_overrides | ref | idexpci_state | idexpci_state | 1 | const | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_expautospro/models/explist.php:1450 |
| 15 | ExpautosproModelExplist->getoverrideprice() | JROOT/components/com_expautospro/skins/explist/default/default.php:649 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.38 ms After last query: 0.08 ms Query memory: 0.075 MB Memory before query: 21.393 MB Rows returned: 1
SELECT *
FROM n3ptb7_expautos_admanager
WHERE id = 1211
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_admanager | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.06 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.06 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.09 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 17 | JDatabaseDriver->loadAssoc() | JROOT/components/com_expautospro/helpers/helper.php:437 |
| 16 | ExpAutosProHelper::getRVData() | JROOT/components/com_expautospro/helpers/route.php:349 |
| 15 | ExpautosproHelperRoute::getExpAutosProDetailSef() | JROOT/components/com_expautospro/skins/explist/default/default.php:461 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.28 ms After last query: 0.59 ms Query memory: 0.027 MB Memory before query: 21.502 MB Rows returned: 1
SELECT a.id,a.catid,a.make,a.model,a.bodytype,a.specificmodel AS specificmodel, a.alias
FROM n3ptb7_expautos_admanager AS a
WHERE a.id = 1211
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.05 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 23 | JDatabaseDriver->loadAssoc() | JROOT/components/com_expautospro/router.php:457 |
| 22 | ExpautosproBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
| 21 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 20 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 19 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 18 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 17 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 16 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 15 | Joomla\CMS\Router\Route::_() | JROOT/components/com_expautospro/skins/explist/default/default.php:461 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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: 3.68 ms Query memory: 0.025 MB Memory before query: 21.449 MB Rows returned: 0
SELECT increase
FROM n3ptb7_expautos_price_overrides
WHERE global_price=1
and state=1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_price_overrides | ref | idexpci_state | idexpci_state | 1 | const | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.05 ms |
| Preparing | 0.03 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_expautospro/models/explist.php:1446 |
| 15 | ExpautosproModelExplist->getoverrideprice() | JROOT/components/com_expautospro/skins/explist/default/default.php:649 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 0.04 ms Query memory: 0.025 MB Memory before query: 21.468 MB Rows returned: 0
SELECT increase
FROM n3ptb7_expautos_price_overrides
WHERE catid=2
and state=1
AND start_price<'42999'
AND end_price>'42999'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_price_overrides | ref | idexpci_state | idexpci_state | 1 | const | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_expautospro/models/explist.php:1450 |
| 15 | ExpautosproModelExplist->getoverrideprice() | JROOT/components/com_expautospro/skins/explist/default/default.php:649 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.35 ms After last query: 0.08 ms Query memory: 0.075 MB Memory before query: 21.489 MB Rows returned: 1
SELECT *
FROM n3ptb7_expautos_admanager
WHERE id = 1205
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_admanager | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.05 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.06 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.07 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 17 | JDatabaseDriver->loadAssoc() | JROOT/components/com_expautospro/helpers/helper.php:437 |
| 16 | ExpAutosProHelper::getRVData() | JROOT/components/com_expautospro/helpers/route.php:349 |
| 15 | ExpautosproHelperRoute::getExpAutosProDetailSef() | JROOT/components/com_expautospro/skins/explist/default/default.php:461 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 0.59 ms Query memory: 0.027 MB Memory before query: 21.599 MB Rows returned: 1
SELECT a.id,a.catid,a.make,a.model,a.bodytype,a.specificmodel AS specificmodel, a.alias
FROM n3ptb7_expautos_admanager AS a
WHERE a.id = 1205
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 23 | JDatabaseDriver->loadAssoc() | JROOT/components/com_expautospro/router.php:457 |
| 22 | ExpautosproBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
| 21 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 20 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 19 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 18 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 17 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 16 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 15 | Joomla\CMS\Router\Route::_() | JROOT/components/com_expautospro/skins/explist/default/default.php:461 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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: 2.78 ms Query memory: 0.025 MB Memory before query: 21.561 MB Rows returned: 0
SELECT increase
FROM n3ptb7_expautos_price_overrides
WHERE global_price=1
and state=1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_price_overrides | ref | idexpci_state | idexpci_state | 1 | const | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_expautospro/models/explist.php:1446 |
| 15 | ExpautosproModelExplist->getoverrideprice() | JROOT/components/com_expautospro/skins/explist/default/default.php:649 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 0.03 ms Query memory: 0.025 MB Memory before query: 21.580 MB Rows returned: 0
SELECT increase
FROM n3ptb7_expautos_price_overrides
WHERE catid=2
and state=1
AND start_price<'43995'
AND end_price>'43995'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_price_overrides | ref | idexpci_state | idexpci_state | 1 | const | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_expautospro/models/explist.php:1450 |
| 15 | ExpautosproModelExplist->getoverrideprice() | JROOT/components/com_expautospro/skins/explist/default/default.php:649 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.31 ms After last query: 0.09 ms Query memory: 0.075 MB Memory before query: 21.601 MB Rows returned: 1
SELECT *
FROM n3ptb7_expautos_admanager
WHERE id = 1366
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_admanager | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.04 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.05 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.07 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 17 | JDatabaseDriver->loadAssoc() | JROOT/components/com_expautospro/helpers/helper.php:437 |
| 16 | ExpAutosProHelper::getRVData() | JROOT/components/com_expautospro/helpers/route.php:349 |
| 15 | ExpautosproHelperRoute::getExpAutosProDetailSef() | JROOT/components/com_expautospro/skins/explist/default/default.php:461 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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.57 ms Query memory: 0.027 MB Memory before query: 21.710 MB Rows returned: 1
SELECT a.id,a.catid,a.make,a.model,a.bodytype,a.specificmodel AS specificmodel, a.alias
FROM n3ptb7_expautos_admanager AS a
WHERE a.id = 1366
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Caller | File and line number |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 23 | JDatabaseDriver->loadAssoc() | JROOT/components/com_expautospro/router.php:457 |
| 22 | ExpautosproBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
| 21 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 20 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 19 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 18 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 17 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 16 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 15 | Joomla\CMS\Router\Route::_() | JROOT/components/com_expautospro/skins/explist/default/default.php:461 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\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: 2.81 ms Query memory: 0.025 MB Memory before query: 21.657 MB Rows returned: 0
SELECT increase
FROM n3ptb7_expautos_price_overrides
WHERE global_price=1
and state=1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_price_overrides | ref | idexpci_state | idexpci_state | 1 | const | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_expautospro/models/explist.php:1446 |
| 15 | ExpautosproModelExplist->getoverrideprice() | JROOT/components/com_expautospro/skins/explist/default/default.php:649 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 0.06 ms Query memory: 0.025 MB Memory before query: 21.676 MB Rows returned: 0
SELECT increase
FROM n3ptb7_expautos_price_overrides
WHERE catid=2
and state=1
AND start_price<'29999'
AND end_price>'29999'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_price_overrides | ref | idexpci_state | idexpci_state | 1 | const | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/components/com_expautospro/models/explist.php:1450 |
| 15 | ExpautosproModelExplist->getoverrideprice() | JROOT/components/com_expautospro/skins/explist/default/default.php:649 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | 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.04 ms After last query: 1.07 ms Query memory: 0.026 MB Memory before query: 21.728 MB Rows returned: 13
SELECT DISTINCT a.make, m.name AS make_name, a.bodytype, b.name AS body_name
FROM `n3ptb7_expautos_admanager` AS `a`
LEFT JOIN `n3ptb7_expautos_make` AS `m`
ON a.make = m.id
LEFT JOIN `n3ptb7_expautos_bodytype` AS `b`
ON a.bodytype = b.id
WHERE a.state = 1
AND a.catid = '2'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | index_merge | idexpam_state,idexpam_catid | idexpam_state,idexpam_catid | 1,4 | NULL | 33 | Using intersect(idexpam_state,idexpam_catid); Using where; Using temporary |
| 1 | SIMPLE | m | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.a.make | 1 | |
| 1 | SIMPLE | b | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.a.bodytype | 1 | |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.06 ms |
| Preparing | 0.02 ms |
| Creating tmp table | 0.03 ms |
| Executing | 0.00 ms |
| Sending data | 0.65 ms |
| Removing tmp table | 0.01 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 16 | JDatabaseDriver->loadAssocList() | JROOT/components/com_expautospro/helpers/sefHelp.php:1343 |
| 15 | sefHelp->getProgrammaticSeoLinks() | JROOT/components/com_expautospro/skins/explist/default/default.php:803 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.72 ms After last query: 3.33 ms Query memory: 0.025 MB Memory before query: 21.779 MB Rows returned: 1
SELECT COUNT(*)
FROM `n3ptb7_expautos_admanager`
WHERE state = 1
AND `condition` = '1'
AND `catid` = '2'
AND `bodytype` = '13'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_admanager | index_merge | idexpam_state,idexpam_catid,idexpam_bodytype | idexpam_bodytype,idexpam_state,idexpam_catid | 4,1,4 | NULL | 3 | Using intersect(idexpam_bodytype,idexpam_state,idexpam_catid); Using where |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.06 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Sending data | 0.33 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 18 | JDatabaseDriver->loadResult() | JROOT/components/com_expautospro/helpers/sefHelp.php:1651 |
| 17 | sefHelp->hasInventory() | JROOT/components/com_expautospro/helpers/sefHelp.php:1454 |
| 16 | sefHelp->generateConditionLinks() | JROOT/components/com_expautospro/helpers/sefHelp.php:1375 |
| 15 | sefHelp->getProgrammaticSeoLinks() | JROOT/components/com_expautospro/skins/explist/default/default.php:803 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.58 ms After last query: 0.48 ms Query memory: 0.025 MB Memory before query: 21.801 MB Rows returned: 1
SELECT COUNT(*)
FROM `n3ptb7_expautos_admanager`
WHERE state = 1
AND `condition` = '2'
AND `catid` = '2'
AND `bodytype` = '13'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_admanager | index_merge | idexpam_state,idexpam_catid,idexpam_bodytype | idexpam_bodytype,idexpam_state,idexpam_catid | 4,1,4 | NULL | 3 | Using intersect(idexpam_bodytype,idexpam_state,idexpam_catid); Using where |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.05 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Sending data | 0.32 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 18 | JDatabaseDriver->loadResult() | JROOT/components/com_expautospro/helpers/sefHelp.php:1651 |
| 17 | sefHelp->hasInventory() | JROOT/components/com_expautospro/helpers/sefHelp.php:1454 |
| 16 | sefHelp->generateConditionLinks() | JROOT/components/com_expautospro/helpers/sefHelp.php:1375 |
| 15 | sefHelp->getProgrammaticSeoLinks() | JROOT/components/com_expautospro/skins/explist/default/default.php:803 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.54 ms After last query: 0.42 ms Query memory: 0.029 MB Memory before query: 21.822 MB Rows returned: 38
SELECT capacity, length, grweight, axles, slide_outs, doors
FROM `n3ptb7_expautos_admanager`
WHERE state = 1
AND catid = 2
AND bodytype = 13
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_admanager | index_merge | idexpam_state,idexpam_catid,idexpam_bodytype | idexpam_bodytype,idexpam_state,idexpam_catid | 4,1,4 | NULL | 3 | Using intersect(idexpam_bodytype,idexpam_state,idexpam_catid); Using where |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.04 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.30 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 17 | JDatabaseDriver->loadAssocList() | JROOT/components/com_expautospro/helpers/sefHelp.php:1526 |
| 16 | sefHelp->generateFeatureLinks() | JROOT/components/com_expautospro/helpers/sefHelp.php:1376 |
| 15 | sefHelp->getProgrammaticSeoLinks() | JROOT/components/com_expautospro/skins/explist/default/default.php:803 |
| 14 | include_once JROOT/components/com_expautospro/skins/explist/default/default.php | JROOT/components/com_expautospro/views/explist/tmpl/default.php:27 |
| 13 | include JROOT/components/com_expautospro/views/explist/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_expautospro/views/explist/view.html.php:77 |
| 10 | ExpautosproViewExplist->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_expautospro/controller.php:62 |
| 8 | ExpautosproController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_expautospro/expautospro.php:21 |
| 6 | require_once JROOT/components/com_expautospro/expautospro.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.76 ms After last query: 4.65 ms Query memory: 0.033 MB Memory before query: 21.775 MB Rows returned: 41
SHOW FULL COLUMNS
FROM `n3ptb7_sh404sef_metas`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `n3ptb7_sh404sef_metas`
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| closing tables | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.24 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Filling schema table | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| checking permissions | 0.11 ms |
| closing tables | 0.01 ms |
| checking permissions | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.06 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.00 ms |
| Removing tmp table | 0.08 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 17 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
| 16 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |
| 15 | Joomla\CMS\Table\Table->__construct() | JROOT/administrator/components/com_sh404sef/tables/metas.php:138 |
| 14 | Sh404sefTableMetas->__construct() | JROOT/libraries/src/Table/Table.php:328 |
| 13 | Joomla\CMS\Table\Table::getInstance() | JROOT/administrator/components/com_sh404sef/models/metas.php:37 |
| 12 | Sh404sefModelMetas->getCustomMetaData() | JROOT/administrator/components/com_sh404sef/helpers/metadata.php:92 |
| 11 | Sh404sefHelperMetadata::getCustomMetaDataFromDb() | JROOT/administrator/components/com_sh404sef/helpers/metadata.php:118 |
| 10 | Sh404sefHelperMetadata::getCustomMetaData() | JROOT/administrator/components/com_sh404sef/helpers/metadata.php:190 |
| 9 | Sh404sefHelperMetadata::getFinalizedCustomMetaData() | JROOT/administrator/components/com_sh404sef/helpers/metadata.php:390 |
| 8 | Sh404sefHelperMetadata::insertMetaData() | JROOT/plugins/system/sh404sef/sh404sef.php:304 |
| 7 | plgSystemSh404sef->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.27 ms After last query: 0.30 ms Query memory: 0.024 MB Memory before query: 21.833 MB Rows returned: 0
SELECT *
FROM n3ptb7_sh404sef_metas
WHERE `newurl`='index.php?option=com_expautospro&Itemid=874&bodytype=13&catid=2&grweight=4&lang=en&view=explist';
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_sh404sef_metas | ref | newurl | newurl | 573 | const | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.05 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:628 |
| 15 | ShlDbClass->loadObject() | JROOT/plugins/system/shlib/shl_packages/db/classes/class.php:442 |
| 14 | ShlDbClass->shlLoadObject() | JROOT/plugins/system/shlib/shl_packages/db/helpers/helper.php:655 |
| 13 | ShlDbHelper::selectObject() | JROOT/administrator/components/com_sh404sef/models/metas.php:38 |
| 12 | Sh404sefModelMetas->getCustomMetaData() | JROOT/administrator/components/com_sh404sef/helpers/metadata.php:92 |
| 11 | Sh404sefHelperMetadata::getCustomMetaDataFromDb() | JROOT/administrator/components/com_sh404sef/helpers/metadata.php:118 |
| 10 | Sh404sefHelperMetadata::getCustomMetaData() | JROOT/administrator/components/com_sh404sef/helpers/metadata.php:190 |
| 9 | Sh404sefHelperMetadata::getFinalizedCustomMetaData() | JROOT/administrator/components/com_sh404sef/helpers/metadata.php:390 |
| 8 | Sh404sefHelperMetadata::insertMetaData() | JROOT/plugins/system/sh404sef/sh404sef.php:304 |
| 7 | plgSystemSh404sef->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.63 ms After last query: 0.94 ms Query memory: 0.027 MB Memory before query: 21.946 MB Rows returned: 50
SELECT `id`,`name`,`rules`,`parent_id`
FROM `n3ptb7_assets`
WHERE `name` IN ('root.1','com_','com_actionlogs','com_admin','com_admintools','com_aimysitemap','com_ajax','com_akeeba','com_associations','com_banners','com_cache','com_categories','com_checkin','com_config','com_contact','com_contactenhanced','com_content','com_contenthistory','com_cpanel','com_easyblog','com_expautos_analytics','com_expautos_company_directory','com_expautospro','com_fields','com_gantry5','com_igallery','com_infulecrm','com_installer','com_jce','com_jchat','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_revslider','com_rstbox','com_search','com_sh404sef','com_tags','com_tcpdf','com_templates','com_users','com_wrapper')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_assets | ALL | idx_asset_name | NO INDEX KEY COULD BE USED | NULL | NULL | 232 | Using where |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.05 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.10 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.26 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 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/helpers/helper.php:228 |
| 8 | EBHelper::getBoxes() | JROOT/plugins/system/rstbox/rstbox.php:78 |
| 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.21 ms After last query: 0.38 ms Query memory: 0.020 MB Memory before query: 22.023 MB Rows returned: 0
select b.*
from n3ptb7_rstbox b
where b.published = 1
AND b.testmode=0
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | b | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Caller | File and line number |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 9 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_rstbox/helpers/helper.php:242 |
| 8 | EBHelper::getBoxes() | JROOT/plugins/system/rstbox/rstbox.php:78 |
| 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.62 ms After last query: 18.57 ms Query memory: 0.038 MB Memory before query: 23.131 MB Rows returned: 1
SELECT c.id,c.companyname,c.headerimg,c.logo,c.phone,c.street,c.zipcode,ci.city_name,s.name AS statename,c.parts_street,c.parts_zip,c.parts_phone,ps.name AS parts_state_name,pci.city_name AS parts_city_name,c.service_street,c.service_zip,c.service_phone,ss.name AS service_state_name,sci.city_name AS service_city_name,c.web
FROM `n3ptb7_expautos_expuser` AS `c`
LEFT JOIN `n3ptb7_expautos_cities` AS `ci`
ON ci.id = c.city
LEFT JOIN `n3ptb7_expautos_state` AS `s`
ON s.id = c.expstate
LEFT JOIN `n3ptb7_expautos_cities` AS `pci`
ON pci.id = c.parts_city
LEFT JOIN `n3ptb7_expautos_state` AS `ps`
ON ps.id = c.parts_state
LEFT JOIN `n3ptb7_expautos_cities` AS `sci`
ON sci.id = c.service_city
LEFT JOIN `n3ptb7_expautos_state` AS `ss`
ON ss.id = c.service_state
WHERE c.state = 1
AND c.id IN (7)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | c | const | PRIMARY,idexpus_state | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | ci | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | s | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | pci | const | PRIMARY | PRIMARY | 4 | const | 0 | Unique row not found |
| 1 | SIMPLE | ps | const | PRIMARY | PRIMARY | 4 | const | 0 | Unique row not found |
| 1 | SIMPLE | sci | const | PRIMARY | PRIMARY | 4 | const | 0 | Unique row not found |
| 1 | SIMPLE | ss | const | PRIMARY | PRIMARY | 4 | const | 0 | Unique row not found |
| Status | Duration |
|---|
| Starting | 0.15 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.05 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.04 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.09 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 52 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 51 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_weicompanyinfo/helper.php:43 |
| 50 | ModWeiCompanyinfo::getCompanyinfo() | JROOT/modules/mod_weicompanyinfo/mod_weicompanyinfo.php:23 |
| 49 | include JROOT/modules/mod_weicompanyinfo/mod_weicompanyinfo.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 48 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 47 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:294 |
| 46 | Gantry\Framework\Platform->displayModule() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:342 |
| 45 | Gantry\Framework\Platform->displayModules() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:702 |
| 44 | Twig\Template->getAttribute() | JROOT/cache/gantry5/g5_hydrogen/twig/49/4902bfefb9860cebb07714c9b8c373e524b1a0501f928beb7863efc28f1735a8.php:43 |
| 43 | __TwigTemplate_7559b1a3ff9b9a57f571e92eb20539da2dcb74adef216059a9ccdabc17211656->block_particle() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:214 |
| 42 | Twig\Template->displayBlock() | JROOT/cache/gantry5/g5_hydrogen/twig/3f/3fec7bcada9e30df3f2683a6c69df5cd6e36f8eb169ff6399bed0fa604043b96.php:73 |
| 41 | __TwigTemplate_ecbc2419e547921db037a691b11788c2031030e5e31f28e4bdabc86868c2756e->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 40 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 39 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/49/4902bfefb9860cebb07714c9b8c373e524b1a0501f928beb7863efc28f1735a8.php:35 |
| 38 | __TwigTemplate_7559b1a3ff9b9a57f571e92eb20539da2dcb74adef216059a9ccdabc17211656->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 37 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 36 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/6b/6bea59e36a6e531ec59e420025fd37dda0de452427c265203d2874a42388a2a8.php:53 |
| 35 | __TwigTemplate_6003ab24ae80fc3a798eeec3e10cdef4107ebb11cae05f3c740d5db4c9cbb35e->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 34 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 33 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 32 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 31 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 30 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 29 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:825 |
| 28 | Gantry\Framework\Theme->getContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:718 |
| 27 | Gantry\Framework\Theme->renderContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:643 |
| 26 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 25 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 24 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 23 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:468 |
| 22 | Gantry\Framework\Theme->segments() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:700 |
| 21 | Twig\Template->getAttribute() | JROOT/cache/gantry5/g5_hydrogen/twig/11/11703f6ead5fa339f2cba2926e9288254d851574f9b6501e7eb9728a351c7400.php:47 |
| 20 | __TwigTemplate_3366ff40a79ffa91ff47bcb6e338d24b4c25fa4c9ff702cff238ae8e4b221d22->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 19 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 18 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/6d/6de4e826f80077bb2657d8b4d1f6e93ae383ebc5f2ce0151ffe024cf0d30e9d2.php:35 |
| 17 | __TwigTemplate_41553573cad379f5b0af28f0276bcd2863e23d26432a44afd5487ebacf19ea49->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 16 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 15 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/33/3302ecc9fa01f86763355c8f1c3dba4415b58562491378eecef3cbb21807db86.php:35 |
| 14 | __TwigTemplate_0b84560a9839732b838620abd35689c055169b33eebd3f6ad9d224e497eba3b5->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 13 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 12 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 11 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 10 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 9 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 8 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/templates/g5_hydrogen/index.php:38 |
| 7 | require JROOT/templates/g5_hydrogen/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.30 ms After last query: 5.45 ms Query memory: 0.035 MB Memory before query: 23.459 MB Rows returned: 10
SELECT `a`.`menutype`,`a`.`title`
FROM `n3ptb7_menu_types` AS `a`
WHERE `a`.`client_id` = 0
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 10 | Using where |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.04 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 43 | JDatabaseDriver->loadAssocList() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Menu.php:138 |
| 42 | Gantry\Framework\Menu->getMenuOptions() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Menu.php:115 |
| 41 | Gantry\Framework\Menu->getMenus() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Menu/AbstractMenu.php:274 |
| 40 | Gantry\Component\Menu\AbstractMenu->instance() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:702 |
| 39 | Twig\Template->getAttribute() | JROOT/cache/gantry5/g5_hydrogen/twig/3e/3ed9bd796a8f92aa06d5f3adc2cf8038c8785a420dcd0ba2f17a76ed8ce0187f.php:32 |
| 38 | __TwigTemplate_6cfcf7a985df56323cb14301b4c3bdffb79fecf9d1c6fe6c0f3a9845dbbc47de->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 37 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 36 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/f6/f668f3905a6cb86b775c4f8d8812bd7e397f759943f01d3b314fa56a8efbd80b.php:85 |
| 35 | __TwigTemplate_615ea204325e8dbd78f2a16703f8bc907eb33b5f5688e7b12ecc041fdb80d225->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 34 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 33 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 32 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 31 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 30 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 29 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:825 |
| 28 | Gantry\Framework\Theme->getContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:718 |
| 27 | Gantry\Framework\Theme->renderContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:643 |
| 26 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 25 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 24 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 23 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:468 |
| 22 | Gantry\Framework\Theme->segments() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:700 |
| 21 | Twig\Template->getAttribute() | JROOT/cache/gantry5/g5_hydrogen/twig/11/11703f6ead5fa339f2cba2926e9288254d851574f9b6501e7eb9728a351c7400.php:47 |
| 20 | __TwigTemplate_3366ff40a79ffa91ff47bcb6e338d24b4c25fa4c9ff702cff238ae8e4b221d22->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 19 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 18 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/6d/6de4e826f80077bb2657d8b4d1f6e93ae383ebc5f2ce0151ffe024cf0d30e9d2.php:35 |
| 17 | __TwigTemplate_41553573cad379f5b0af28f0276bcd2863e23d26432a44afd5487ebacf19ea49->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 16 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 15 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/33/3302ecc9fa01f86763355c8f1c3dba4415b58562491378eecef3cbb21807db86.php:35 |
| 14 | __TwigTemplate_0b84560a9839732b838620abd35689c055169b33eebd3f6ad9d224e497eba3b5->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 13 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 12 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 11 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 10 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 9 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 8 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/templates/g5_hydrogen/index.php:38 |
| 7 | require JROOT/templates/g5_hydrogen/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.57 ms After last query: 0.24 ms Query memory: 0.038 MB Memory before query: 23.510 MB Rows returned: 25
SELECT m.id, m.alias, m.path AS route, m.level, m.parent_id
FROM n3ptb7_menu AS m
WHERE m.menutype = 'mainmenu'
AND m.parent_id > 0
AND m.client_id = 0
AND m.published >= 0
ORDER BY m.lft
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | ref | idx_client_id_parent_id_alias_language,idx_menutype | idx_menutype | 98 | const | 26 | Using index condition; Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.07 ms |
| Preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.23 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 45 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 44 | JDatabaseDriver->loadAssocList() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Menu.php:791 |
| 43 | Gantry\Framework\Menu->getMenuItemIds() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Menu.php:310 |
| 42 | Gantry\Framework\Menu->getItemsFromPlatform() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Menu.php:753 |
| 41 | Gantry\Framework\Menu->getList() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Menu/AbstractMenu.php:316 |
| 40 | Gantry\Component\Menu\AbstractMenu->instance() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:702 |
| 39 | Twig\Template->getAttribute() | JROOT/cache/gantry5/g5_hydrogen/twig/3e/3ed9bd796a8f92aa06d5f3adc2cf8038c8785a420dcd0ba2f17a76ed8ce0187f.php:32 |
| 38 | __TwigTemplate_6cfcf7a985df56323cb14301b4c3bdffb79fecf9d1c6fe6c0f3a9845dbbc47de->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 37 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 36 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/f6/f668f3905a6cb86b775c4f8d8812bd7e397f759943f01d3b314fa56a8efbd80b.php:85 |
| 35 | __TwigTemplate_615ea204325e8dbd78f2a16703f8bc907eb33b5f5688e7b12ecc041fdb80d225->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 34 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 33 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 32 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 31 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 30 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 29 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:825 |
| 28 | Gantry\Framework\Theme->getContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:718 |
| 27 | Gantry\Framework\Theme->renderContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:643 |
| 26 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 25 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 24 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 23 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:468 |
| 22 | Gantry\Framework\Theme->segments() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:700 |
| 21 | Twig\Template->getAttribute() | JROOT/cache/gantry5/g5_hydrogen/twig/11/11703f6ead5fa339f2cba2926e9288254d851574f9b6501e7eb9728a351c7400.php:47 |
| 20 | __TwigTemplate_3366ff40a79ffa91ff47bcb6e338d24b4c25fa4c9ff702cff238ae8e4b221d22->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 19 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 18 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/6d/6de4e826f80077bb2657d8b4d1f6e93ae383ebc5f2ce0151ffe024cf0d30e9d2.php:35 |
| 17 | __TwigTemplate_41553573cad379f5b0af28f0276bcd2863e23d26432a44afd5487ebacf19ea49->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 16 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 15 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/33/3302ecc9fa01f86763355c8f1c3dba4415b58562491378eecef3cbb21807db86.php:35 |
| 14 | __TwigTemplate_0b84560a9839732b838620abd35689c055169b33eebd3f6ad9d224e497eba3b5->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 13 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 12 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 11 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 10 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 9 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 8 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/templates/g5_hydrogen/index.php:38 |
| 7 | require JROOT/templates/g5_hydrogen/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.38 ms After last query: 6.29 ms Query memory: 0.097 MB Memory before query: 23.980 MB Rows returned: 41
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM n3ptb7_modules AS m
LEFT JOIN n3ptb7_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN n3ptb7_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-03-25 22:07:00')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-03-25 22:07:00')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 874 OR mm.menuid <= 0)
ORDER BY m.position, m.ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | ref | PRIMARY,published,newsfeeds | published | 1 | const | 87 | Using index condition; Using where; Using filesort |
| 1 | SIMPLE | mm | ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.m.id | 1 | Using where; Using index |
| 1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 403 | infule_demoInfule01.m.module,const | 1 | Using index condition; Using where |
| Status | Duration |
|---|
| Starting | 0.11 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.04 ms |
| Optimizing | 0.04 ms |
| Statistics | 0.07 ms |
| Preparing | 0.04 ms |
| Sorting result | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.84 ms |
| End of update loop | 0.02 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 62 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 61 | JDatabaseDriver->loadObjectList() | Same as call in the line below. |
| 60 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 59 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:441 |
| 58 | Joomla\CMS\Helper\ModuleHelper::getModuleList() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:404 |
| 57 | Gantry\Framework\Platform->getModuleList() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:394 |
| 56 | Gantry\Framework\Platform->getModule() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:279 |
| 55 | Gantry\Framework\Platform->displayModule() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:702 |
| 54 | Twig\Template->getAttribute() | JROOT/cache/gantry5/g5_hydrogen/twig/ec/ecffc2a19bccdd021bfbb7abdad158508a88173888f22a9584802676594c466a.php:43 |
| 53 | __TwigTemplate_9299af1ed9b86c35c6b39b100882eb86d539fb55f58fc95204d19308f9dee775->block_particle() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:214 |
| 52 | Twig\Template->displayBlock() | JROOT/cache/gantry5/g5_hydrogen/twig/3f/3fec7bcada9e30df3f2683a6c69df5cd6e36f8eb169ff6399bed0fa604043b96.php:73 |
| 51 | __TwigTemplate_ecbc2419e547921db037a691b11788c2031030e5e31f28e4bdabc86868c2756e->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 50 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 49 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/ec/ecffc2a19bccdd021bfbb7abdad158508a88173888f22a9584802676594c466a.php:35 |
| 48 | __TwigTemplate_9299af1ed9b86c35c6b39b100882eb86d539fb55f58fc95204d19308f9dee775->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 47 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 46 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/3e/3ed9bd796a8f92aa06d5f3adc2cf8038c8785a420dcd0ba2f17a76ed8ce0187f.php:183 |
| 45 | __TwigTemplate_6cfcf7a985df56323cb14301b4c3bdffb79fecf9d1c6fe6c0f3a9845dbbc47de->getdisplayParticle() | JROOT/cache/gantry5/g5_hydrogen/twig/3e/3ed9bd796a8f92aa06d5f3adc2cf8038c8785a420dcd0ba2f17a76ed8ce0187f.php:526 |
| 44 | __TwigTemplate_6cfcf7a985df56323cb14301b4c3bdffb79fecf9d1c6fe6c0f3a9845dbbc47de->getdisplayItem() | JROOT/cache/gantry5/g5_hydrogen/twig/3e/3ed9bd796a8f92aa06d5f3adc2cf8038c8785a420dcd0ba2f17a76ed8ce0187f.php:687 |
| 43 | __TwigTemplate_6cfcf7a985df56323cb14301b4c3bdffb79fecf9d1c6fe6c0f3a9845dbbc47de->getdisplayItems() | JROOT/cache/gantry5/g5_hydrogen/twig/3e/3ed9bd796a8f92aa06d5f3adc2cf8038c8785a420dcd0ba2f17a76ed8ce0187f.php:630 |
| 42 | __TwigTemplate_6cfcf7a985df56323cb14301b4c3bdffb79fecf9d1c6fe6c0f3a9845dbbc47de->getdisplayContainers() | JROOT/cache/gantry5/g5_hydrogen/twig/3e/3ed9bd796a8f92aa06d5f3adc2cf8038c8785a420dcd0ba2f17a76ed8ce0187f.php:752 |
| 41 | __TwigTemplate_6cfcf7a985df56323cb14301b4c3bdffb79fecf9d1c6fe6c0f3a9845dbbc47de->getdisplaySubmenu() | JROOT/cache/gantry5/g5_hydrogen/twig/3e/3ed9bd796a8f92aa06d5f3adc2cf8038c8785a420dcd0ba2f17a76ed8ce0187f.php:569 |
| 40 | __TwigTemplate_6cfcf7a985df56323cb14301b4c3bdffb79fecf9d1c6fe6c0f3a9845dbbc47de->getdisplayItem() | JROOT/cache/gantry5/g5_hydrogen/twig/3e/3ed9bd796a8f92aa06d5f3adc2cf8038c8785a420dcd0ba2f17a76ed8ce0187f.php:687 |
| 39 | __TwigTemplate_6cfcf7a985df56323cb14301b4c3bdffb79fecf9d1c6fe6c0f3a9845dbbc47de->getdisplayItems() | JROOT/cache/gantry5/g5_hydrogen/twig/3e/3ed9bd796a8f92aa06d5f3adc2cf8038c8785a420dcd0ba2f17a76ed8ce0187f.php:83 |
| 38 | __TwigTemplate_6cfcf7a985df56323cb14301b4c3bdffb79fecf9d1c6fe6c0f3a9845dbbc47de->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 37 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 36 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/f6/f668f3905a6cb86b775c4f8d8812bd7e397f759943f01d3b314fa56a8efbd80b.php:85 |
| 35 | __TwigTemplate_615ea204325e8dbd78f2a16703f8bc907eb33b5f5688e7b12ecc041fdb80d225->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 34 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 33 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 32 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 31 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 30 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 29 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:825 |
| 28 | Gantry\Framework\Theme->getContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:718 |
| 27 | Gantry\Framework\Theme->renderContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:643 |
| 26 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 25 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 24 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 23 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:468 |
| 22 | Gantry\Framework\Theme->segments() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:700 |
| 21 | Twig\Template->getAttribute() | JROOT/cache/gantry5/g5_hydrogen/twig/11/11703f6ead5fa339f2cba2926e9288254d851574f9b6501e7eb9728a351c7400.php:47 |
| 20 | __TwigTemplate_3366ff40a79ffa91ff47bcb6e338d24b4c25fa4c9ff702cff238ae8e4b221d22->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 19 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 18 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/6d/6de4e826f80077bb2657d8b4d1f6e93ae383ebc5f2ce0151ffe024cf0d30e9d2.php:35 |
| 17 | __TwigTemplate_41553573cad379f5b0af28f0276bcd2863e23d26432a44afd5487ebacf19ea49->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 16 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 15 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/33/3302ecc9fa01f86763355c8f1c3dba4415b58562491378eecef3cbb21807db86.php:35 |
| 14 | __TwigTemplate_0b84560a9839732b838620abd35689c055169b33eebd3f6ad9d224e497eba3b5->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 13 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 12 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 11 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 10 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 9 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 8 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/templates/g5_hydrogen/index.php:38 |
| 7 | require JROOT/templates/g5_hydrogen/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.63 ms After last query: 1.05 ms Query memory: 0.066 MB Memory before query: 24.142 MB Rows returned: 17
SELECT btp.*,btp.id AS value, btp.catid AS btpcatid, btp.name AS text, btp.image AS btpimage, btp.ecount AS btpcount, btp.catid,btp.state, p.id as parent_id, p.name as parent_name,c.title AS category_name
FROM n3ptb7_expautos_bodytype as btp
LEFT JOIN n3ptb7_expautos_categories AS c
ON c.id = btp.catid
LEFT JOIN n3ptb7_expautos_bodytype AS p
ON p.id = btp.parent_id
WHERE btp.state=1
AND btp.ecount >0
ORDER BY btp.ecount DESC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | btp | ALL | idexpbt_state | NO INDEX KEY COULD BE USED | NULL | NULL | 46 | Using where; Using filesort |
| 1 | SIMPLE | c | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.btp.catid | 1 | |
| 1 | SIMPLE | p | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.btp.parent_id | 1 | |
| Status | Duration |
|---|
| Starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.04 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.04 ms |
| Preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.14 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 64 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 63 | JDatabaseDriver->loadAssocList() | JROOT/components/com_expautospro/helpers/ExpAutosProBodytype.php:97 |
| 62 | ExpAutosProBodytype::getMenuBodytypeDb() | JROOT/components/com_expautospro/helpers/ExpAutosProBodytype.php:141 |
| 61 | ExpAutosProBodytype::getMenuBodytypeCat() | JROOT/modules/mod_expautospro_btype/class/ModExpAutosProBodytype.php:70 |
| 60 | ExpAutosProBodytypeDefault::getExpImgBtype() | JROOT/modules/mod_expautospro_btype/tmpl/menu.php:55 |
| 59 | require JROOT/modules/mod_expautospro_btype/tmpl/menu.php | JROOT/modules/mod_expautospro_btype/mod_expautospro_btype.php:21 |
| 58 | include JROOT/modules/mod_expautospro_btype/mod_expautospro_btype.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 57 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 56 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:294 |
| 55 | Gantry\Framework\Platform->displayModule() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:702 |
| 54 | Twig\Template->getAttribute() | JROOT/cache/gantry5/g5_hydrogen/twig/ec/ecffc2a19bccdd021bfbb7abdad158508a88173888f22a9584802676594c466a.php:43 |
| 53 | __TwigTemplate_9299af1ed9b86c35c6b39b100882eb86d539fb55f58fc95204d19308f9dee775->block_particle() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:214 |
| 52 | Twig\Template->displayBlock() | JROOT/cache/gantry5/g5_hydrogen/twig/3f/3fec7bcada9e30df3f2683a6c69df5cd6e36f8eb169ff6399bed0fa604043b96.php:73 |
| 51 | __TwigTemplate_ecbc2419e547921db037a691b11788c2031030e5e31f28e4bdabc86868c2756e->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 50 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 49 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/ec/ecffc2a19bccdd021bfbb7abdad158508a88173888f22a9584802676594c466a.php:35 |
| 48 | __TwigTemplate_9299af1ed9b86c35c6b39b100882eb86d539fb55f58fc95204d19308f9dee775->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 47 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 46 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/3e/3ed9bd796a8f92aa06d5f3adc2cf8038c8785a420dcd0ba2f17a76ed8ce0187f.php:183 |
| 45 | __TwigTemplate_6cfcf7a985df56323cb14301b4c3bdffb79fecf9d1c6fe6c0f3a9845dbbc47de->getdisplayParticle() | JROOT/cache/gantry5/g5_hydrogen/twig/3e/3ed9bd796a8f92aa06d5f3adc2cf8038c8785a420dcd0ba2f17a76ed8ce0187f.php:526 |
| 44 | __TwigTemplate_6cfcf7a985df56323cb14301b4c3bdffb79fecf9d1c6fe6c0f3a9845dbbc47de->getdisplayItem() | JROOT/cache/gantry5/g5_hydrogen/twig/3e/3ed9bd796a8f92aa06d5f3adc2cf8038c8785a420dcd0ba2f17a76ed8ce0187f.php:687 |
| 43 | __TwigTemplate_6cfcf7a985df56323cb14301b4c3bdffb79fecf9d1c6fe6c0f3a9845dbbc47de->getdisplayItems() | JROOT/cache/gantry5/g5_hydrogen/twig/3e/3ed9bd796a8f92aa06d5f3adc2cf8038c8785a420dcd0ba2f17a76ed8ce0187f.php:630 |
| 42 | __TwigTemplate_6cfcf7a985df56323cb14301b4c3bdffb79fecf9d1c6fe6c0f3a9845dbbc47de->getdisplayContainers() | JROOT/cache/gantry5/g5_hydrogen/twig/3e/3ed9bd796a8f92aa06d5f3adc2cf8038c8785a420dcd0ba2f17a76ed8ce0187f.php:752 |
| 41 | __TwigTemplate_6cfcf7a985df56323cb14301b4c3bdffb79fecf9d1c6fe6c0f3a9845dbbc47de->getdisplaySubmenu() | JROOT/cache/gantry5/g5_hydrogen/twig/3e/3ed9bd796a8f92aa06d5f3adc2cf8038c8785a420dcd0ba2f17a76ed8ce0187f.php:569 |
| 40 | __TwigTemplate_6cfcf7a985df56323cb14301b4c3bdffb79fecf9d1c6fe6c0f3a9845dbbc47de->getdisplayItem() | JROOT/cache/gantry5/g5_hydrogen/twig/3e/3ed9bd796a8f92aa06d5f3adc2cf8038c8785a420dcd0ba2f17a76ed8ce0187f.php:687 |
| 39 | __TwigTemplate_6cfcf7a985df56323cb14301b4c3bdffb79fecf9d1c6fe6c0f3a9845dbbc47de->getdisplayItems() | JROOT/cache/gantry5/g5_hydrogen/twig/3e/3ed9bd796a8f92aa06d5f3adc2cf8038c8785a420dcd0ba2f17a76ed8ce0187f.php:83 |
| 38 | __TwigTemplate_6cfcf7a985df56323cb14301b4c3bdffb79fecf9d1c6fe6c0f3a9845dbbc47de->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 37 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 36 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/f6/f668f3905a6cb86b775c4f8d8812bd7e397f759943f01d3b314fa56a8efbd80b.php:85 |
| 35 | __TwigTemplate_615ea204325e8dbd78f2a16703f8bc907eb33b5f5688e7b12ecc041fdb80d225->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 34 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 33 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 32 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 31 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 30 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 29 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:825 |
| 28 | Gantry\Framework\Theme->getContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:718 |
| 27 | Gantry\Framework\Theme->renderContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:643 |
| 26 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 25 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 24 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 23 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:468 |
| 22 | Gantry\Framework\Theme->segments() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:700 |
| 21 | Twig\Template->getAttribute() | JROOT/cache/gantry5/g5_hydrogen/twig/11/11703f6ead5fa339f2cba2926e9288254d851574f9b6501e7eb9728a351c7400.php:47 |
| 20 | __TwigTemplate_3366ff40a79ffa91ff47bcb6e338d24b4c25fa4c9ff702cff238ae8e4b221d22->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 19 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 18 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/6d/6de4e826f80077bb2657d8b4d1f6e93ae383ebc5f2ce0151ffe024cf0d30e9d2.php:35 |
| 17 | __TwigTemplate_41553573cad379f5b0af28f0276bcd2863e23d26432a44afd5487ebacf19ea49->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 16 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 15 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/33/3302ecc9fa01f86763355c8f1c3dba4415b58562491378eecef3cbb21807db86.php:35 |
| 14 | __TwigTemplate_0b84560a9839732b838620abd35689c055169b33eebd3f6ad9d224e497eba3b5->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 13 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 12 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 11 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 10 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 9 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 8 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/templates/g5_hydrogen/index.php:38 |
| 7 | require JROOT/templates/g5_hydrogen/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.43 ms After last query: 1.05 ms Query memory: 0.050 MB Memory before query: 24.169 MB Rows returned: 14
SELECT a.id,a.catid, a.make, a.city, a.expstate, a.condition,COUNT(a.id) as totalcnt, c.alias as cat_alias,m.*, m.id, m.ecount
FROM n3ptb7_expautos_admanager AS a
LEFT JOIN `n3ptb7_expautos_make` AS `m`
ON (`a`.`make` = `m`.`id`)
LEFT JOIN `n3ptb7_expautos_categories` AS `c`
ON (`a`.`catid` = `c`.`id`)
WHERE m.catid = 2
AND a.state = 1
GROUP BY m.id
ORDER BY `m`.`ecount` DESC
LIMIT 20
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | ref | idexpam_state,idexpam_make | idexpam_state | 1 | const | 222 | Using where; Using temporary; Using filesort |
| 1 | SIMPLE | c | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.a.catid | 1 | |
| 1 | SIMPLE | m | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.a.make | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.04 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.05 ms |
| Preparing | 0.02 ms |
| Creating tmp table | 0.05 ms |
| Sorting result | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 1.73 ms |
| Creating sort index | 0.10 ms |
| Removing tmp table | 0.11 ms |
| Creating sort index | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 62 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 61 | JDatabaseDriver->loadAssocList() | JROOT/components/com_expautospro/helpers/ExpAutosProMakes.php:157 |
| 60 | ExpAutosProMakes::getCityModuleBrands() | JROOT/modules/mod_expautospro_brands/helper.php:35 |
| 59 | ModExpAutosProBrands::getCityBrands() | JROOT/modules/mod_expautospro_brands/mod_expautospro_brands.php:27 |
| 58 | include JROOT/modules/mod_expautospro_brands/mod_expautospro_brands.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 57 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 56 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:294 |
| 55 | Gantry\Framework\Platform->displayModule() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:702 |
| 54 | Twig\Template->getAttribute() | JROOT/cache/gantry5/g5_hydrogen/twig/ec/ecffc2a19bccdd021bfbb7abdad158508a88173888f22a9584802676594c466a.php:43 |
| 53 | __TwigTemplate_9299af1ed9b86c35c6b39b100882eb86d539fb55f58fc95204d19308f9dee775->block_particle() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:214 |
| 52 | Twig\Template->displayBlock() | JROOT/cache/gantry5/g5_hydrogen/twig/3f/3fec7bcada9e30df3f2683a6c69df5cd6e36f8eb169ff6399bed0fa604043b96.php:73 |
| 51 | __TwigTemplate_ecbc2419e547921db037a691b11788c2031030e5e31f28e4bdabc86868c2756e->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 50 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 49 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/ec/ecffc2a19bccdd021bfbb7abdad158508a88173888f22a9584802676594c466a.php:35 |
| 48 | __TwigTemplate_9299af1ed9b86c35c6b39b100882eb86d539fb55f58fc95204d19308f9dee775->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 47 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 46 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/3e/3ed9bd796a8f92aa06d5f3adc2cf8038c8785a420dcd0ba2f17a76ed8ce0187f.php:183 |
| 45 | __TwigTemplate_6cfcf7a985df56323cb14301b4c3bdffb79fecf9d1c6fe6c0f3a9845dbbc47de->getdisplayParticle() | JROOT/cache/gantry5/g5_hydrogen/twig/3e/3ed9bd796a8f92aa06d5f3adc2cf8038c8785a420dcd0ba2f17a76ed8ce0187f.php:526 |
| 44 | __TwigTemplate_6cfcf7a985df56323cb14301b4c3bdffb79fecf9d1c6fe6c0f3a9845dbbc47de->getdisplayItem() | JROOT/cache/gantry5/g5_hydrogen/twig/3e/3ed9bd796a8f92aa06d5f3adc2cf8038c8785a420dcd0ba2f17a76ed8ce0187f.php:687 |
| 43 | __TwigTemplate_6cfcf7a985df56323cb14301b4c3bdffb79fecf9d1c6fe6c0f3a9845dbbc47de->getdisplayItems() | JROOT/cache/gantry5/g5_hydrogen/twig/3e/3ed9bd796a8f92aa06d5f3adc2cf8038c8785a420dcd0ba2f17a76ed8ce0187f.php:630 |
| 42 | __TwigTemplate_6cfcf7a985df56323cb14301b4c3bdffb79fecf9d1c6fe6c0f3a9845dbbc47de->getdisplayContainers() | JROOT/cache/gantry5/g5_hydrogen/twig/3e/3ed9bd796a8f92aa06d5f3adc2cf8038c8785a420dcd0ba2f17a76ed8ce0187f.php:752 |
| 41 | __TwigTemplate_6cfcf7a985df56323cb14301b4c3bdffb79fecf9d1c6fe6c0f3a9845dbbc47de->getdisplaySubmenu() | JROOT/cache/gantry5/g5_hydrogen/twig/3e/3ed9bd796a8f92aa06d5f3adc2cf8038c8785a420dcd0ba2f17a76ed8ce0187f.php:569 |
| 40 | __TwigTemplate_6cfcf7a985df56323cb14301b4c3bdffb79fecf9d1c6fe6c0f3a9845dbbc47de->getdisplayItem() | JROOT/cache/gantry5/g5_hydrogen/twig/3e/3ed9bd796a8f92aa06d5f3adc2cf8038c8785a420dcd0ba2f17a76ed8ce0187f.php:687 |
| 39 | __TwigTemplate_6cfcf7a985df56323cb14301b4c3bdffb79fecf9d1c6fe6c0f3a9845dbbc47de->getdisplayItems() | JROOT/cache/gantry5/g5_hydrogen/twig/3e/3ed9bd796a8f92aa06d5f3adc2cf8038c8785a420dcd0ba2f17a76ed8ce0187f.php:83 |
| 38 | __TwigTemplate_6cfcf7a985df56323cb14301b4c3bdffb79fecf9d1c6fe6c0f3a9845dbbc47de->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 37 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 36 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/f6/f668f3905a6cb86b775c4f8d8812bd7e397f759943f01d3b314fa56a8efbd80b.php:85 |
| 35 | __TwigTemplate_615ea204325e8dbd78f2a16703f8bc907eb33b5f5688e7b12ecc041fdb80d225->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 34 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 33 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 32 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 31 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 30 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 29 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:825 |
| 28 | Gantry\Framework\Theme->getContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:718 |
| 27 | Gantry\Framework\Theme->renderContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:643 |
| 26 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 25 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 24 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 23 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:468 |
| 22 | Gantry\Framework\Theme->segments() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:700 |
| 21 | Twig\Template->getAttribute() | JROOT/cache/gantry5/g5_hydrogen/twig/11/11703f6ead5fa339f2cba2926e9288254d851574f9b6501e7eb9728a351c7400.php:47 |
| 20 | __TwigTemplate_3366ff40a79ffa91ff47bcb6e338d24b4c25fa4c9ff702cff238ae8e4b221d22->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 19 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 18 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/6d/6de4e826f80077bb2657d8b4d1f6e93ae383ebc5f2ce0151ffe024cf0d30e9d2.php:35 |
| 17 | __TwigTemplate_41553573cad379f5b0af28f0276bcd2863e23d26432a44afd5487ebacf19ea49->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 16 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 15 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/33/3302ecc9fa01f86763355c8f1c3dba4415b58562491378eecef3cbb21807db86.php:35 |
| 14 | __TwigTemplate_0b84560a9839732b838620abd35689c055169b33eebd3f6ad9d224e497eba3b5->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 13 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 12 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 11 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 10 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 9 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 8 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/templates/g5_hydrogen/index.php:38 |
| 7 | require JROOT/templates/g5_hydrogen/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.39 ms After last query: 23.05 ms Query memory: 0.038 MB Memory before query: 24.613 MB Rows returned: 2
SELECT id As value, name As text
FROM `n3ptb7_expautos_condition`
WHERE state = '1'
ORDER BY `ordering`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_condition | ref | idexpcn_state | idexpcn_state | 1 | const | 2 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.05 ms |
| Preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.05 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 53 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 52 | JDatabaseDriver->loadObjectList() | JROOT/components/com_expautospro/helpers/expfields.php:89 |
| 51 | ExpAutosProFields::getExpSelectStd() | JROOT/modules/mod_expautospro_search_ajax/helper.php:452 |
| 50 | ModExpautosSearchAjax::getCondition() | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:29 |
| 49 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 48 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 47 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:294 |
| 46 | Gantry\Framework\Platform->displayModule() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:342 |
| 45 | Gantry\Framework\Platform->displayModules() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:702 |
| 44 | Twig\Template->getAttribute() | JROOT/cache/gantry5/g5_hydrogen/twig/49/4902bfefb9860cebb07714c9b8c373e524b1a0501f928beb7863efc28f1735a8.php:43 |
| 43 | __TwigTemplate_7559b1a3ff9b9a57f571e92eb20539da2dcb74adef216059a9ccdabc17211656->block_particle() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:214 |
| 42 | Twig\Template->displayBlock() | JROOT/cache/gantry5/g5_hydrogen/twig/3f/3fec7bcada9e30df3f2683a6c69df5cd6e36f8eb169ff6399bed0fa604043b96.php:73 |
| 41 | __TwigTemplate_ecbc2419e547921db037a691b11788c2031030e5e31f28e4bdabc86868c2756e->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 40 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 39 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/49/4902bfefb9860cebb07714c9b8c373e524b1a0501f928beb7863efc28f1735a8.php:35 |
| 38 | __TwigTemplate_7559b1a3ff9b9a57f571e92eb20539da2dcb74adef216059a9ccdabc17211656->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 37 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 36 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/6b/6bea59e36a6e531ec59e420025fd37dda0de452427c265203d2874a42388a2a8.php:53 |
| 35 | __TwigTemplate_6003ab24ae80fc3a798eeec3e10cdef4107ebb11cae05f3c740d5db4c9cbb35e->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 34 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 33 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 32 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 31 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 30 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 29 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:825 |
| 28 | Gantry\Framework\Theme->getContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:718 |
| 27 | Gantry\Framework\Theme->renderContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:643 |
| 26 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 25 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 24 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 23 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:468 |
| 22 | Gantry\Framework\Theme->segments() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:700 |
| 21 | Twig\Template->getAttribute() | JROOT/cache/gantry5/g5_hydrogen/twig/11/11703f6ead5fa339f2cba2926e9288254d851574f9b6501e7eb9728a351c7400.php:47 |
| 20 | __TwigTemplate_3366ff40a79ffa91ff47bcb6e338d24b4c25fa4c9ff702cff238ae8e4b221d22->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 19 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 18 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/6d/6de4e826f80077bb2657d8b4d1f6e93ae383ebc5f2ce0151ffe024cf0d30e9d2.php:35 |
| 17 | __TwigTemplate_41553573cad379f5b0af28f0276bcd2863e23d26432a44afd5487ebacf19ea49->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 16 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 15 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/33/3302ecc9fa01f86763355c8f1c3dba4415b58562491378eecef3cbb21807db86.php:35 |
| 14 | __TwigTemplate_0b84560a9839732b838620abd35689c055169b33eebd3f6ad9d224e497eba3b5->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 13 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 12 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 11 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 10 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 9 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 8 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/templates/g5_hydrogen/index.php:38 |
| 7 | require JROOT/templates/g5_hydrogen/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.31 ms After last query: 0.44 ms Query memory: 0.039 MB Memory before query: 24.660 MB Rows returned: 6
SELECT b.id As value, b.name As text, p.id as parent_id, p.name as parent_name,b.image as imgname
FROM n3ptb7_expautos_bodytype as b
LEFT JOIN n3ptb7_expautos_bodytype AS p
ON p.id = b.parent_id
WHERE b.state = 1
AND b.ecount > 0
AND b.catid = 2
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | b | ALL | idexpbt_state | NO INDEX KEY COULD BE USED | NULL | NULL | 46 | Using where |
| 1 | SIMPLE | p | eq_ref | PRIMARY | PRIMARY | 4 | infule_demoInfule01.b.parent_id | 1 | |
| Status | Duration |
|---|
| Starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Sending data | 0.06 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 53 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 52 | JDatabaseDriver->loadObjectList() | JROOT/components/com_expautospro/helpers/expfields.php:113 |
| 51 | ExpAutosProFields::getExpBtypeSelect() | JROOT/modules/mod_expautospro_search_ajax/helper.php:487 |
| 50 | ModExpautosSearchAjax::getBodytype() | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:30 |
| 49 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 48 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 47 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:294 |
| 46 | Gantry\Framework\Platform->displayModule() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:342 |
| 45 | Gantry\Framework\Platform->displayModules() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:702 |
| 44 | Twig\Template->getAttribute() | JROOT/cache/gantry5/g5_hydrogen/twig/49/4902bfefb9860cebb07714c9b8c373e524b1a0501f928beb7863efc28f1735a8.php:43 |
| 43 | __TwigTemplate_7559b1a3ff9b9a57f571e92eb20539da2dcb74adef216059a9ccdabc17211656->block_particle() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:214 |
| 42 | Twig\Template->displayBlock() | JROOT/cache/gantry5/g5_hydrogen/twig/3f/3fec7bcada9e30df3f2683a6c69df5cd6e36f8eb169ff6399bed0fa604043b96.php:73 |
| 41 | __TwigTemplate_ecbc2419e547921db037a691b11788c2031030e5e31f28e4bdabc86868c2756e->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 40 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 39 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/49/4902bfefb9860cebb07714c9b8c373e524b1a0501f928beb7863efc28f1735a8.php:35 |
| 38 | __TwigTemplate_7559b1a3ff9b9a57f571e92eb20539da2dcb74adef216059a9ccdabc17211656->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 37 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 36 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/6b/6bea59e36a6e531ec59e420025fd37dda0de452427c265203d2874a42388a2a8.php:53 |
| 35 | __TwigTemplate_6003ab24ae80fc3a798eeec3e10cdef4107ebb11cae05f3c740d5db4c9cbb35e->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 34 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 33 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 32 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 31 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 30 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 29 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:825 |
| 28 | Gantry\Framework\Theme->getContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:718 |
| 27 | Gantry\Framework\Theme->renderContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:643 |
| 26 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 25 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 24 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 23 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:468 |
| 22 | Gantry\Framework\Theme->segments() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:700 |
| 21 | Twig\Template->getAttribute() | JROOT/cache/gantry5/g5_hydrogen/twig/11/11703f6ead5fa339f2cba2926e9288254d851574f9b6501e7eb9728a351c7400.php:47 |
| 20 | __TwigTemplate_3366ff40a79ffa91ff47bcb6e338d24b4c25fa4c9ff702cff238ae8e4b221d22->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 19 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 18 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/6d/6de4e826f80077bb2657d8b4d1f6e93ae383ebc5f2ce0151ffe024cf0d30e9d2.php:35 |
| 17 | __TwigTemplate_41553573cad379f5b0af28f0276bcd2863e23d26432a44afd5487ebacf19ea49->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 16 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 15 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/33/3302ecc9fa01f86763355c8f1c3dba4415b58562491378eecef3cbb21807db86.php:35 |
| 14 | __TwigTemplate_0b84560a9839732b838620abd35689c055169b33eebd3f6ad9d224e497eba3b5->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 13 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 12 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 11 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 10 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 9 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 8 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/templates/g5_hydrogen/index.php:38 |
| 7 | require JROOT/templates/g5_hydrogen/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 0.13 ms Query memory: 0.038 MB Memory before query: 24.707 MB Rows returned: 0
SELECT id As value, `name` As text
FROM `n3ptb7_expautos_extrafield1` AS a
WHERE `a`.`catid` = '2'
AND a.state > 0
ORDER BY `a`.`ordering`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Sorting result | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Caller | File and line number |
|---|
| 53 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 52 | JDatabaseDriver->loadObjectList() | JROOT/components/com_expautospro/helpers/expfields.php:161 |
| 51 | ExpAutosProFields::getExpSelect() | JROOT/modules/mod_expautospro_search_ajax/helper.php:545 |
| 50 | ModExpautosSearchAjax::getExtrafield1() | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:31 |
| 49 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 48 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 47 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:294 |
| 46 | Gantry\Framework\Platform->displayModule() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:342 |
| 45 | Gantry\Framework\Platform->displayModules() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:702 |
| 44 | Twig\Template->getAttribute() | JROOT/cache/gantry5/g5_hydrogen/twig/49/4902bfefb9860cebb07714c9b8c373e524b1a0501f928beb7863efc28f1735a8.php:43 |
| 43 | __TwigTemplate_7559b1a3ff9b9a57f571e92eb20539da2dcb74adef216059a9ccdabc17211656->block_particle() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:214 |
| 42 | Twig\Template->displayBlock() | JROOT/cache/gantry5/g5_hydrogen/twig/3f/3fec7bcada9e30df3f2683a6c69df5cd6e36f8eb169ff6399bed0fa604043b96.php:73 |
| 41 | __TwigTemplate_ecbc2419e547921db037a691b11788c2031030e5e31f28e4bdabc86868c2756e->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 40 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 39 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/49/4902bfefb9860cebb07714c9b8c373e524b1a0501f928beb7863efc28f1735a8.php:35 |
| 38 | __TwigTemplate_7559b1a3ff9b9a57f571e92eb20539da2dcb74adef216059a9ccdabc17211656->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 37 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 36 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/6b/6bea59e36a6e531ec59e420025fd37dda0de452427c265203d2874a42388a2a8.php:53 |
| 35 | __TwigTemplate_6003ab24ae80fc3a798eeec3e10cdef4107ebb11cae05f3c740d5db4c9cbb35e->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 34 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 33 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 32 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 31 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 30 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 29 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:825 |
| 28 | Gantry\Framework\Theme->getContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:718 |
| 27 | Gantry\Framework\Theme->renderContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:643 |
| 26 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 25 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 24 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 23 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:468 |
| 22 | Gantry\Framework\Theme->segments() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:700 |
| 21 | Twig\Template->getAttribute() | JROOT/cache/gantry5/g5_hydrogen/twig/11/11703f6ead5fa339f2cba2926e9288254d851574f9b6501e7eb9728a351c7400.php:47 |
| 20 | __TwigTemplate_3366ff40a79ffa91ff47bcb6e338d24b4c25fa4c9ff702cff238ae8e4b221d22->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 19 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 18 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/6d/6de4e826f80077bb2657d8b4d1f6e93ae383ebc5f2ce0151ffe024cf0d30e9d2.php:35 |
| 17 | __TwigTemplate_41553573cad379f5b0af28f0276bcd2863e23d26432a44afd5487ebacf19ea49->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 16 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 15 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/33/3302ecc9fa01f86763355c8f1c3dba4415b58562491378eecef3cbb21807db86.php:35 |
| 14 | __TwigTemplate_0b84560a9839732b838620abd35689c055169b33eebd3f6ad9d224e497eba3b5->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 13 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 12 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 11 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 10 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 9 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 8 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/templates/g5_hydrogen/index.php:38 |
| 7 | require JROOT/templates/g5_hydrogen/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 0.41 ms Query memory: 0.038 MB Memory before query: 24.776 MB Rows returned: 2
SELECT id As value, name As text
FROM `n3ptb7_expautos_extrafield2`
WHERE state = '1'
ORDER BY `ordering`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_extrafield2 | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Sorting result | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.06 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 53 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 52 | JDatabaseDriver->loadObjectList() | JROOT/components/com_expautospro/helpers/expfields.php:89 |
| 51 | ExpAutosProFields::getExpSelectStd() | JROOT/modules/mod_expautospro_search_ajax/helper.php:579 |
| 50 | ModExpautosSearchAjax::getExtrafield2() | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:32 |
| 49 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 48 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 47 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:294 |
| 46 | Gantry\Framework\Platform->displayModule() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:342 |
| 45 | Gantry\Framework\Platform->displayModules() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:702 |
| 44 | Twig\Template->getAttribute() | JROOT/cache/gantry5/g5_hydrogen/twig/49/4902bfefb9860cebb07714c9b8c373e524b1a0501f928beb7863efc28f1735a8.php:43 |
| 43 | __TwigTemplate_7559b1a3ff9b9a57f571e92eb20539da2dcb74adef216059a9ccdabc17211656->block_particle() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:214 |
| 42 | Twig\Template->displayBlock() | JROOT/cache/gantry5/g5_hydrogen/twig/3f/3fec7bcada9e30df3f2683a6c69df5cd6e36f8eb169ff6399bed0fa604043b96.php:73 |
| 41 | __TwigTemplate_ecbc2419e547921db037a691b11788c2031030e5e31f28e4bdabc86868c2756e->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 40 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 39 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/49/4902bfefb9860cebb07714c9b8c373e524b1a0501f928beb7863efc28f1735a8.php:35 |
| 38 | __TwigTemplate_7559b1a3ff9b9a57f571e92eb20539da2dcb74adef216059a9ccdabc17211656->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 37 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 36 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/6b/6bea59e36a6e531ec59e420025fd37dda0de452427c265203d2874a42388a2a8.php:53 |
| 35 | __TwigTemplate_6003ab24ae80fc3a798eeec3e10cdef4107ebb11cae05f3c740d5db4c9cbb35e->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 34 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 33 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 32 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 31 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 30 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 29 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:825 |
| 28 | Gantry\Framework\Theme->getContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:718 |
| 27 | Gantry\Framework\Theme->renderContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:643 |
| 26 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 25 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 24 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 23 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:468 |
| 22 | Gantry\Framework\Theme->segments() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:700 |
| 21 | Twig\Template->getAttribute() | JROOT/cache/gantry5/g5_hydrogen/twig/11/11703f6ead5fa339f2cba2926e9288254d851574f9b6501e7eb9728a351c7400.php:47 |
| 20 | __TwigTemplate_3366ff40a79ffa91ff47bcb6e338d24b4c25fa4c9ff702cff238ae8e4b221d22->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 19 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 18 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/6d/6de4e826f80077bb2657d8b4d1f6e93ae383ebc5f2ce0151ffe024cf0d30e9d2.php:35 |
| 17 | __TwigTemplate_41553573cad379f5b0af28f0276bcd2863e23d26432a44afd5487ebacf19ea49->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 16 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 15 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/33/3302ecc9fa01f86763355c8f1c3dba4415b58562491378eecef3cbb21807db86.php:35 |
| 14 | __TwigTemplate_0b84560a9839732b838620abd35689c055169b33eebd3f6ad9d224e497eba3b5->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 13 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 12 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 11 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 10 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 9 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 8 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/templates/g5_hydrogen/index.php:38 |
| 7 | require JROOT/templates/g5_hydrogen/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 0.55 ms Query memory: 0.038 MB Memory before query: 24.823 MB Rows returned: 2
SELECT id As value, name As text
FROM `n3ptb7_expautos_extrafield3`
WHERE state = '1'
ORDER BY `ordering`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_extrafield3 | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Sorting result | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 53 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 52 | JDatabaseDriver->loadObjectList() | JROOT/components/com_expautospro/helpers/expfields.php:89 |
| 51 | ExpAutosProFields::getExpSelectStd() | JROOT/modules/mod_expautospro_search_ajax/helper.php:599 |
| 50 | ModExpautosSearchAjax::getExtrafield3() | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:33 |
| 49 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 48 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 47 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:294 |
| 46 | Gantry\Framework\Platform->displayModule() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:342 |
| 45 | Gantry\Framework\Platform->displayModules() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:702 |
| 44 | Twig\Template->getAttribute() | JROOT/cache/gantry5/g5_hydrogen/twig/49/4902bfefb9860cebb07714c9b8c373e524b1a0501f928beb7863efc28f1735a8.php:43 |
| 43 | __TwigTemplate_7559b1a3ff9b9a57f571e92eb20539da2dcb74adef216059a9ccdabc17211656->block_particle() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:214 |
| 42 | Twig\Template->displayBlock() | JROOT/cache/gantry5/g5_hydrogen/twig/3f/3fec7bcada9e30df3f2683a6c69df5cd6e36f8eb169ff6399bed0fa604043b96.php:73 |
| 41 | __TwigTemplate_ecbc2419e547921db037a691b11788c2031030e5e31f28e4bdabc86868c2756e->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 40 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 39 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/49/4902bfefb9860cebb07714c9b8c373e524b1a0501f928beb7863efc28f1735a8.php:35 |
| 38 | __TwigTemplate_7559b1a3ff9b9a57f571e92eb20539da2dcb74adef216059a9ccdabc17211656->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 37 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 36 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/6b/6bea59e36a6e531ec59e420025fd37dda0de452427c265203d2874a42388a2a8.php:53 |
| 35 | __TwigTemplate_6003ab24ae80fc3a798eeec3e10cdef4107ebb11cae05f3c740d5db4c9cbb35e->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 34 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 33 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 32 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 31 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 30 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 29 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:825 |
| 28 | Gantry\Framework\Theme->getContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:718 |
| 27 | Gantry\Framework\Theme->renderContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:643 |
| 26 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 25 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 24 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 23 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:468 |
| 22 | Gantry\Framework\Theme->segments() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:700 |
| 21 | Twig\Template->getAttribute() | JROOT/cache/gantry5/g5_hydrogen/twig/11/11703f6ead5fa339f2cba2926e9288254d851574f9b6501e7eb9728a351c7400.php:47 |
| 20 | __TwigTemplate_3366ff40a79ffa91ff47bcb6e338d24b4c25fa4c9ff702cff238ae8e4b221d22->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 19 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 18 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/6d/6de4e826f80077bb2657d8b4d1f6e93ae383ebc5f2ce0151ffe024cf0d30e9d2.php:35 |
| 17 | __TwigTemplate_41553573cad379f5b0af28f0276bcd2863e23d26432a44afd5487ebacf19ea49->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 16 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 15 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/33/3302ecc9fa01f86763355c8f1c3dba4415b58562491378eecef3cbb21807db86.php:35 |
| 14 | __TwigTemplate_0b84560a9839732b838620abd35689c055169b33eebd3f6ad9d224e497eba3b5->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 13 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 12 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 11 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 10 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 9 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 8 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/templates/g5_hydrogen/index.php:38 |
| 7 | require JROOT/templates/g5_hydrogen/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.33 ms After last query: 1.37 ms Query memory: 0.039 MB Memory before query: 24.875 MB Rows returned: 6
SELECT id As value, name As text
FROM `n3ptb7_expautos_fuel`
WHERE state = '1'
ORDER BY `ordering`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_fuel | ALL | idexpfl_state | NO INDEX KEY COULD BE USED | NULL | NULL | 13 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Sorting result | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.00 ms |
| # | Caller | File and line number |
|---|
| 53 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 52 | JDatabaseDriver->loadObjectList() | JROOT/components/com_expautospro/helpers/expfields.php:89 |
| 51 | ExpAutosProFields::getExpSelectStd() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1045 |
| 50 | ModExpautosSearchAjax::getFuel() | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:39 |
| 49 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 48 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 47 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:294 |
| 46 | Gantry\Framework\Platform->displayModule() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:342 |
| 45 | Gantry\Framework\Platform->displayModules() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:702 |
| 44 | Twig\Template->getAttribute() | JROOT/cache/gantry5/g5_hydrogen/twig/49/4902bfefb9860cebb07714c9b8c373e524b1a0501f928beb7863efc28f1735a8.php:43 |
| 43 | __TwigTemplate_7559b1a3ff9b9a57f571e92eb20539da2dcb74adef216059a9ccdabc17211656->block_particle() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:214 |
| 42 | Twig\Template->displayBlock() | JROOT/cache/gantry5/g5_hydrogen/twig/3f/3fec7bcada9e30df3f2683a6c69df5cd6e36f8eb169ff6399bed0fa604043b96.php:73 |
| 41 | __TwigTemplate_ecbc2419e547921db037a691b11788c2031030e5e31f28e4bdabc86868c2756e->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 40 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 39 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/49/4902bfefb9860cebb07714c9b8c373e524b1a0501f928beb7863efc28f1735a8.php:35 |
| 38 | __TwigTemplate_7559b1a3ff9b9a57f571e92eb20539da2dcb74adef216059a9ccdabc17211656->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 37 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 36 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/6b/6bea59e36a6e531ec59e420025fd37dda0de452427c265203d2874a42388a2a8.php:53 |
| 35 | __TwigTemplate_6003ab24ae80fc3a798eeec3e10cdef4107ebb11cae05f3c740d5db4c9cbb35e->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 34 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 33 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 32 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 31 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 30 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 29 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:825 |
| 28 | Gantry\Framework\Theme->getContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:718 |
| 27 | Gantry\Framework\Theme->renderContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:643 |
| 26 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 25 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 24 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 23 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:468 |
| 22 | Gantry\Framework\Theme->segments() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:700 |
| 21 | Twig\Template->getAttribute() | JROOT/cache/gantry5/g5_hydrogen/twig/11/11703f6ead5fa339f2cba2926e9288254d851574f9b6501e7eb9728a351c7400.php:47 |
| 20 | __TwigTemplate_3366ff40a79ffa91ff47bcb6e338d24b4c25fa4c9ff702cff238ae8e4b221d22->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 19 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 18 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/6d/6de4e826f80077bb2657d8b4d1f6e93ae383ebc5f2ce0151ffe024cf0d30e9d2.php:35 |
| 17 | __TwigTemplate_41553573cad379f5b0af28f0276bcd2863e23d26432a44afd5487ebacf19ea49->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 16 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 15 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/33/3302ecc9fa01f86763355c8f1c3dba4415b58562491378eecef3cbb21807db86.php:35 |
| 14 | __TwigTemplate_0b84560a9839732b838620abd35689c055169b33eebd3f6ad9d224e497eba3b5->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 13 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 12 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 11 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 10 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 9 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 8 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/templates/g5_hydrogen/index.php:38 |
| 7 | require JROOT/templates/g5_hydrogen/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 0.99 ms Query memory: 0.039 MB Memory before query: 24.922 MB Rows returned: 6
SELECT id As value, name As text
FROM `n3ptb7_expautos_drive`
WHERE state = '1'
ORDER BY `ordering`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_drive | ALL | idexpdr_state | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Sorting result | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 53 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 52 | JDatabaseDriver->loadObjectList() | JROOT/components/com_expautospro/helpers/expfields.php:89 |
| 51 | ExpAutosProFields::getExpSelectStd() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1065 |
| 50 | ModExpautosSearchAjax::getDrive() | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:40 |
| 49 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 48 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 47 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:294 |
| 46 | Gantry\Framework\Platform->displayModule() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:342 |
| 45 | Gantry\Framework\Platform->displayModules() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:702 |
| 44 | Twig\Template->getAttribute() | JROOT/cache/gantry5/g5_hydrogen/twig/49/4902bfefb9860cebb07714c9b8c373e524b1a0501f928beb7863efc28f1735a8.php:43 |
| 43 | __TwigTemplate_7559b1a3ff9b9a57f571e92eb20539da2dcb74adef216059a9ccdabc17211656->block_particle() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:214 |
| 42 | Twig\Template->displayBlock() | JROOT/cache/gantry5/g5_hydrogen/twig/3f/3fec7bcada9e30df3f2683a6c69df5cd6e36f8eb169ff6399bed0fa604043b96.php:73 |
| 41 | __TwigTemplate_ecbc2419e547921db037a691b11788c2031030e5e31f28e4bdabc86868c2756e->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 40 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 39 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/49/4902bfefb9860cebb07714c9b8c373e524b1a0501f928beb7863efc28f1735a8.php:35 |
| 38 | __TwigTemplate_7559b1a3ff9b9a57f571e92eb20539da2dcb74adef216059a9ccdabc17211656->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 37 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 36 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/6b/6bea59e36a6e531ec59e420025fd37dda0de452427c265203d2874a42388a2a8.php:53 |
| 35 | __TwigTemplate_6003ab24ae80fc3a798eeec3e10cdef4107ebb11cae05f3c740d5db4c9cbb35e->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 34 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 33 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 32 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 31 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 30 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 29 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:825 |
| 28 | Gantry\Framework\Theme->getContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:718 |
| 27 | Gantry\Framework\Theme->renderContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:643 |
| 26 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 25 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 24 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 23 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:468 |
| 22 | Gantry\Framework\Theme->segments() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:700 |
| 21 | Twig\Template->getAttribute() | JROOT/cache/gantry5/g5_hydrogen/twig/11/11703f6ead5fa339f2cba2926e9288254d851574f9b6501e7eb9728a351c7400.php:47 |
| 20 | __TwigTemplate_3366ff40a79ffa91ff47bcb6e338d24b4c25fa4c9ff702cff238ae8e4b221d22->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 19 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 18 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/6d/6de4e826f80077bb2657d8b4d1f6e93ae383ebc5f2ce0151ffe024cf0d30e9d2.php:35 |
| 17 | __TwigTemplate_41553573cad379f5b0af28f0276bcd2863e23d26432a44afd5487ebacf19ea49->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 16 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 15 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/33/3302ecc9fa01f86763355c8f1c3dba4415b58562491378eecef3cbb21807db86.php:35 |
| 14 | __TwigTemplate_0b84560a9839732b838620abd35689c055169b33eebd3f6ad9d224e497eba3b5->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 13 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 12 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 11 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 10 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 9 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 8 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/templates/g5_hydrogen/index.php:38 |
| 7 | require JROOT/templates/g5_hydrogen/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.27 ms After last query: 1.00 ms Query memory: 0.039 MB Memory before query: 24.968 MB Rows returned: 5
SELECT id As value, name As text
FROM `n3ptb7_expautos_trans`
WHERE state = '1'
ORDER BY `ordering`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_trans | ALL | idexptr_state | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Sorting result | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 53 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 52 | JDatabaseDriver->loadObjectList() | JROOT/components/com_expautospro/helpers/expfields.php:89 |
| 51 | ExpAutosProFields::getExpSelectStd() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1085 |
| 50 | ModExpautosSearchAjax::getTrans() | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:41 |
| 49 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 48 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 47 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:294 |
| 46 | Gantry\Framework\Platform->displayModule() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:342 |
| 45 | Gantry\Framework\Platform->displayModules() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:702 |
| 44 | Twig\Template->getAttribute() | JROOT/cache/gantry5/g5_hydrogen/twig/49/4902bfefb9860cebb07714c9b8c373e524b1a0501f928beb7863efc28f1735a8.php:43 |
| 43 | __TwigTemplate_7559b1a3ff9b9a57f571e92eb20539da2dcb74adef216059a9ccdabc17211656->block_particle() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:214 |
| 42 | Twig\Template->displayBlock() | JROOT/cache/gantry5/g5_hydrogen/twig/3f/3fec7bcada9e30df3f2683a6c69df5cd6e36f8eb169ff6399bed0fa604043b96.php:73 |
| 41 | __TwigTemplate_ecbc2419e547921db037a691b11788c2031030e5e31f28e4bdabc86868c2756e->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 40 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 39 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/49/4902bfefb9860cebb07714c9b8c373e524b1a0501f928beb7863efc28f1735a8.php:35 |
| 38 | __TwigTemplate_7559b1a3ff9b9a57f571e92eb20539da2dcb74adef216059a9ccdabc17211656->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 37 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 36 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/6b/6bea59e36a6e531ec59e420025fd37dda0de452427c265203d2874a42388a2a8.php:53 |
| 35 | __TwigTemplate_6003ab24ae80fc3a798eeec3e10cdef4107ebb11cae05f3c740d5db4c9cbb35e->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 34 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 33 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 32 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 31 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 30 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 29 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:825 |
| 28 | Gantry\Framework\Theme->getContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:718 |
| 27 | Gantry\Framework\Theme->renderContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:643 |
| 26 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 25 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 24 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 23 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:468 |
| 22 | Gantry\Framework\Theme->segments() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:700 |
| 21 | Twig\Template->getAttribute() | JROOT/cache/gantry5/g5_hydrogen/twig/11/11703f6ead5fa339f2cba2926e9288254d851574f9b6501e7eb9728a351c7400.php:47 |
| 20 | __TwigTemplate_3366ff40a79ffa91ff47bcb6e338d24b4c25fa4c9ff702cff238ae8e4b221d22->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 19 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 18 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/6d/6de4e826f80077bb2657d8b4d1f6e93ae383ebc5f2ce0151ffe024cf0d30e9d2.php:35 |
| 17 | __TwigTemplate_41553573cad379f5b0af28f0276bcd2863e23d26432a44afd5487ebacf19ea49->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 16 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 15 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/33/3302ecc9fa01f86763355c8f1c3dba4415b58562491378eecef3cbb21807db86.php:35 |
| 14 | __TwigTemplate_0b84560a9839732b838620abd35689c055169b33eebd3f6ad9d224e497eba3b5->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 13 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 12 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 11 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 10 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 9 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 8 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/templates/g5_hydrogen/index.php:38 |
| 7 | require JROOT/templates/g5_hydrogen/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 0.87 ms Query memory: 0.038 MB Memory before query: 25.015 MB Rows returned: 1
SELECT id AS value, name AS text
FROM `n3ptb7_expautos_country`
WHERE state > 0
AND id = 223
ORDER BY name
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_country | const | PRIMARY,idexpct_state | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 53 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 52 | JDatabaseDriver->loadObjectList() | JROOT/components/com_expautospro/helpers/ExpAutosProLocation.php:52 |
| 51 | ExpAutosProLocation::getCountry() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1117 |
| 50 | ModExpautosSearchAjax::getCountry() | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:42 |
| 49 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 48 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 47 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:294 |
| 46 | Gantry\Framework\Platform->displayModule() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:342 |
| 45 | Gantry\Framework\Platform->displayModules() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:702 |
| 44 | Twig\Template->getAttribute() | JROOT/cache/gantry5/g5_hydrogen/twig/49/4902bfefb9860cebb07714c9b8c373e524b1a0501f928beb7863efc28f1735a8.php:43 |
| 43 | __TwigTemplate_7559b1a3ff9b9a57f571e92eb20539da2dcb74adef216059a9ccdabc17211656->block_particle() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:214 |
| 42 | Twig\Template->displayBlock() | JROOT/cache/gantry5/g5_hydrogen/twig/3f/3fec7bcada9e30df3f2683a6c69df5cd6e36f8eb169ff6399bed0fa604043b96.php:73 |
| 41 | __TwigTemplate_ecbc2419e547921db037a691b11788c2031030e5e31f28e4bdabc86868c2756e->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 40 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 39 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/49/4902bfefb9860cebb07714c9b8c373e524b1a0501f928beb7863efc28f1735a8.php:35 |
| 38 | __TwigTemplate_7559b1a3ff9b9a57f571e92eb20539da2dcb74adef216059a9ccdabc17211656->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 37 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 36 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/6b/6bea59e36a6e531ec59e420025fd37dda0de452427c265203d2874a42388a2a8.php:53 |
| 35 | __TwigTemplate_6003ab24ae80fc3a798eeec3e10cdef4107ebb11cae05f3c740d5db4c9cbb35e->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 34 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 33 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 32 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 31 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 30 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 29 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:825 |
| 28 | Gantry\Framework\Theme->getContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:718 |
| 27 | Gantry\Framework\Theme->renderContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:643 |
| 26 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 25 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 24 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 23 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:468 |
| 22 | Gantry\Framework\Theme->segments() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:700 |
| 21 | Twig\Template->getAttribute() | JROOT/cache/gantry5/g5_hydrogen/twig/11/11703f6ead5fa339f2cba2926e9288254d851574f9b6501e7eb9728a351c7400.php:47 |
| 20 | __TwigTemplate_3366ff40a79ffa91ff47bcb6e338d24b4c25fa4c9ff702cff238ae8e4b221d22->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 19 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 18 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/6d/6de4e826f80077bb2657d8b4d1f6e93ae383ebc5f2ce0151ffe024cf0d30e9d2.php:35 |
| 17 | __TwigTemplate_41553573cad379f5b0af28f0276bcd2863e23d26432a44afd5487ebacf19ea49->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 16 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 15 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/33/3302ecc9fa01f86763355c8f1c3dba4415b58562491378eecef3cbb21807db86.php:35 |
| 14 | __TwigTemplate_0b84560a9839732b838620abd35689c055169b33eebd3f6ad9d224e497eba3b5->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 13 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 12 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 11 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 10 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 9 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 8 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/templates/g5_hydrogen/index.php:38 |
| 7 | require JROOT/templates/g5_hydrogen/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.30 ms After last query: 0.30 ms Query memory: 0.039 MB Memory before query: 25.084 MB Rows returned: 3
SELECT id AS value, name AS text
FROM `n3ptb7_expautos_state`
WHERE state > 0
AND catid = 223
ORDER BY name
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_state | range | idexpst_state | idexpst_state | 1 | NULL | 3 | Using index condition; Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.04 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 53 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 52 | JDatabaseDriver->loadObjectList() | JROOT/components/com_expautospro/helpers/ExpAutosProLocation.php:84 |
| 51 | ExpAutosProLocation::getExpstate() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1143 |
| 50 | ModExpautosSearchAjax::getExpState() | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:43 |
| 49 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 48 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 47 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:294 |
| 46 | Gantry\Framework\Platform->displayModule() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:342 |
| 45 | Gantry\Framework\Platform->displayModules() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:702 |
| 44 | Twig\Template->getAttribute() | JROOT/cache/gantry5/g5_hydrogen/twig/49/4902bfefb9860cebb07714c9b8c373e524b1a0501f928beb7863efc28f1735a8.php:43 |
| 43 | __TwigTemplate_7559b1a3ff9b9a57f571e92eb20539da2dcb74adef216059a9ccdabc17211656->block_particle() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:214 |
| 42 | Twig\Template->displayBlock() | JROOT/cache/gantry5/g5_hydrogen/twig/3f/3fec7bcada9e30df3f2683a6c69df5cd6e36f8eb169ff6399bed0fa604043b96.php:73 |
| 41 | __TwigTemplate_ecbc2419e547921db037a691b11788c2031030e5e31f28e4bdabc86868c2756e->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 40 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 39 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/49/4902bfefb9860cebb07714c9b8c373e524b1a0501f928beb7863efc28f1735a8.php:35 |
| 38 | __TwigTemplate_7559b1a3ff9b9a57f571e92eb20539da2dcb74adef216059a9ccdabc17211656->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 37 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 36 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/6b/6bea59e36a6e531ec59e420025fd37dda0de452427c265203d2874a42388a2a8.php:53 |
| 35 | __TwigTemplate_6003ab24ae80fc3a798eeec3e10cdef4107ebb11cae05f3c740d5db4c9cbb35e->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 34 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 33 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 32 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 31 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 30 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 29 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:825 |
| 28 | Gantry\Framework\Theme->getContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:718 |
| 27 | Gantry\Framework\Theme->renderContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:643 |
| 26 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 25 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 24 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 23 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:468 |
| 22 | Gantry\Framework\Theme->segments() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:700 |
| 21 | Twig\Template->getAttribute() | JROOT/cache/gantry5/g5_hydrogen/twig/11/11703f6ead5fa339f2cba2926e9288254d851574f9b6501e7eb9728a351c7400.php:47 |
| 20 | __TwigTemplate_3366ff40a79ffa91ff47bcb6e338d24b4c25fa4c9ff702cff238ae8e4b221d22->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 19 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 18 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/6d/6de4e826f80077bb2657d8b4d1f6e93ae383ebc5f2ce0151ffe024cf0d30e9d2.php:35 |
| 17 | __TwigTemplate_41553573cad379f5b0af28f0276bcd2863e23d26432a44afd5487ebacf19ea49->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 16 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 15 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/33/3302ecc9fa01f86763355c8f1c3dba4415b58562491378eecef3cbb21807db86.php:35 |
| 14 | __TwigTemplate_0b84560a9839732b838620abd35689c055169b33eebd3f6ad9d224e497eba3b5->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 13 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 12 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 11 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 10 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 9 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 8 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/templates/g5_hydrogen/index.php:38 |
| 7 | require JROOT/templates/g5_hydrogen/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.36 ms After last query: 0.33 ms Query memory: 0.038 MB Memory before query: 25.155 MB Rows returned: 3
SELECT a.userid As value, us.username As text
FROM n3ptb7_expautos_expuser AS a
LEFT JOIN n3ptb7_users AS us
ON us.id = a.userid
WHERE a.state = 1
AND us.block = 0
ORDER BY us.username
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | ALL | idexpus_userid,idexpus_state | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | Using where; Using temporary; Using filesort |
| 1 | SIMPLE | us | eq_ref | PRIMARY,idx_block | PRIMARY | 4 | infule_demoInfule01.a.userid | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.04 ms |
| Preparing | 0.02 ms |
| Creating tmp table | 0.02 ms |
| Sorting result | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.05 ms |
| Creating sort index | 0.02 ms |
| Removing tmp table | 0.01 ms |
| Creating sort index | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 52 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 51 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1219 |
| 50 | ModExpautosSearchAjax::getDealer() | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:45 |
| 49 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 48 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 47 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:294 |
| 46 | Gantry\Framework\Platform->displayModule() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:342 |
| 45 | Gantry\Framework\Platform->displayModules() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:702 |
| 44 | Twig\Template->getAttribute() | JROOT/cache/gantry5/g5_hydrogen/twig/49/4902bfefb9860cebb07714c9b8c373e524b1a0501f928beb7863efc28f1735a8.php:43 |
| 43 | __TwigTemplate_7559b1a3ff9b9a57f571e92eb20539da2dcb74adef216059a9ccdabc17211656->block_particle() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:214 |
| 42 | Twig\Template->displayBlock() | JROOT/cache/gantry5/g5_hydrogen/twig/3f/3fec7bcada9e30df3f2683a6c69df5cd6e36f8eb169ff6399bed0fa604043b96.php:73 |
| 41 | __TwigTemplate_ecbc2419e547921db037a691b11788c2031030e5e31f28e4bdabc86868c2756e->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 40 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 39 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/49/4902bfefb9860cebb07714c9b8c373e524b1a0501f928beb7863efc28f1735a8.php:35 |
| 38 | __TwigTemplate_7559b1a3ff9b9a57f571e92eb20539da2dcb74adef216059a9ccdabc17211656->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 37 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 36 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/6b/6bea59e36a6e531ec59e420025fd37dda0de452427c265203d2874a42388a2a8.php:53 |
| 35 | __TwigTemplate_6003ab24ae80fc3a798eeec3e10cdef4107ebb11cae05f3c740d5db4c9cbb35e->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 34 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 33 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 32 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 31 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 30 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 29 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:825 |
| 28 | Gantry\Framework\Theme->getContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:718 |
| 27 | Gantry\Framework\Theme->renderContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:643 |
| 26 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 25 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 24 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 23 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:468 |
| 22 | Gantry\Framework\Theme->segments() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:700 |
| 21 | Twig\Template->getAttribute() | JROOT/cache/gantry5/g5_hydrogen/twig/11/11703f6ead5fa339f2cba2926e9288254d851574f9b6501e7eb9728a351c7400.php:47 |
| 20 | __TwigTemplate_3366ff40a79ffa91ff47bcb6e338d24b4c25fa4c9ff702cff238ae8e4b221d22->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 19 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 18 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/6d/6de4e826f80077bb2657d8b4d1f6e93ae383ebc5f2ce0151ffe024cf0d30e9d2.php:35 |
| 17 | __TwigTemplate_41553573cad379f5b0af28f0276bcd2863e23d26432a44afd5487ebacf19ea49->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 16 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 15 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/33/3302ecc9fa01f86763355c8f1c3dba4415b58562491378eecef3cbb21807db86.php:35 |
| 14 | __TwigTemplate_0b84560a9839732b838620abd35689c055169b33eebd3f6ad9d224e497eba3b5->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 13 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 12 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 11 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 10 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 9 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 8 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/templates/g5_hydrogen/index.php:38 |
| 7 | require JROOT/templates/g5_hydrogen/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.23 ms After last query: 0.59 ms Query memory: 0.039 MB Memory before query: 25.225 MB Rows returned: 15
SELECT id As value, name As text
FROM `n3ptb7_expautos_color`
WHERE state = '1'
ORDER BY `ordering`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_expautos_color | ALL | idexpcl_state | NO INDEX KEY COULD BE USED | NULL | NULL | 16 | Using where; Using filesort |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.01 ms |
| Sorting result | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 53 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 52 | JDatabaseDriver->loadObjectList() | JROOT/components/com_expautospro/helpers/expfields.php:89 |
| 51 | ExpAutosProFields::getExpSelectStd() | JROOT/modules/mod_expautospro_search_ajax/helper.php:1474 |
| 50 | ModExpautosSearchAjax::getColor() | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:54 |
| 49 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 48 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 47 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:294 |
| 46 | Gantry\Framework\Platform->displayModule() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:342 |
| 45 | Gantry\Framework\Platform->displayModules() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:702 |
| 44 | Twig\Template->getAttribute() | JROOT/cache/gantry5/g5_hydrogen/twig/49/4902bfefb9860cebb07714c9b8c373e524b1a0501f928beb7863efc28f1735a8.php:43 |
| 43 | __TwigTemplate_7559b1a3ff9b9a57f571e92eb20539da2dcb74adef216059a9ccdabc17211656->block_particle() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:214 |
| 42 | Twig\Template->displayBlock() | JROOT/cache/gantry5/g5_hydrogen/twig/3f/3fec7bcada9e30df3f2683a6c69df5cd6e36f8eb169ff6399bed0fa604043b96.php:73 |
| 41 | __TwigTemplate_ecbc2419e547921db037a691b11788c2031030e5e31f28e4bdabc86868c2756e->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 40 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 39 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/49/4902bfefb9860cebb07714c9b8c373e524b1a0501f928beb7863efc28f1735a8.php:35 |
| 38 | __TwigTemplate_7559b1a3ff9b9a57f571e92eb20539da2dcb74adef216059a9ccdabc17211656->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 37 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 36 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/6b/6bea59e36a6e531ec59e420025fd37dda0de452427c265203d2874a42388a2a8.php:53 |
| 35 | __TwigTemplate_6003ab24ae80fc3a798eeec3e10cdef4107ebb11cae05f3c740d5db4c9cbb35e->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 34 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 33 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 32 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 31 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 30 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 29 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:825 |
| 28 | Gantry\Framework\Theme->getContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:718 |
| 27 | Gantry\Framework\Theme->renderContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:643 |
| 26 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 25 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 24 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 23 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:468 |
| 22 | Gantry\Framework\Theme->segments() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:700 |
| 21 | Twig\Template->getAttribute() | JROOT/cache/gantry5/g5_hydrogen/twig/11/11703f6ead5fa339f2cba2926e9288254d851574f9b6501e7eb9728a351c7400.php:47 |
| 20 | __TwigTemplate_3366ff40a79ffa91ff47bcb6e338d24b4c25fa4c9ff702cff238ae8e4b221d22->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 19 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 18 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/6d/6de4e826f80077bb2657d8b4d1f6e93ae383ebc5f2ce0151ffe024cf0d30e9d2.php:35 |
| 17 | __TwigTemplate_41553573cad379f5b0af28f0276bcd2863e23d26432a44afd5487ebacf19ea49->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 16 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 15 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/33/3302ecc9fa01f86763355c8f1c3dba4415b58562491378eecef3cbb21807db86.php:35 |
| 14 | __TwigTemplate_0b84560a9839732b838620abd35689c055169b33eebd3f6ad9d224e497eba3b5->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 13 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 12 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 11 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 10 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 9 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 8 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/templates/g5_hydrogen/index.php:38 |
| 7 | require JROOT/templates/g5_hydrogen/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 4.31 ms Query memory: 0.039 MB Memory before query: 25.413 MB Rows returned: 1
SELECT params
FROM n3ptb7_modules
WHERE id = 660
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_modules | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 54 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 53 | JDatabaseDriver->loadResult() | JROOT/components/com_expautospro/helpers/ExpAutosProGetParams.php:34 |
| 52 | ExpAutosProGetParams->getExpDbConfig() | JROOT/components/com_expautospro/helpers/ExpAutosProSearch.php:37 |
| 51 | ExpAutosProSearch::getExpSearchMod() | JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php:146 |
| 50 | require JROOT/modules/mod_expautospro_search_ajax/tmpl/default-jam.php | JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php:69 |
| 49 | include JROOT/modules/mod_expautospro_search_ajax/mod_expautospro_search_ajax.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 48 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 47 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:294 |
| 46 | Gantry\Framework\Platform->displayModule() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:342 |
| 45 | Gantry\Framework\Platform->displayModules() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:702 |
| 44 | Twig\Template->getAttribute() | JROOT/cache/gantry5/g5_hydrogen/twig/49/4902bfefb9860cebb07714c9b8c373e524b1a0501f928beb7863efc28f1735a8.php:43 |
| 43 | __TwigTemplate_7559b1a3ff9b9a57f571e92eb20539da2dcb74adef216059a9ccdabc17211656->block_particle() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:214 |
| 42 | Twig\Template->displayBlock() | JROOT/cache/gantry5/g5_hydrogen/twig/3f/3fec7bcada9e30df3f2683a6c69df5cd6e36f8eb169ff6399bed0fa604043b96.php:73 |
| 41 | __TwigTemplate_ecbc2419e547921db037a691b11788c2031030e5e31f28e4bdabc86868c2756e->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 40 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 39 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/49/4902bfefb9860cebb07714c9b8c373e524b1a0501f928beb7863efc28f1735a8.php:35 |
| 38 | __TwigTemplate_7559b1a3ff9b9a57f571e92eb20539da2dcb74adef216059a9ccdabc17211656->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 37 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 36 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/6b/6bea59e36a6e531ec59e420025fd37dda0de452427c265203d2874a42388a2a8.php:53 |
| 35 | __TwigTemplate_6003ab24ae80fc3a798eeec3e10cdef4107ebb11cae05f3c740d5db4c9cbb35e->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 34 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 33 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 32 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 31 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 30 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 29 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:825 |
| 28 | Gantry\Framework\Theme->getContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:718 |
| 27 | Gantry\Framework\Theme->renderContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:643 |
| 26 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 25 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 24 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 23 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:468 |
| 22 | Gantry\Framework\Theme->segments() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:700 |
| 21 | Twig\Template->getAttribute() | JROOT/cache/gantry5/g5_hydrogen/twig/11/11703f6ead5fa339f2cba2926e9288254d851574f9b6501e7eb9728a351c7400.php:47 |
| 20 | __TwigTemplate_3366ff40a79ffa91ff47bcb6e338d24b4c25fa4c9ff702cff238ae8e4b221d22->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 19 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 18 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/6d/6de4e826f80077bb2657d8b4d1f6e93ae383ebc5f2ce0151ffe024cf0d30e9d2.php:35 |
| 17 | __TwigTemplate_41553573cad379f5b0af28f0276bcd2863e23d26432a44afd5487ebacf19ea49->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 16 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 15 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/33/3302ecc9fa01f86763355c8f1c3dba4415b58562491378eecef3cbb21807db86.php:35 |
| 14 | __TwigTemplate_0b84560a9839732b838620abd35689c055169b33eebd3f6ad9d224e497eba3b5->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 13 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 12 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 11 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 10 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 9 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 8 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/templates/g5_hydrogen/index.php:38 |
| 7 | require JROOT/templates/g5_hydrogen/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.48 ms After last query: 5.33 ms Query memory: 0.038 MB Memory before query: 25.437 MB Rows returned: 1
SELECT c.id,c.companyname,c.headerimg,c.logo,c.phone,c.street,c.zipcode,ci.city_name,s.name AS statename,c.parts_street,c.parts_zip,c.parts_phone,ps.name AS parts_state_name,pci.city_name AS parts_city_name,c.service_street,c.service_zip,c.service_phone,ss.name AS service_state_name,sci.city_name AS service_city_name,c.web
FROM `n3ptb7_expautos_expuser` AS `c`
LEFT JOIN `n3ptb7_expautos_cities` AS `ci`
ON ci.id = c.city
LEFT JOIN `n3ptb7_expautos_state` AS `s`
ON s.id = c.expstate
LEFT JOIN `n3ptb7_expautos_cities` AS `pci`
ON pci.id = c.parts_city
LEFT JOIN `n3ptb7_expautos_state` AS `ps`
ON ps.id = c.parts_state
LEFT JOIN `n3ptb7_expautos_cities` AS `sci`
ON sci.id = c.service_city
LEFT JOIN `n3ptb7_expautos_state` AS `ss`
ON ss.id = c.service_state
WHERE c.state = 1
AND c.id IN (1)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | c | const | PRIMARY,idexpus_state | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | ci | const | PRIMARY | PRIMARY | 4 | const | 0 | Unique row not found |
| 1 | SIMPLE | s | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | pci | const | PRIMARY | PRIMARY | 4 | const | 0 | Unique row not found |
| 1 | SIMPLE | ps | const | PRIMARY | PRIMARY | 4 | const | 0 | Unique row not found |
| 1 | SIMPLE | sci | const | PRIMARY | PRIMARY | 4 | const | 0 | Unique row not found |
| 1 | SIMPLE | ss | const | PRIMARY | PRIMARY | 4 | const | 0 | Unique row not found |
| Status | Duration |
|---|
| Starting | 0.10 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.04 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.08 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 52 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 51 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_weicompanyinfo/helper.php:43 |
| 50 | ModWeiCompanyinfo::getCompanyinfo() | JROOT/modules/mod_weicompanyinfo/mod_weicompanyinfo.php:23 |
| 49 | include JROOT/modules/mod_weicompanyinfo/mod_weicompanyinfo.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 48 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 47 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:294 |
| 46 | Gantry\Framework\Platform->displayModule() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:342 |
| 45 | Gantry\Framework\Platform->displayModules() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:702 |
| 44 | Twig\Template->getAttribute() | JROOT/cache/gantry5/g5_hydrogen/twig/49/4902bfefb9860cebb07714c9b8c373e524b1a0501f928beb7863efc28f1735a8.php:43 |
| 43 | __TwigTemplate_7559b1a3ff9b9a57f571e92eb20539da2dcb74adef216059a9ccdabc17211656->block_particle() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:214 |
| 42 | Twig\Template->displayBlock() | JROOT/cache/gantry5/g5_hydrogen/twig/3f/3fec7bcada9e30df3f2683a6c69df5cd6e36f8eb169ff6399bed0fa604043b96.php:73 |
| 41 | __TwigTemplate_ecbc2419e547921db037a691b11788c2031030e5e31f28e4bdabc86868c2756e->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 40 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 39 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/49/4902bfefb9860cebb07714c9b8c373e524b1a0501f928beb7863efc28f1735a8.php:35 |
| 38 | __TwigTemplate_7559b1a3ff9b9a57f571e92eb20539da2dcb74adef216059a9ccdabc17211656->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 37 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 36 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/6b/6bea59e36a6e531ec59e420025fd37dda0de452427c265203d2874a42388a2a8.php:53 |
| 35 | __TwigTemplate_6003ab24ae80fc3a798eeec3e10cdef4107ebb11cae05f3c740d5db4c9cbb35e->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 34 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 33 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 32 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 31 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 30 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 29 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:825 |
| 28 | Gantry\Framework\Theme->getContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:718 |
| 27 | Gantry\Framework\Theme->renderContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:643 |
| 26 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 25 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 24 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 23 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:468 |
| 22 | Gantry\Framework\Theme->segments() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:700 |
| 21 | Twig\Template->getAttribute() | JROOT/cache/gantry5/g5_hydrogen/twig/11/11703f6ead5fa339f2cba2926e9288254d851574f9b6501e7eb9728a351c7400.php:47 |
| 20 | __TwigTemplate_3366ff40a79ffa91ff47bcb6e338d24b4c25fa4c9ff702cff238ae8e4b221d22->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 19 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 18 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/6d/6de4e826f80077bb2657d8b4d1f6e93ae383ebc5f2ce0151ffe024cf0d30e9d2.php:35 |
| 17 | __TwigTemplate_41553573cad379f5b0af28f0276bcd2863e23d26432a44afd5487ebacf19ea49->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 16 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 15 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/33/3302ecc9fa01f86763355c8f1c3dba4415b58562491378eecef3cbb21807db86.php:35 |
| 14 | __TwigTemplate_0b84560a9839732b838620abd35689c055169b33eebd3f6ad9d224e497eba3b5->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 13 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 12 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 11 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 10 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 9 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 8 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/templates/g5_hydrogen/index.php:38 |
| 7 | require JROOT/templates/g5_hydrogen/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.38 ms After last query: 0.67 ms Query memory: 0.039 MB Memory before query: 25.519 MB Rows returned: 1
SELECT h.*
FROM `n3ptb7_expautos_expuser_hours` AS `h`
LEFT JOIN `n3ptb7_expautos_expuser` AS `c`
ON c.id = h.userid
WHERE c.id = '1'
AND h.department IN (1)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | c | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
| 1 | SIMPLE | h | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 18 | Using where |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.05 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Sending data | 0.06 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 53 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 52 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_weicompanyinfo/helper.php:68 |
| 51 | ModWeiCompanyinfo::getCompanyhours() | JROOT/modules/mod_weicompanyinfo/tmpl/full.php:46 |
| 50 | require JROOT/modules/mod_weicompanyinfo/tmpl/full.php | JROOT/modules/mod_weicompanyinfo/mod_weicompanyinfo.php:25 |
| 49 | include JROOT/modules/mod_weicompanyinfo/mod_weicompanyinfo.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 48 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 47 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:294 |
| 46 | Gantry\Framework\Platform->displayModule() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:342 |
| 45 | Gantry\Framework\Platform->displayModules() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:702 |
| 44 | Twig\Template->getAttribute() | JROOT/cache/gantry5/g5_hydrogen/twig/49/4902bfefb9860cebb07714c9b8c373e524b1a0501f928beb7863efc28f1735a8.php:43 |
| 43 | __TwigTemplate_7559b1a3ff9b9a57f571e92eb20539da2dcb74adef216059a9ccdabc17211656->block_particle() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:214 |
| 42 | Twig\Template->displayBlock() | JROOT/cache/gantry5/g5_hydrogen/twig/3f/3fec7bcada9e30df3f2683a6c69df5cd6e36f8eb169ff6399bed0fa604043b96.php:73 |
| 41 | __TwigTemplate_ecbc2419e547921db037a691b11788c2031030e5e31f28e4bdabc86868c2756e->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 40 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 39 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/49/4902bfefb9860cebb07714c9b8c373e524b1a0501f928beb7863efc28f1735a8.php:35 |
| 38 | __TwigTemplate_7559b1a3ff9b9a57f571e92eb20539da2dcb74adef216059a9ccdabc17211656->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 37 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 36 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/6b/6bea59e36a6e531ec59e420025fd37dda0de452427c265203d2874a42388a2a8.php:53 |
| 35 | __TwigTemplate_6003ab24ae80fc3a798eeec3e10cdef4107ebb11cae05f3c740d5db4c9cbb35e->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 34 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 33 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 32 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 31 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 30 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 29 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:825 |
| 28 | Gantry\Framework\Theme->getContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:718 |
| 27 | Gantry\Framework\Theme->renderContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:643 |
| 26 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 25 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 24 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 23 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:468 |
| 22 | Gantry\Framework\Theme->segments() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:700 |
| 21 | Twig\Template->getAttribute() | JROOT/cache/gantry5/g5_hydrogen/twig/11/11703f6ead5fa339f2cba2926e9288254d851574f9b6501e7eb9728a351c7400.php:47 |
| 20 | __TwigTemplate_3366ff40a79ffa91ff47bcb6e338d24b4c25fa4c9ff702cff238ae8e4b221d22->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 19 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 18 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/6d/6de4e826f80077bb2657d8b4d1f6e93ae383ebc5f2ce0151ffe024cf0d30e9d2.php:35 |
| 17 | __TwigTemplate_41553573cad379f5b0af28f0276bcd2863e23d26432a44afd5487ebacf19ea49->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 16 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 15 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/33/3302ecc9fa01f86763355c8f1c3dba4415b58562491378eecef3cbb21807db86.php:35 |
| 14 | __TwigTemplate_0b84560a9839732b838620abd35689c055169b33eebd3f6ad9d224e497eba3b5->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 13 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 12 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 11 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 10 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 9 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 8 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/templates/g5_hydrogen/index.php:38 |
| 7 | require JROOT/templates/g5_hydrogen/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.38 ms After last query: 0.43 ms Query memory: 0.038 MB Memory before query: 25.536 MB Rows returned: 1
SELECT c.id,c.companyname,c.headerimg,c.logo,c.phone,c.street,c.zipcode,ci.city_name,s.name AS statename,c.parts_street,c.parts_zip,c.parts_phone,ps.name AS parts_state_name,pci.city_name AS parts_city_name,c.service_street,c.service_zip,c.service_phone,ss.name AS service_state_name,sci.city_name AS service_city_name,c.web
FROM `n3ptb7_expautos_expuser` AS `c`
LEFT JOIN `n3ptb7_expautos_cities` AS `ci`
ON ci.id = c.city
LEFT JOIN `n3ptb7_expautos_state` AS `s`
ON s.id = c.expstate
LEFT JOIN `n3ptb7_expautos_cities` AS `pci`
ON pci.id = c.parts_city
LEFT JOIN `n3ptb7_expautos_state` AS `ps`
ON ps.id = c.parts_state
LEFT JOIN `n3ptb7_expautos_cities` AS `sci`
ON sci.id = c.service_city
LEFT JOIN `n3ptb7_expautos_state` AS `ss`
ON ss.id = c.service_state
WHERE c.state = 1
AND c.id IN (1)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | c | const | PRIMARY,idexpus_state | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | ci | const | PRIMARY | PRIMARY | 4 | const | 0 | Unique row not found |
| 1 | SIMPLE | s | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | pci | const | PRIMARY | PRIMARY | 4 | const | 0 | Unique row not found |
| 1 | SIMPLE | ps | const | PRIMARY | PRIMARY | 4 | const | 0 | Unique row not found |
| 1 | SIMPLE | sci | const | PRIMARY | PRIMARY | 4 | const | 0 | Unique row not found |
| 1 | SIMPLE | ss | const | PRIMARY | PRIMARY | 4 | const | 0 | Unique row not found |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.04 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.07 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 52 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 51 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_weicompanyinfo/helper.php:43 |
| 50 | ModWeiCompanyinfo::getCompanyinfo() | JROOT/modules/mod_weicompanyinfo/mod_weicompanyinfo.php:23 |
| 49 | include JROOT/modules/mod_weicompanyinfo/mod_weicompanyinfo.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 48 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 47 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:294 |
| 46 | Gantry\Framework\Platform->displayModule() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:342 |
| 45 | Gantry\Framework\Platform->displayModules() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:702 |
| 44 | Twig\Template->getAttribute() | JROOT/cache/gantry5/g5_hydrogen/twig/49/4902bfefb9860cebb07714c9b8c373e524b1a0501f928beb7863efc28f1735a8.php:43 |
| 43 | __TwigTemplate_7559b1a3ff9b9a57f571e92eb20539da2dcb74adef216059a9ccdabc17211656->block_particle() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:214 |
| 42 | Twig\Template->displayBlock() | JROOT/cache/gantry5/g5_hydrogen/twig/3f/3fec7bcada9e30df3f2683a6c69df5cd6e36f8eb169ff6399bed0fa604043b96.php:73 |
| 41 | __TwigTemplate_ecbc2419e547921db037a691b11788c2031030e5e31f28e4bdabc86868c2756e->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 40 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 39 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/49/4902bfefb9860cebb07714c9b8c373e524b1a0501f928beb7863efc28f1735a8.php:35 |
| 38 | __TwigTemplate_7559b1a3ff9b9a57f571e92eb20539da2dcb74adef216059a9ccdabc17211656->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 37 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 36 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/6b/6bea59e36a6e531ec59e420025fd37dda0de452427c265203d2874a42388a2a8.php:53 |
| 35 | __TwigTemplate_6003ab24ae80fc3a798eeec3e10cdef4107ebb11cae05f3c740d5db4c9cbb35e->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 34 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 33 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 32 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 31 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 30 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 29 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:825 |
| 28 | Gantry\Framework\Theme->getContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:718 |
| 27 | Gantry\Framework\Theme->renderContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:643 |
| 26 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 25 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 24 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 23 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:468 |
| 22 | Gantry\Framework\Theme->segments() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:700 |
| 21 | Twig\Template->getAttribute() | JROOT/cache/gantry5/g5_hydrogen/twig/11/11703f6ead5fa339f2cba2926e9288254d851574f9b6501e7eb9728a351c7400.php:47 |
| 20 | __TwigTemplate_3366ff40a79ffa91ff47bcb6e338d24b4c25fa4c9ff702cff238ae8e4b221d22->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 19 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 18 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/6d/6de4e826f80077bb2657d8b4d1f6e93ae383ebc5f2ce0151ffe024cf0d30e9d2.php:35 |
| 17 | __TwigTemplate_41553573cad379f5b0af28f0276bcd2863e23d26432a44afd5487ebacf19ea49->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 16 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 15 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/33/3302ecc9fa01f86763355c8f1c3dba4415b58562491378eecef3cbb21807db86.php:35 |
| 14 | __TwigTemplate_0b84560a9839732b838620abd35689c055169b33eebd3f6ad9d224e497eba3b5->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 13 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 12 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 11 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 10 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 9 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 8 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/templates/g5_hydrogen/index.php:38 |
| 7 | require JROOT/templates/g5_hydrogen/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.32 ms After last query: 0.57 ms Query memory: 0.040 MB Memory before query: 25.618 MB Rows returned: 2
SELECT h.*
FROM `n3ptb7_expautos_expuser_hours` AS `h`
LEFT JOIN `n3ptb7_expautos_expuser` AS `c`
ON c.id = h.userid
WHERE c.id = '1'
AND h.department IN (1,3)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | c | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
| 1 | SIMPLE | h | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 18 | Using where |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.07 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 53 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 52 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_weicompanyinfo/helper.php:68 |
| 51 | ModWeiCompanyinfo::getCompanyhours() | JROOT/modules/mod_weicompanyinfo/tmpl/full.php:46 |
| 50 | require JROOT/modules/mod_weicompanyinfo/tmpl/full.php | JROOT/modules/mod_weicompanyinfo/mod_weicompanyinfo.php:25 |
| 49 | include JROOT/modules/mod_weicompanyinfo/mod_weicompanyinfo.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 48 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 47 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:294 |
| 46 | Gantry\Framework\Platform->displayModule() | JROOT/libraries/gantry5/src/classes/Gantry/Framework/Platform.php:342 |
| 45 | Gantry\Framework\Platform->displayModules() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:702 |
| 44 | Twig\Template->getAttribute() | JROOT/cache/gantry5/g5_hydrogen/twig/49/4902bfefb9860cebb07714c9b8c373e524b1a0501f928beb7863efc28f1735a8.php:43 |
| 43 | __TwigTemplate_7559b1a3ff9b9a57f571e92eb20539da2dcb74adef216059a9ccdabc17211656->block_particle() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:214 |
| 42 | Twig\Template->displayBlock() | JROOT/cache/gantry5/g5_hydrogen/twig/3f/3fec7bcada9e30df3f2683a6c69df5cd6e36f8eb169ff6399bed0fa604043b96.php:73 |
| 41 | __TwigTemplate_ecbc2419e547921db037a691b11788c2031030e5e31f28e4bdabc86868c2756e->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 40 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 39 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/49/4902bfefb9860cebb07714c9b8c373e524b1a0501f928beb7863efc28f1735a8.php:35 |
| 38 | __TwigTemplate_7559b1a3ff9b9a57f571e92eb20539da2dcb74adef216059a9ccdabc17211656->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 37 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 36 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/6b/6bea59e36a6e531ec59e420025fd37dda0de452427c265203d2874a42388a2a8.php:53 |
| 35 | __TwigTemplate_6003ab24ae80fc3a798eeec3e10cdef4107ebb11cae05f3c740d5db4c9cbb35e->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 34 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 33 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 32 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 31 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 30 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 29 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:825 |
| 28 | Gantry\Framework\Theme->getContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:718 |
| 27 | Gantry\Framework\Theme->renderContent() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:643 |
| 26 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 25 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 24 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:627 |
| 23 | Gantry\Framework\Theme->prepareLayout() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/ThemeTrait.php:468 |
| 22 | Gantry\Framework\Theme->segments() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:700 |
| 21 | Twig\Template->getAttribute() | JROOT/cache/gantry5/g5_hydrogen/twig/11/11703f6ead5fa339f2cba2926e9288254d851574f9b6501e7eb9728a351c7400.php:47 |
| 20 | __TwigTemplate_3366ff40a79ffa91ff47bcb6e338d24b4c25fa4c9ff702cff238ae8e4b221d22->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 19 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 18 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/6d/6de4e826f80077bb2657d8b4d1f6e93ae383ebc5f2ce0151ffe024cf0d30e9d2.php:35 |
| 17 | __TwigTemplate_41553573cad379f5b0af28f0276bcd2863e23d26432a44afd5487ebacf19ea49->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 16 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 15 | Twig\Template->display() | JROOT/cache/gantry5/g5_hydrogen/twig/33/3302ecc9fa01f86763355c8f1c3dba4415b58562491378eecef3cbb21807db86.php:35 |
| 14 | __TwigTemplate_0b84560a9839732b838620abd35689c055169b33eebd3f6ad9d224e497eba3b5->doDisplay() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:453 |
| 13 | Twig\Template->displayWithErrorHandling() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:420 |
| 12 | Twig\Template->display() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Template.php:432 |
| 11 | Twig\Template->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/TemplateWrapper.php:47 |
| 10 | Twig\TemplateWrapper->render() | JROOT/libraries/gantry5/compat/vendor/twig/twig/src/Environment.php:384 |
| 9 | Twig\Environment->render() | JROOT/libraries/gantry5/src/classes/Gantry/Component/Theme/AbstractTheme.php:176 |
| 8 | Gantry\Component\Theme\AbstractTheme->render() | JROOT/templates/g5_hydrogen/index.php:38 |
| 7 | require JROOT/templates/g5_hydrogen/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.32 ms After last query: 23.01 ms Query memory: 0.021 MB Memory before query: 26.906 MB Rows returned: 1
SELECT `value`
FROM `n3ptb7_admintools_storage`
WHERE `key` = 'criticalfiles'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n3ptb7_admintools_storage | const | PRIMARY | PRIMARY | 402 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.04 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT/plugins/system/admintools/feature/criticalfiles.php:204 |
| 10 | AtsystemFeatureCriticalfiles->load() | JROOT/plugins/system/admintools/feature/criticalfiles.php:32 |
| 9 | AtsystemFeatureCriticalfiles->onAfterRender() | JROOT/plugins/system/admintools/admintools/main.php:308 |
| 8 | plgSystemAdmintools->runFeature() | JROOT/plugins/system/admintools/admintools/main.php:187 |
| 7 | plgSystemAdmintools->onAfterRender() | 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/CMSApplication.php:1118 |
| 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 |
24 × SELECT count(id) AS count
FROM n3ptb7_expautos_floorplan_ads
22 × SELECT increase
FROM n3ptb7_expautos_price_overrides
11 × SELECT *
FROM n3ptb7_expautos_admanager
11 × SELECT a.id,a.catid,a.make,a.model,a.bodytype,a.specificmodel AS specificmodel, a.alias
FROM n3ptb7_expautos_admanager AS a
6 × SELECT *
FROM `n3ptb7_expautos_make`
6 × SELECT id
FROM n3ptb7_expautos_bodytype
6 × SELECT b.name as name, p.name as parent_name
FROM n3ptb7_expautos_bodytype as b
LEFT JOIN n3ptb7_expautos_bodytype AS p
ON p.id = b.parent_id
5 × SELECT id As value, name As text
FROM `n3ptb7_expautos_condition`
5 × SELECT b.id As value, b.name As text, p.id as parent_id, p.name as parent_name,b.image as imgname
FROM n3ptb7_expautos_bodytype as b
LEFT JOIN n3ptb7_expautos_bodytype AS p
ON p.id = b.parent_id
5 × SELECT id As value, name As text
FROM `n3ptb7_expautos_fuel`
5 × SELECT id As value, name As text
FROM `n3ptb7_expautos_drive`
5 × SELECT id As value, name As text
FROM `n3ptb7_expautos_trans`
5 × SELECT id AS value, name AS text
FROM `n3ptb7_expautos_country`
5 × SELECT id AS value, name AS text
FROM `n3ptb7_expautos_state`
5 × SELECT a.userid As value, us.username As text
FROM n3ptb7_expautos_expuser AS a
LEFT JOIN n3ptb7_users AS us
ON us.id = a.userid
3 × SELECT a.* ,a.price AS aprice, a.bprice AS bprice,img.name AS image_order_1,c.title AS category_name, c.id AS categid, c.itemtype AS catitemtype,mk.id AS mkid,mk.name AS make_name ,mk.seotitle as make_seotitle, mk.pagetitle as make_pagetitle, mk.metadesc as make_metadesc,md.id AS mdid,md.name AS model_name,bt.id AS btid,bt.name AS bodytype_name, bt.seotitle as bodytype_seotitle, bt.pagetitle as bodytype_pagetitle, bt.metadesc as bodytype_metadesc,btp.id AS body_parent_id, btp.name as body_parent_name,fp.id AS fpid,fp.name AS floorplan_name,dr.id AS drid,dr.name AS drive_name,uf.id AS ufid,uf.name AS flag_name, uf.topcolor as flag_topcolor, uf.bottomcolor as flag_bottomcolor,ecl.id AS eclid,ecl.name AS extcolor_name, ecl.image AS extcolor_image, ecl.csscode AS csscode_color,tr.id AS trid,tr.name AS trans_name, tr.code AS trans_code,fl.id AS flid,fl.name AS fuel_name, fl.code AS fuel_code,user.id AS userwid,user.name AS user_name, user.username AS user_username, user.email AS user_email,expusercountry.id AS expusercountrywid,expuserstate.id AS expuserstatewid,expusercity.id AS expusercitywid,expuser.id AS expuser_id,expuser.lastname AS expuser_lastname, expuser.companyname AS expuser_companyname,expuser.street AS expuser_street,expuser.phone AS expuser_phone, expuser.credit_link as expuser_credit_link,expuser.web AS expuser_web, expuser.logo AS expuser_logo,expuser.headerimg AS expuser_headerimg, expuser.customimg AS expuser_customimg,expuser.zipcode AS expuser_zipcode, expuser.fax AS expuser_fax,expuser.mobphone AS expuser_mobphone, expuser.userinfo AS expuser_userinfo,expuser.utop AS expuser_utop, expuser.ucommercial AS expuser_ucommercial,expuser.uspecial AS expuser_uspecial,expuser.company_id AS expuser_mainCompany,expusercountry.name AS expuser_country, expusercity.city_name AS expuser_city,expuserstate.name AS expuser_state,expuser.latitude AS expuser_latitude,expuser.longitude AS expuser_longitude,parentCo.list_banner as parentco_banner, parentCo.web as parentco_web, parentCo.dealer_key as parentco_key, parentCo.logo as parentco_logo, parentCo.headerimg as parentco_headerimg, parentCo.customimg as parentco_customimg, parentCo.disclaimer as disclaimer, parentCo.list_square_img as parentco_list_square_img, parentCo.list_skyscraper_img as parentco_list_skyscraper_img, parentCo.detail_skyscraper_img as parentco_detail_skyscraper_img, parentCo.street as parentco_street, parentCo.city as parentco_city, parentCo.expstate as parentco_expstate, parentCo.zipcode as parentco_zip, parentCo.phone as parentco_phone ,fc.start_price as fc_start_price ,fc.end_price as fc_end_price,fc.months as fc_months,fc.cat_id as fc_cat_id,fc.percent_down as fc_percent_down,fc.interest_rate as fc_interest_rate, fc.status as fc_status, fc.cat_id as fc_catid,cnt.id AS cntid,cnt.name AS cnt_name,st.id AS stid,st.name AS st_name, st.code as st_code,ct.id AS ctid,ct.city_name AS ct_name,ag.title AS access_level
FROM n3ptb7_expautos_admanager as a
LEFT JOIN n3ptb7_expautos_images AS img
ON img.catid = a.id
AND img.ordering = (SELECT MIN(img2.ordering)
FROM n3ptb7_expautos_images AS img2
3 × SELECT id As value, `name` As text
FROM `n3ptb7_expautos_extrafield1` AS a
3 × SELECT id As value, name As text
FROM `n3ptb7_expautos_extrafield2`
3 × SELECT id As value, name As text
FROM `n3ptb7_expautos_extrafield3`
3 × SELECT id As value, name As text
FROM `n3ptb7_expautos_color`
3 × SELECT params
FROM n3ptb7_modules
3 × SELECT c.id,c.companyname,c.headerimg,c.logo,c.phone,c.street,c.zipcode,ci.city_name,s.name AS statename,c.parts_street,c.parts_zip,c.parts_phone,ps.name AS parts_state_name,pci.city_name AS parts_city_name,c.service_street,c.service_zip,c.service_phone,ss.name AS service_state_name,sci.city_name AS service_city_name,c.web
FROM `n3ptb7_expautos_expuser` AS `c`
LEFT JOIN `n3ptb7_expautos_cities` AS `ci`
ON ci.id = c.city
LEFT JOIN `n3ptb7_expautos_state` AS `s`
ON s.id = c.expstate
LEFT JOIN `n3ptb7_expautos_cities` AS `pci`
ON pci.id = c.parts_city
LEFT JOIN `n3ptb7_expautos_state` AS `ps`
ON ps.id = c.parts_state
LEFT JOIN `n3ptb7_expautos_cities` AS `sci`
ON sci.id = c.service_city
LEFT JOIN `n3ptb7_expautos_state` AS `ss`
ON ss.id = c.service_state
2 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `n3ptb7_extensions`
2 × SELECT `value`
FROM `n3ptb7_admintools_storage`
2 × SELECT template
FROM n3ptb7_template_styles as s
2 × SELECT *
FROM n3ptb7_languages
2 × SELECT *
FROM n3ptb7_sh404sef_pageids
2 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM n3ptb7_modules AS m
LEFT JOIN n3ptb7_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN n3ptb7_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
2 × SELECT f.id AS value,f.name AS text
FROM n3ptb7_expautos_floorplan AS f
INNER JOIN n3ptb7_expautos_floorplan_ads AS af
ON f.id=af.floor_id
2 × SELECT DISTINCT city
FROM `n3ptb7_expautos_admanager
2 × SELECT id as value, city_name as text
FROM `n3ptb7_expautos_cities`
2 × SELECT COUNT(*)
FROM `n3ptb7_expautos_admanager`
2 × SELECT h.*
FROM `n3ptb7_expautos_expuser_hours` AS `h`
LEFT JOIN `n3ptb7_expautos_expuser` AS `c`
ON c.id = h.userid
1 × SELECT `data`
FROM `n3ptb7_session`
1 × SELECT `session_id`
FROM `n3ptb7_session`
1 × SELECT id, rules
FROM `n3ptb7_viewlevels
1 × SELECT b.id
FROM n3ptb7_usergroups AS a
LEFT JOIN n3ptb7_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM n3ptb7_extensions
1 × SELECT *
FROM `n3ptb7_admintools_wafexceptions`
1 × SELECT extension, file, type
FROM n3ptb7_rokcommon_configs
1 × SELECT *
FROM `n3ptb7_admintools_ipautoban`
1 × SELECT `ip`
FROM `n3ptb7_admintools_ipblock
1 × SELECT *
FROM `n3ptb7_admintools_storage`
1 × SELECT `source`,`keepurlparams`
FROM `n3ptb7_admintools_redirects`
1 × 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 n3ptb7_menu AS m
LEFT JOIN n3ptb7_extensions AS e
ON m.component_id = e.extension_id
1 × SELECT `params`
FROM n3ptb7_extensions
1 × SELECT *
FROM `n3ptb7_sh404sef_aliases`
1 × SELECT *
FROM n3ptb7_sh404sef_aliases
1 × SELECT `oldurl`, `newurl`, `dateadd`, `id`, `cpt`, `rank`
FROM n3ptb7_sh404sef_urls
1 × SELECT *
FROM n3ptb7_redirect_links
1 × SELECT params
FROM n3ptb7_expautos_config
1 × SELECT a.*, a.id AS value, a.title AS text, a.parent_id AS parent_id, a.ecount AS catecount, a.description AS description, a.itemtype AS catitemtype
FROM n3ptb7_expautos_categories AS a
LEFT JOIN `n3ptb7_expautos_categories` AS b
ON a.lft > b.lft
AND a.rgt < b.rgt
1 × SELECT b.*, p.name as parent_name
FROM n3ptb7_expautos_bodytype as b
LEFT JOIN n3ptb7_expautos_bodytype AS p
ON p.id = b.parent_id
1 × SELECT *
FROM `n3ptb7_admintools_wafblacklists`
1 × SELECT id, home, template, s.params
FROM n3ptb7_template_styles as s
LEFT JOIN n3ptb7_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
1 × SELECT s.id, s.template, s.home, s.title AS long_title, s.params
FROM n3ptb7_template_styles AS s
1 × SELECT id
FROM n3ptb7_expautos_expuser
1 × SELECT title
FROM n3ptb7_expautos_categories
1 × SELECT *
FROM n3ptb7_expautos_bodytype
1 × SELECT name
FROM n3ptb7_expautos_state
1 × SELECT a.*, a.id AS value, a.name AS text,c.title AS category_name
FROM n3ptb7_expautos_make AS a
LEFT JOIN n3ptb7_expautos_categories AS c
ON c.id = a.catid
1 × SELECT id, cname, exchange, cvariable, expicon, priceformat, moneyformat
FROM n3ptb7_expautos_currency
1 × SELECT a.*, a.id AS value, a.name AS text, a.description, a.shortdesc, a.image, a.website,c.title AS category_name
FROM n3ptb7_expautos_make AS a
LEFT JOIN n3ptb7_expautos_categories AS c
ON c.id = a.cati
1 × SELECT a.*, a.id AS value, a.name AS text, a.makeid, a.alias, a.description, a.image, a.metakey, a.metadesc, a.ecount,c.name AS make_name
FROM n3ptb7_expautos_model AS a
LEFT JOIN n3ptb7_expautos_make AS c
ON c.id = a.makeid
1 × SELECT btp.*,btp.id AS value, btp.catid AS btpcatid, btp.name AS text, btp.image AS btpimage, btp.ecount AS btpcount, btp.catid,btp.state, body_parent.name as body_parent_name,c.title AS category_name
FROM n3ptb7_expautos_bodytype as btp
LEFT JOIN n3ptb7_expautos_categories AS c
ON c.id = btp.catid
LEFT JOIN n3ptb7_expautos_bodytype AS body_parent
ON body_parent.id = btp.parent_id
1 × SELECT cnt.name AS cntname,s.name AS sname,c.city_name AS cname
FROM n3ptb7_expautos_expuser AS u
LEFT JOIN n3ptb7_expautos_country AS cnt
ON cnt.id = u.country
LEFT JOIN n3ptb7_expautos_state AS s
ON s.id = u.expstate
LEFT JOIN n3ptb7_expautos_cities AS c
ON c.id = u.city
1 × SELECT DISTINCT a.make, m.name AS make_name, a.bodytype, b.name AS body_name
FROM `n3ptb7_expautos_admanager` AS `a`
LEFT JOIN `n3ptb7_expautos_make` AS `m`
ON a.make = m.id
LEFT JOIN `n3ptb7_expautos_bodytype` AS `b`
ON a.bodytype = b.id
1 × SELECT capacity, length, grweight, axles, slide_outs, doors
FROM `n3ptb7_expautos_admanager`
1 × SELECT *
FROM n3ptb7_sh404sef_metas
1 × SELECT `id`,`name`,`rules`,`parent_id`
FROM `n3ptb7_assets`
1 × select b.*
from n3ptb7_rstbox b
1 × SELECT `a`.`menutype`,`a`.`title`
FROM `n3ptb7_menu_types` AS `a`
1 × SELECT m.id, m.alias, m.path AS route, m.level, m.parent_id
FROM n3ptb7_menu AS m
1 × SELECT btp.*,btp.id AS value, btp.catid AS btpcatid, btp.name AS text, btp.image AS btpimage, btp.ecount AS btpcount, btp.catid,btp.state, p.id as parent_id, p.name as parent_name,c.title AS category_name
FROM n3ptb7_expautos_bodytype as btp
LEFT JOIN n3ptb7_expautos_categories AS c
ON c.id = btp.catid
LEFT JOIN n3ptb7_expautos_bodytype AS p
ON p.id = btp.parent_id
1 × SELECT a.id,a.catid, a.make, a.city, a.expstate, a.condition,COUNT(a.id) as totalcnt, c.alias as cat_alias,m.*, m.id, m.ecount
FROM n3ptb7_expautos_admanager AS a
LEFT JOIN `n3ptb7_expautos_make` AS `m`
ON (`a`.`make` = `m`.`id`)
LEFT JOIN `n3ptb7_expautos_categories` AS `c`
ON (`a`.`catid` = `c`.`id`)