Query Time: 1.74 ms Query memory: 0.023 MB Memory before query: 1.253 MB Rows returned: 0
SELECT `data`
FROM `gmw8r_session`
WHERE `session_id` = X'6b6b706b6973386572656a31356d6130346a31697564326d6938727361303574'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | gmw8r_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.20 ms |
checking permissions | 0.09 ms |
Opening tables | 0.07 ms |
init | 0.06 ms |
System lock | 0.14 ms |
optimizing | 0.06 ms |
statistics | 0.12 ms |
executing | 0.06 ms |
end | 0.07 ms |
query end | 0.04 ms |
closing tables | 0.04 ms |
freeing items | 0.12 ms |
cleaning up | 0.05 ms |
# | 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:660 |
9 | Joomla\CMS\Session\Session->_start() | JROOT/libraries/src/Session/Session.php:620 |
8 | Joomla\CMS\Session\Session->start() | JROOT/libraries/src/Session/Session.php:498 |
7 | Joomla\CMS\Session\Session->get() | JROOT/libraries/src/Session/Session.php:455 |
6 | Joomla\CMS\Session\Session->isNew() | JROOT/libraries/src/Application/CMSApplication.php:758 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:135 |
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:344 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 1.59 ms After last query: 0.95 ms Query memory: 0.020 MB Memory before query: 1.268 MB Rows returned: 0
SELECT `session_id`
FROM `gmw8r_session`
WHERE `session_id` = X'6b6b706b6973386572656a31356d6130346a31697564326d6938727361303574'
LIMIT 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | gmw8r_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | Using index |
Status | Duration |
---|
starting | 0.12 ms |
checking permissions | 0.05 ms |
Opening tables | 0.05 ms |
init | 0.06 ms |
System lock | 0.05 ms |
optimizing | 0.04 ms |
statistics | 0.09 ms |
executing | 0.06 ms |
end | 0.04 ms |
query end | 0.04 ms |
closing tables | 0.04 ms |
freeing items | 0.20 ms |
cleaning up | 0.05 ms |
# | 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:153 |
6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:760 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:135 |
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:344 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 4.94 ms After last query: 0.14 ms Query memory: 0.004 MB Memory before query: 1.274 MB
INSERT INTO `gmw8r_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'6b6b706b6973386572656a31356d6130346a31697564326d6938727361303574', 1, 1619163621, 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `gmw8r_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'6b6b706b6973386572656a31356d6130346a31697564326d6938727361303574', 1, 1619163621, 0, '', 0)
Status | Duration |
---|
starting | 0.18 ms |
checking permissions | 0.05 ms |
Opening tables | 0.05 ms |
init | 0.06 ms |
System lock | 0.05 ms |
update | 0.38 ms |
Waiting for query cache lock | 0.05 ms |
update | 0.04 ms |
end | 0.03 ms |
query end | 3.32 ms |
closing tables | 0.06 ms |
freeing items | 0.12 ms |
cleaning up | 0.05 ms |
# | 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:153 |
6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:760 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:135 |
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:344 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 3.56 ms After last query: 1.95 ms Query memory: 0.040 MB Memory before query: 1.309 MB Rows returned: 45
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `gmw8r_extensions`
WHERE `type` = 'component'
AND `state` = 0
AND `enabled` = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | gmw8r_extensions | NULL | ref | extension | extension | 82 | const | 48 | 1.00 | Using where |
Status | Duration |
---|
starting | 0.32 ms |
checking permissions | 0.09 ms |
Opening tables | 0.09 ms |
init | 0.10 ms |
System lock | 0.05 ms |
optimizing | 0.05 ms |
statistics | 0.16 ms |
preparing | 0.09 ms |
executing | 0.04 ms |
Sending data | 1.47 ms |
end | 0.06 ms |
query end | 0.06 ms |
closing tables | 0.04 ms |
freeing items | 0.09 ms |
cleaning up | 0.04 ms |
# | 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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.50 ms After last query: 1.59 ms Query memory: 0.021 MB Memory before query: 1.353 MB Rows returned: 5
SELECT id, rules
FROM `gmw8r_viewlevels`
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | gmw8r_viewlevels | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.16 ms |
checking permissions | 0.08 ms |
Opening tables | 0.06 ms |
init | 0.05 ms |
System lock | 0.04 ms |
optimizing | 0.04 ms |
statistics | 0.04 ms |
preparing | 0.05 ms |
executing | 0.03 ms |
Sending data | 0.11 ms |
end | 0.05 ms |
query end | 0.04 ms |
closing tables | 0.04 ms |
freeing items | 0.14 ms |
cleaning up | 0.07 ms |
# | 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:321 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.98 ms After last query: 0.12 ms Query memory: 0.021 MB Memory before query: 1.365 MB Rows returned: 2
SELECT b.id
FROM gmw8r_usergroups AS a
LEFT JOIN gmw8r_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 13
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | b | NULL | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 2 | 100.00 | Using where; Using index |
Status | Duration |
---|
starting | 0.14 ms |
checking permissions | 0.04 ms |
checking permissions | 0.04 ms |
Opening tables | 0.13 ms |
init | 0.08 ms |
System lock | 0.05 ms |
optimizing | 0.05 ms |
statistics | 0.16 ms |
preparing | 0.17 ms |
executing | 0.04 ms |
Sending data | 0.09 ms |
end | 0.05 ms |
query end | 0.04 ms |
closing tables | 0.05 ms |
freeing items | 0.11 ms |
cleaning up | 0.05 ms |
# | 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:321 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 5.30 ms After last query: 0.64 ms Query memory: 0.056 MB Memory before query: 1.388 MB Rows returned: 201
SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM gmw8r_extensions
WHERE enabled = 1
AND type = 'plugin'
AND state IN (0,1)
AND access IN (1,1)
ORDER BY ordering
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | gmw8r_extensions | NULL | ref | extension | extension | 82 | const | 236 | 0.40 | Using index condition; Using where; Using filesort |
Status | Duration |
---|
starting | 0.15 ms |
checking permissions | 0.06 ms |
Opening tables | 0.05 ms |
init | 0.07 ms |
System lock | 0.05 ms |
optimizing | 0.05 ms |
statistics | 0.14 ms |
preparing | 0.08 ms |
Sorting result | 0.11 ms |
executing | 0.03 ms |
Sending data | 0.04 ms |
Creating sort index | 3.44 ms |
end | 0.06 ms |
query end | 0.05 ms |
closing tables | 0.04 ms |
freeing items | 0.12 ms |
cleaning up | 0.05 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
10 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Plugin/PluginHelper.php:354 |
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:359 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 40.69 ms After last query: 31.38 ms Query memory: 0.005 MB Memory before query: 2.122 MB
UPDATE gmw8r_redirectonlogin_sessions
SET session_id='kkpkis8erej15ma04j1iud2mi8rsa05t', unixtime='1619163621'
WHERE session_id='adopt_me'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | UPDATE | gmw8r_redirectonlogin_sessions | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1137 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.21 ms |
checking permissions | 0.08 ms |
Opening tables | 0.09 ms |
init | 0.08 ms |
System lock | 0.08 ms |
updating | 39.23 ms |
end | 0.09 ms |
query end | 0.04 ms |
closing tables | 0.05 ms |
freeing items | 0.17 ms |
cleaning up | 0.07 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
9 | JDatabase->query() | JROOT/administrator/components/com_redirectonlogin/plugin_system/plugin_system2.php:120 |
8 | plgSystemRedirectonlogin->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:626 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.07 ms After last query: 0.07 ms Query memory: 0.021 MB Memory before query: 2.128 MB Rows returned: 0
SELECT *
FROM gmw8r_redirectonlogin_sessions
WHERE session_id='kkpkis8erej15ma04j1iud2mi8rsa05t'
LIMIT 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | gmw8r_redirectonlogin_sessions | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1137 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.14 ms |
checking permissions | 0.05 ms |
Opening tables | 0.07 ms |
init | 0.15 ms |
System lock | 0.05 ms |
optimizing | 0.05 ms |
statistics | 0.06 ms |
preparing | 0.05 ms |
executing | 0.03 ms |
Sending data | 1.45 ms |
end | 0.06 ms |
query end | 0.04 ms |
closing tables | 0.04 ms |
freeing items | 0.17 ms |
cleaning up | 0.05 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_redirectonlogin/plugin_system/plugin_system2.php:128 |
8 | plgSystemRedirectonlogin->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:626 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.80 ms After last query: 0.07 ms Query memory: 0.021 MB Memory before query: 2.133 MB Rows returned: 0
SELECT *
FROM gmw8r_redirectonlogin_sessions
WHERE session_id='adopt_me'
AND ip='3.230.173.111'
LIMIT 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | gmw8r_redirectonlogin_sessions | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1137 | 1.00 | Using where |
Status | Duration |
---|
starting | 0.11 ms |
checking permissions | 0.05 ms |
Opening tables | 0.05 ms |
init | 0.13 ms |
System lock | 0.05 ms |
optimizing | 0.05 ms |
statistics | 0.05 ms |
preparing | 0.05 ms |
executing | 0.03 ms |
Sending data | 1.37 ms |
end | 0.06 ms |
query end | 0.04 ms |
closing tables | 0.04 ms |
freeing items | 0.12 ms |
cleaning up | 0.05 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_redirectonlogin/plugin_system/plugin_system2.php:155 |
8 | plgSystemRedirectonlogin->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:626 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.79 ms After last query: 0.10 ms Query memory: 0.005 MB Memory before query: 2.137 MB
INSERT INTO gmw8r_redirectonlogin_sessions
SET session_id='kkpkis8erej15ma04j1iud2mi8rsa05t', unixtime='1619163621'
EXPLAIN not possible on query: INSERT INTO gmw8r_redirectonlogin_sessions SET session_id='kkpkis8erej15ma04j1iud2mi8rsa05t', unixtime='1619163621'
Status | Duration |
---|
starting | 0.14 ms |
checking permissions | 0.06 ms |
Opening tables | 0.10 ms |
init | 0.20 ms |
System lock | 0.09 ms |
update | 0.32 ms |
Waiting for query cache lock | 0.05 ms |
update | 0.07 ms |
end | 0.04 ms |
query end | 1.86 ms |
closing tables | 0.13 ms |
freeing items | 0.13 ms |
cleaning up | 0.07 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
9 | JDatabase->query() | JROOT/administrator/components/com_redirectonlogin/plugin_system/plugin_system2.php:174 |
8 | plgSystemRedirectonlogin->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:626 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.69 ms After last query: 0.13 ms Query memory: 0.020 MB Memory before query: 2.144 MB Rows returned: 1
SELECT count(1)
FROM `gmw8r_session`
WHERE `session_id` = ''
AND client_id = 1
AND guest = 0
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.16 ms |
checking permissions | 0.06 ms |
Opening tables | 0.06 ms |
init | 0.14 ms |
System lock | 0.05 ms |
optimizing | 0.05 ms |
statistics | 0.12 ms |
executing | 0.06 ms |
end | 0.05 ms |
query end | 0.04 ms |
closing tables | 0.04 ms |
freeing items | 0.12 ms |
cleaning up | 0.05 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
9 | JDatabaseDriver->loadResult() | JROOT/plugins/system/arktypography/arktypography.php:53 |
8 | plgSystemARKtypography->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:626 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 11.94 ms After last query: 1.87 ms Query memory: 0.214 MB Memory before query: 2.183 MB Rows returned: 152
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 gmw8r_menu AS m
LEFT JOIN gmw8r_extensions AS e
ON m.component_id = e.extension_id
WHERE m.published = 1
AND m.parent_id > 0
AND m.client_id = 0
ORDER BY m.lft
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | range | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 5 | NULL | 164 | 10.00 | Using index condition; Using where; Using filesort |
1 | SIMPLE | e | NULL | eq_ref | PRIMARY | PRIMARY | 4 | parfumsc_jotipp.m.component_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.26 ms |
checking permissions | 0.07 ms |
checking permissions | 0.06 ms |
Opening tables | 0.10 ms |
init | 0.13 ms |
System lock | 0.07 ms |
optimizing | 0.19 ms |
statistics | 0.29 ms |
preparing | 0.13 ms |
Sorting result | 0.06 ms |
executing | 0.04 ms |
Sending data | 0.08 ms |
Creating sort index | 9.39 ms |
end | 0.08 ms |
query end | 0.06 ms |
closing tables | 0.05 ms |
freeing items | 0.12 ms |
cleaning up | 0.07 ms |
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 |
17 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
15 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Menu/SiteMenu.php:101 |
14 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php:76 |
13 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 |
12 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/libraries/src/Menu/AbstractMenu.php:131 |
11 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:375 |
10 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:275 |
9 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOT/libraries/src/Router/SiteRouter.php:64 |
8 | Joomla\CMS\Router\SiteRouter->__construct() | JROOT/libraries/src/Router/Router.php:189 |
7 | Joomla\CMS\Router\Router::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:491 |
6 | Joomla\CMS\Application\CMSApplication::getRouter() | JROOT/libraries/src/Application/SiteApplication.php:403 |
5 | Joomla\CMS\Application\SiteApplication::getRouter() | JROOT/libraries/src/Application/CMSApplication.php:1073 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.55 ms After last query: 16.53 ms Query memory: 0.113 MB Memory before query: 2.920 MB Rows returned: 1
SELECT fas.*, df.*, c.currency_name, c.currency_id
FROM gmw8r_jbusinessdirectory_applicationsettings fas
inner join gmw8r_jbusinessdirectory_date_formats df
on fas.date_format_id=df.id
inner join gmw8r_jbusinessdirectory_currencies c
on fas.currency_id=c.currency_id
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fas | NULL | system | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | NULL |
1 | SIMPLE | df | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | c | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.14 ms |
checking permissions | 0.04 ms |
checking permissions | 0.03 ms |
checking permissions | 0.04 ms |
Opening tables | 0.07 ms |
init | 0.23 ms |
System lock | 0.06 ms |
optimizing | 0.05 ms |
statistics | 0.20 ms |
preparing | 0.05 ms |
executing | 0.03 ms |
Sending data | 0.68 ms |
end | 0.05 ms |
query end | 0.03 ms |
closing tables | 0.06 ms |
freeing items | 0.08 ms |
cleaning up | 0.05 ms |
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
11 | JDatabase->query() | JROOT/components/com_jbusinessdirectory/assets/utils.php:69 |
10 | JBusinessUtil::getAppSettings() | JROOT/components/com_jbusinessdirectory/assets/utils.php:56 |
9 | JBusinessUtil::getApplicationSettings() | JROOT/plugins/system/urltranslator/urltranslator.php:38 |
8 | plgSystemUrlTranslator->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:1122 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.63 ms After last query: 0.06 ms Query memory: 0.113 MB Memory before query: 2.925 MB Rows returned: 1
SELECT fas.*, df.*, c.currency_name, c.currency_id
FROM gmw8r_jbusinessdirectory_applicationsettings fas
inner join gmw8r_jbusinessdirectory_date_formats df
on fas.date_format_id=df.id
inner join gmw8r_jbusinessdirectory_currencies c
on fas.currency_id=c.currency_id
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fas | NULL | system | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | NULL |
1 | SIMPLE | df | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | c | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.15 ms |
checking permissions | 0.04 ms |
checking permissions | 0.03 ms |
checking permissions | 0.04 ms |
Opening tables | 0.06 ms |
init | 0.14 ms |
System lock | 0.05 ms |
optimizing | 0.05 ms |
statistics | 0.24 ms |
preparing | 0.06 ms |
executing | 0.03 ms |
Sending data | 0.69 ms |
end | 0.12 ms |
query end | 0.04 ms |
closing tables | 0.05 ms |
freeing items | 0.08 ms |
cleaning up | 0.07 ms |
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
11 | JDatabaseDriver->loadObject() | JROOT/components/com_jbusinessdirectory/assets/utils.php:74 |
10 | JBusinessUtil::getAppSettings() | JROOT/components/com_jbusinessdirectory/assets/utils.php:56 |
9 | JBusinessUtil::getApplicationSettings() | JROOT/plugins/system/urltranslator/urltranslator.php:38 |
8 | plgSystemUrlTranslator->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:1122 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 4.72 ms After last query: 0.15 ms Query memory: 0.021 MB Memory before query: 2.969 MB Rows returned: 0
SELECT *
FROM `gmw8r_jbusinessdirectory_cities` c
where c.alias = 'program-tippek'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | c | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3161 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.18 ms |
checking permissions | 0.06 ms |
Opening tables | 0.06 ms |
init | 0.07 ms |
System lock | 0.07 ms |
optimizing | 0.04 ms |
statistics | 0.05 ms |
preparing | 0.05 ms |
executing | 0.03 ms |
Sending data | 3.16 ms |
end | 0.06 ms |
query end | 0.04 ms |
closing tables | 0.04 ms |
freeing items | 0.16 ms |
cleaning up | 0.06 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
10 | JDatabaseDriver->loadObject() | JROOT/plugins/system/urltranslator/urltranslator.php:112 |
9 | plgSystemUrlTranslator->getCityParams() | JROOT/plugins/system/urltranslator/urltranslator.php:85 |
8 | plgSystemUrlTranslator->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:1122 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.73 ms After last query: 0.09 ms Query memory: 0.022 MB Memory before query: 2.976 MB Rows returned: 0
SELECT *
FROM gmw8r_jbusinessdirectory_categories c
where c.type=1
and c.alias = 'program-tippek'
LIMIT 0, 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | c | NULL | ref | idx_alias | idx_alias | 302 | const | 1 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.19 ms |
checking permissions | 0.06 ms |
Opening tables | 0.06 ms |
init | 0.07 ms |
System lock | 0.05 ms |
optimizing | 0.05 ms |
statistics | 0.16 ms |
preparing | 0.06 ms |
executing | 0.03 ms |
Sending data | 0.08 ms |
end | 0.04 ms |
query end | 0.03 ms |
closing tables | 0.05 ms |
freeing items | 0.12 ms |
cleaning up | 0.05 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
10 | JDatabaseDriver->loadObject() | JROOT/plugins/system/urltranslator/urltranslator.php:210 |
9 | plgSystemUrlTranslator->getCategoryParms() | JROOT/plugins/system/urltranslator/urltranslator.php:89 |
8 | plgSystemUrlTranslator->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:1122 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.35 ms After last query: 0.58 ms Query memory: 0.022 MB Memory before query: 2.984 MB Rows returned: 0
SELECT *
FROM `gmw8r_jbusinessdirectory_companies` c
where c.alias = 'program-tippek'
LIMIT 0, 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | c | NULL | ref | idx_alis | idx_alis | 302 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.16 ms |
checking permissions | 0.09 ms |
Opening tables | 0.10 ms |
init | 0.17 ms |
System lock | 0.08 ms |
optimizing | 0.07 ms |
statistics | 0.27 ms |
preparing | 0.09 ms |
executing | 0.06 ms |
Sending data | 0.18 ms |
end | 0.08 ms |
query end | 0.06 ms |
closing tables | 0.06 ms |
freeing items | 0.18 ms |
cleaning up | 0.08 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
10 | JDatabaseDriver->loadObject() | JROOT/plugins/system/urltranslator/urltranslator.php:171 |
9 | plgSystemUrlTranslator->getBusinessListingParms() | JROOT/plugins/system/urltranslator/urltranslator.php:94 |
8 | plgSystemUrlTranslator->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:1122 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.67 ms After last query: 0.95 ms Query memory: 0.039 MB Memory before query: 2.992 MB Rows returned: 39
SELECT *
FROM `gmw8r_uu_configuration`
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | gmw8r_uu_configuration | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 39 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.12 ms |
checking permissions | 0.08 ms |
Opening tables | 0.08 ms |
init | 0.07 ms |
System lock | 0.07 ms |
optimizing | 0.15 ms |
statistics | 0.08 ms |
preparing | 0.07 ms |
executing | 0.05 ms |
Sending data | 0.82 ms |
end | 0.08 ms |
query end | 0.06 ms |
closing tables | 0.07 ms |
freeing items | 0.16 ms |
cleaning up | 0.07 ms |
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
11 | JDatabaseDriver->loadAssocList() | JROOT/components/com_uu/helpers/config.php:30 |
10 | UuConfig->loadConf() | JROOT/components/com_uu/helpers/config.php:16 |
9 | UuConfig->get() | JROOT/plugins/system/uuredirect/uuredirect.php:31 |
8 | plgSystemUuredirect->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:1122 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.67 ms After last query: 0.90 ms Query memory: 0.024 MB Memory before query: 3.017 MB Rows returned: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `gmw8r_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | gmw8r_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.18 ms |
checking permissions | 0.06 ms |
Opening tables | 0.06 ms |
init | 0.06 ms |
System lock | 0.05 ms |
optimizing | 0.05 ms |
statistics | 0.19 ms |
preparing | 0.06 ms |
executing | 0.03 ms |
Sending data | 0.13 ms |
end | 0.05 ms |
query end | 0.04 ms |
closing tables | 0.04 ms |
freeing items | 0.17 ms |
cleaning up | 0.05 ms |
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
18 | JDatabaseDriver->loadObject() | JROOT/libraries/src/Helper/LibraryHelper.php:167 |
17 | Joomla\CMS\Helper\LibraryHelper::Joomla\CMS\Helper\{closure}() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
15 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/LibraryHelper.php:175 |
14 | Joomla\CMS\Helper\LibraryHelper::loadLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:43 |
13 | Joomla\CMS\Helper\LibraryHelper::getLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:90 |
12 | Joomla\CMS\Helper\LibraryHelper::getParams() | JROOT/libraries/src/Version.php:321 |
11 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
10 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
9 | Joomla\CMS\Factory::getDocument() | JROOT/plugins/system/arktypography/arktypography.php:115 |
8 | plgSystemARKtypography->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:1122 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 6.12 ms After last query: 0.23 ms Query memory: 0.006 MB Memory before query: 3.010 MB
UPDATE `gmw8r_extensions`
SET `params` = '{\"mediaversion\":\"4ff7c5a118debff60fe739a58c3adc58\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | UPDATE | gmw8r_extensions | NULL | range | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.19 ms |
checking permissions | 0.05 ms |
Opening tables | 0.06 ms |
init | 0.06 ms |
System lock | 0.22 ms |
updating | 0.26 ms |
end | 0.05 ms |
Waiting for query cache lock | 0.03 ms |
end | 0.05 ms |
query end | 4.20 ms |
closing tables | 0.08 ms |
freeing items | 0.18 ms |
cleaning up | 0.06 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |
13 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |
12 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |
11 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
10 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
9 | Joomla\CMS\Factory::getDocument() | JROOT/plugins/system/arktypography/arktypography.php:115 |
8 | plgSystemARKtypography->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:1122 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.15 ms After last query: 1.14 ms Query memory: 0.020 MB Memory before query: 3.032 MB Rows returned: 1
SELECT params
FROM `gmw8r_extensions`
WHERE `element` = 'com_arkeditor'
AND `type` = 'component'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | gmw8r_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.14 ms |
checking permissions | 0.06 ms |
Opening tables | 0.05 ms |
init | 0.06 ms |
System lock | 0.05 ms |
optimizing | 0.06 ms |
statistics | 0.18 ms |
preparing | 0.07 ms |
executing | 0.16 ms |
Sending data | 0.20 ms |
end | 0.07 ms |
query end | 0.07 ms |
closing tables | 0.07 ms |
freeing items | 0.18 ms |
cleaning up | 0.07 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
9 | JDatabaseDriver->loadResult() | JROOT/plugins/system/arktypography/arktypography.php:127 |
8 | plgSystemARKtypography->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:1122 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.78 ms After last query: 0.87 ms Query memory: 0.020 MB Memory before query: 3.061 MB Rows returned: 0
SELECT element,views,context,types,params
FROM gmw8r_ark_editor_inline_views
WHERE element = 'com_jbusinessdirectory'
LIMIT 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | gmw8r_ark_editor_inline_views | NULL | ref | PRIMARY | PRIMARY | 52 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.15 ms |
checking permissions | 0.06 ms |
Opening tables | 0.06 ms |
init | 0.06 ms |
System lock | 0.05 ms |
optimizing | 0.04 ms |
statistics | 0.12 ms |
preparing | 0.06 ms |
executing | 0.03 ms |
Sending data | 0.14 ms |
end | 0.06 ms |
query end | 0.04 ms |
closing tables | 0.04 ms |
freeing items | 0.12 ms |
cleaning up | 0.05 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
9 | JDatabaseDriver->loadObject() | JROOT/plugins/system/inlinecontent/inlinecontent.php:112 |
8 | PlgSystemInlineContent->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:1122 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.07 ms After last query: 0.47 ms Query memory: 0.019 MB Memory before query: 3.070 MB Rows returned: 1
SELECT *
FROM gmw8r_languages
WHERE published=1
ORDER BY ordering ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | gmw8r_languages | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using filesort |
Status | Duration |
---|
starting | 0.14 ms |
checking permissions | 0.08 ms |
Opening tables | 0.09 ms |
init | 0.21 ms |
System lock | 0.09 ms |
optimizing | 0.07 ms |
statistics | 0.06 ms |
preparing | 0.05 ms |
Sorting result | 0.04 ms |
executing | 0.03 ms |
Sending data | 0.05 ms |
Creating sort index | 0.14 ms |
end | 0.05 ms |
query end | 0.05 ms |
closing tables | 0.05 ms |
freeing items | 0.12 ms |
cleaning up | 0.05 ms |
# | Caller | File and line number |
---|
7 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
6 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/LanguageHelper.php:150 |
5 | Joomla\CMS\Language\LanguageHelper::getLanguages() | JROOT/libraries/src/Application/SiteApplication.php:330 |
4 | Joomla\CMS\Application\SiteApplication->getParams() | JROOT/libraries/src/Application/SiteApplication.php:138 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.21 ms After last query: 0.38 ms Query memory: 0.058 MB Memory before query: 3.081 MB Rows returned: 6
SELECT id, home, template, s.params
FROM gmw8r_template_styles as s
LEFT JOIN gmw8r_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
WHERE s.client_id = 0
AND e.enabled = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 82 | const | 6 | 1.00 | Using index condition; Using where |
1 | SIMPLE | s | NULL | ref | idx_template,idx_client_id,idx_client_id_home | idx_template | 202 | parfumsc_jotipp.e.element | 1 | 75.00 | Using index condition; Using where |
Status | Duration |
---|
starting | 0.26 ms |
checking permissions | 0.06 ms |
checking permissions | 0.04 ms |
Opening tables | 0.06 ms |
init | 0.12 ms |
System lock | 0.06 ms |
optimizing | 0.05 ms |
statistics | 0.29 ms |
preparing | 0.19 ms |
executing | 0.04 ms |
Sending data | 0.77 ms |
end | 0.14 ms |
query end | 0.05 ms |
closing tables | 0.06 ms |
freeing items | 0.08 ms |
cleaning up | 0.04 ms |
# | Caller | File and line number |
---|
6 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
5 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Application/SiteApplication.php:486 |
4 | Joomla\CMS\Application\SiteApplication->getTemplate() | JROOT/libraries/src/Application/SiteApplication.php:168 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 14.86 ms After last query: 48.20 ms Query memory: 0.029 MB Memory before query: 3.760 MB Rows returned: 27
SHOW FULL COLUMNS
FROM `gmw8r_jbusinessdirectory_company_events`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `gmw8r_jbusinessdirectory_company_events`
Status | Duration |
---|
starting | 0.17 ms |
checking permissions | 0.07 ms |
checking permissions | 0.05 ms |
Opening tables | 0.44 ms |
init | 0.06 ms |
System lock | 0.04 ms |
optimizing | 0.10 ms |
statistics | 0.05 ms |
preparing | 0.05 ms |
executing | 0.05 ms |
Opening tables | 0.26 ms |
checking permissions | 0.12 ms |
checking permissions | 0.05 ms |
checking permissions | 0.05 ms |
checking permissions | 0.05 ms |
checking permissions | 0.05 ms |
checking permissions | 0.05 ms |
checking permissions | 0.05 ms |
checking permissions | 0.05 ms |
checking permissions | 0.05 ms |
checking permissions | 0.12 ms |
checking permissions | 0.05 ms |
checking permissions | 0.05 ms |
checking permissions | 0.04 ms |
checking permissions | 0.04 ms |
checking permissions | 0.04 ms |
checking permissions | 0.04 ms |
checking permissions | 0.04 ms |
checking permissions | 0.05 ms |
checking permissions | 0.05 ms |
checking permissions | 0.05 ms |
checking permissions | 0.04 ms |
checking permissions | 0.04 ms |
checking permissions | 0.04 ms |
checking permissions | 0.04 ms |
checking permissions | 0.04 ms |
checking permissions | 0.04 ms |
checking permissions | 0.06 ms |
Sending data | 0.28 ms |
end | 0.04 ms |
query end | 0.03 ms |
closing tables | 0.03 ms |
removing tmp table | 0.11 ms |
closing tables | 0.04 ms |
freeing items | 0.12 ms |
cleaning up | 0.05 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:445 |
17 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:245 |
16 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:164 |
15 | Joomla\CMS\Table\Table->__construct() | JROOT/administrator/components/com_jbusinessdirectory/tables/event.php:22 |
14 | JTableEvent->JTableEvent() | JROOT/libraries/src/Table/Table.php:312 |
13 | Joomla\CMS\Table\Table::getInstance() | JROOT/components/com_jbusinessdirectory/models/events.php:261 |
12 | JBusinessDirectoryModelEvents->getEvents() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_jbusinessdirectory/views/events/view.html.php:30 |
10 | JBusinessDirectoryViewEvents->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_jbusinessdirectory/controller.php:27 |
8 | JBusinessDirectoryController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jbusinessdirectory/jbusinessdirectory.php:51 |
6 | require_once JROOT/components/com_jbusinessdirectory/jbusinessdirectory.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 6.95 ms After last query: 1.06 ms Query memory: 0.023 MB Memory before query: 3.805 MB Rows returned: 0
select co.*,op.picture_info,op.picture_path, et.name as eventType ,cp.phone, co.featured, co.created,
GROUP_CONCAT( DISTINCT cg.id,'|',cg.name,'|',cg.alias
ORDER BY cg.name separator '#') as categories
from
gmw8r_jbusinessdirectory_company_events co
left join gmw8r_jbusinessdirectory_company_event_pictures op
on co.id=op.eventId
and
(op.id in (
select min(op1.id) as min
from gmw8r_jbusinessdirectory_company_events co1
left join gmw8r_jbusinessdirectory_company_event_pictures op1
on co1.id=op1.eventId
where op1.picture_enable=1
group by co1.id
)
)
left join gmw8r_jbusinessdirectory_company_event_types et
on co.type=et.id
left join gmw8r_jbusinessdirectory_company_event_category cc
on co.id=cc.eventId
left join gmw8r_jbusinessdirectory_categories cg
on cg.id=cc.categoryId
and cg.published=1
inner join gmw8r_jbusinessdirectory_companies cp
on co.company_id = cp.id
left join gmw8r_jbusinessdirectory_orders inv
on inv.company_id=cp.id
left join gmw8r_jbusinessdirectory_packages p
on (inv.package_id=p.id
and p.status=1) or (p.price=0
and p.status=1)
left join gmw8r_jbusinessdirectory_package_fields pf
on p.id=pf.package_id
where co.state=1
and co.end_date>= DATE(NOW())
and (((inv.state= 1
and now() > (inv.start_date)
and (now() < (inv.start_date + INTERVAL p.days DAY) or (inv.package_id=p.id
and p.days = 0)))) or p.price=0)
and pf.feature='company_events'
and (cp.approved = 2 or cp.approved= -1)
and (co.approved = 1)
and cp.state=1
group by co.id
order by featured desc, id desc
LIMIT 0, 20
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | co | NULL | ALL | PRIMARY,idx_company | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 11.11 | Using where; Using temporary; Using filesort |
1 | PRIMARY | cp | NULL | eq_ref | PRIMARY,idx_state,idx_approved | PRIMARY | 4 | parfumsc_jotipp.co.company_id | 1 | 81.63 | Using where |
1 | PRIMARY | inv | NULL | ref | idx_company | idx_company | 4 | parfumsc_jotipp.co.company_id | 1 | 100.00 | NULL |
1 | PRIMARY | p | NULL | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | 16.67 | Using where; Using join buffer (Block Nested Loop) |
1 | PRIMARY | pf | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 248 | 1.00 | Using where; Using join buffer (Block Nested Loop) |
1 | PRIMARY | op | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 66 | 100.00 | Using where; Using join buffer (Block Nested Loop) |
1 | PRIMARY | et | NULL | eq_ref | PRIMARY | PRIMARY | 4 | parfumsc_jotipp.co.type | 1 | 100.00 | NULL |
1 | PRIMARY | cc | NULL | ref | PRIMARY | PRIMARY | 4 | parfumsc_jotipp.co.id | 2 | 100.00 | Using index |
1 | PRIMARY | cg | NULL | eq_ref | PRIMARY,idx_state | PRIMARY | 4 | parfumsc_jotipp.cc.categoryId | 1 | 100.00 | Using where |
2 | SUBQUERY | op1 | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 66 | 10.00 | Using where; Using temporary; Using filesort |
2 | SUBQUERY | co1 | NULL | eq_ref | PRIMARY | PRIMARY | 4 | parfumsc_jotipp.op1.eventId | 1 | 100.00 | Using index |
Status | Duration |
---|
starting | 0.67 ms |
checking permissions | 0.14 ms |
checking permissions | 0.04 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.14 ms |
Opening tables | 0.80 ms |
init | 0.41 ms |
System lock | 0.07 ms |
optimizing | 0.12 ms |
statistics | 0.66 ms |
preparing | 0.20 ms |
Creating tmp table | 0.35 ms |
Creating tmp table | 0.14 ms |
Sorting result | 0.05 ms |
optimizing | 0.05 ms |
statistics | 0.13 ms |
preparing | 0.07 ms |
Creating tmp table | 0.06 ms |
Sorting result | 0.04 ms |
executing | 0.03 ms |
Sending data | 0.58 ms |
Creating sort index | 0.32 ms |
Creating sort index | 0.10 ms |
end | 0.05 ms |
query end | 0.05 ms |
removing tmp table | 0.10 ms |
query end | 0.04 ms |
removing tmp table | 0.14 ms |
query end | 0.05 ms |
removing tmp table | 0.03 ms |
query end | 0.03 ms |
closing tables | 0.08 ms |
freeing items | 0.07 ms |
removing tmp table | 0.04 ms |
freeing items | 0.03 ms |
removing tmp table | 0.03 ms |
freeing items | 0.11 ms |
cleaning up | 0.05 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_jbusinessdirectory/tables/event.php:194 |
13 | JTableEvent->getEventsByCategories() | JROOT/components/com_jbusinessdirectory/models/events.php:263 |
12 | JBusinessDirectoryModelEvents->getEvents() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_jbusinessdirectory/views/events/view.html.php:30 |
10 | JBusinessDirectoryViewEvents->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_jbusinessdirectory/controller.php:27 |
8 | JBusinessDirectoryController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jbusinessdirectory/jbusinessdirectory.php:51 |
6 | require_once JROOT/components/com_jbusinessdirectory/jbusinessdirectory.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 11.04 ms After last query: 0.24 ms Query memory: 0.261 MB Memory before query: 3.808 MB Rows returned: 667
select *
from gmw8r_jbusinessdirectory_categories
where 1
and id!=1
order by parent_id,name
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | gmw8r_jbusinessdirectory_categories | NULL | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 668 | 100.00 | Using where; Using filesort |
Status | Duration |
---|
starting | 0.11 ms |
checking permissions | 0.05 ms |
Opening tables | 0.22 ms |
init | 0.12 ms |
System lock | 0.07 ms |
optimizing | 0.06 ms |
statistics | 0.10 ms |
preparing | 0.05 ms |
Sorting result | 0.03 ms |
executing | 0.03 ms |
Sending data | 0.05 ms |
Creating sort index | 8.89 ms |
end | 0.06 ms |
query end | 0.03 ms |
closing tables | 0.04 ms |
freeing items | 0.11 ms |
cleaning up | 0.05 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_jbusinessdirectory/library/category_lib.php:46 |
14 | JBusinessDirectorCategoryLib->getAllCategories() | JROOT/administrator/components/com_jbusinessdirectory/library/category_lib.php:22 |
13 | JBusinessDirectorCategoryLib->getCategories() | JROOT/components/com_jbusinessdirectory/models/events.php:389 |
12 | JBusinessDirectoryModelEvents->getCategories() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_jbusinessdirectory/views/events/view.html.php:49 |
10 | JBusinessDirectoryViewEvents->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_jbusinessdirectory/controller.php:27 |
8 | JBusinessDirectoryController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jbusinessdirectory/jbusinessdirectory.php:51 |
6 | require_once JROOT/components/com_jbusinessdirectory/jbusinessdirectory.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 5.71 ms After last query: 44.68 ms Query memory: 0.023 MB Memory before query: 4.826 MB Rows returned: 0
select co.*,op.picture_info,op.picture_path, et.name as eventType ,cp.phone, co.featured, co.created,
GROUP_CONCAT( DISTINCT cg.id,'|',cg.name,'|',cg.alias
ORDER BY cg.name separator '#') as categories
from
gmw8r_jbusinessdirectory_company_events co
left join gmw8r_jbusinessdirectory_company_event_pictures op
on co.id=op.eventId
and
(op.id in (
select min(op1.id) as min
from gmw8r_jbusinessdirectory_company_events co1
left join gmw8r_jbusinessdirectory_company_event_pictures op1
on co1.id=op1.eventId
where op1.picture_enable=1
group by co1.id
)
)
left join gmw8r_jbusinessdirectory_company_event_types et
on co.type=et.id
left join gmw8r_jbusinessdirectory_company_event_category cc
on co.id=cc.eventId
left join gmw8r_jbusinessdirectory_categories cg
on cg.id=cc.categoryId
and cg.published=1
inner join gmw8r_jbusinessdirectory_companies cp
on co.company_id = cp.id
left join gmw8r_jbusinessdirectory_orders inv
on inv.company_id=cp.id
left join gmw8r_jbusinessdirectory_packages p
on (inv.package_id=p.id
and p.status=1) or (p.price=0
and p.status=1)
left join gmw8r_jbusinessdirectory_package_fields pf
on p.id=pf.package_id
where co.state=1
and co.end_date>= DATE(NOW())
and (((inv.state= 1
and now() > (inv.start_date)
and (now() < (inv.start_date + INTERVAL p.days DAY) or (inv.package_id=p.id
and p.days = 0)))) or p.price=0)
and pf.feature='company_events'
and (cp.approved = 2 or cp.approved= -1)
and (co.approved = 1)
and cp.state=1
group by co.id
order by featured desc, id desc
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | co | NULL | ALL | PRIMARY,idx_company | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 11.11 | Using where; Using temporary; Using filesort |
1 | PRIMARY | cp | NULL | eq_ref | PRIMARY,idx_state,idx_approved | PRIMARY | 4 | parfumsc_jotipp.co.company_id | 1 | 81.63 | Using where |
1 | PRIMARY | inv | NULL | ref | idx_company | idx_company | 4 | parfumsc_jotipp.co.company_id | 1 | 100.00 | NULL |
1 | PRIMARY | p | NULL | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | 16.67 | Using where; Using join buffer (Block Nested Loop) |
1 | PRIMARY | pf | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 248 | 1.00 | Using where; Using join buffer (Block Nested Loop) |
1 | PRIMARY | op | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 66 | 100.00 | Using where; Using join buffer (Block Nested Loop) |
1 | PRIMARY | et | NULL | eq_ref | PRIMARY | PRIMARY | 4 | parfumsc_jotipp.co.type | 1 | 100.00 | NULL |
1 | PRIMARY | cc | NULL | ref | PRIMARY | PRIMARY | 4 | parfumsc_jotipp.co.id | 2 | 100.00 | Using index |
1 | PRIMARY | cg | NULL | eq_ref | PRIMARY,idx_state | PRIMARY | 4 | parfumsc_jotipp.cc.categoryId | 1 | 100.00 | Using where |
2 | SUBQUERY | op1 | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 66 | 10.00 | Using where; Using temporary; Using filesort |
2 | SUBQUERY | co1 | NULL | eq_ref | PRIMARY | PRIMARY | 4 | parfumsc_jotipp.op1.eventId | 1 | 100.00 | Using index |
Status | Duration |
---|
starting | 0.38 ms |
checking permissions | 0.06 ms |
checking permissions | 0.04 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.04 ms |
Opening tables | 0.20 ms |
init | 0.29 ms |
System lock | 0.07 ms |
optimizing | 0.12 ms |
statistics | 0.64 ms |
preparing | 0.19 ms |
Creating tmp table | 0.19 ms |
Creating tmp table | 0.12 ms |
Sorting result | 0.05 ms |
optimizing | 0.05 ms |
statistics | 0.12 ms |
preparing | 0.13 ms |
Creating tmp table | 0.07 ms |
Sorting result | 0.04 ms |
executing | 0.03 ms |
Sending data | 0.46 ms |
Creating sort index | 0.38 ms |
Creating sort index | 0.11 ms |
end | 0.05 ms |
query end | 0.05 ms |
removing tmp table | 0.10 ms |
query end | 0.04 ms |
removing tmp table | 0.09 ms |
query end | 0.05 ms |
removing tmp table | 0.03 ms |
query end | 0.06 ms |
closing tables | 0.11 ms |
freeing items | 0.11 ms |
removing tmp table | 0.06 ms |
freeing items | 0.05 ms |
removing tmp table | 0.11 ms |
freeing items | 0.13 ms |
cleaning up | 0.06 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
15 | JDatabase->query() | JROOT/administrator/components/com_jbusinessdirectory/tables/event.php:207 |
14 | JTableEvent->getTotalEventsByCategories() | JROOT/components/com_jbusinessdirectory/models/events.php:209 |
13 | JBusinessDirectoryModelEvents->getTotalEvents() | JROOT/components/com_jbusinessdirectory/models/events.php:219 |
12 | JBusinessDirectoryModelEvents->getPagination() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_jbusinessdirectory/views/events/view.html.php:70 |
10 | JBusinessDirectoryViewEvents->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_jbusinessdirectory/controller.php:27 |
8 | JBusinessDirectoryController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jbusinessdirectory/jbusinessdirectory.php:51 |
6 | require_once JROOT/components/com_jbusinessdirectory/jbusinessdirectory.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 24.63 ms After last query: 43.89 ms Query memory: 0.415 MB Memory before query: 5.202 MB Rows returned: 309
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM gmw8r_modules AS m
LEFT JOIN gmw8r_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN gmw8r_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 <= '2021-04-23 07:40:22')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2021-04-23 07:40:22')
AND m.access IN (1,1)
AND m.client_id = 0
AND (mm.menuid = 527 OR mm.menuid <= 0)
ORDER BY m.position, m.ordering
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | range | PRIMARY,published,newsfeeds | published | 5 | NULL | 262 | 1.60 | Using index condition; Using where; Using filesort |
1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 403 | parfumsc_jotipp.m.module,const | 1 | 10.00 | Using index condition; Using where |
1 | SIMPLE | mm | NULL | ref | PRIMARY | PRIMARY | 4 | parfumsc_jotipp.m.id | 1 | 40.00 | Using where; Using index |
Status | Duration |
---|
starting | 0.22 ms |
checking permissions | 0.19 ms |
checking permissions | 0.05 ms |
checking permissions | 0.05 ms |
Opening tables | 0.09 ms |
init | 0.14 ms |
System lock | 0.05 ms |
optimizing | 0.07 ms |
statistics | 0.25 ms |
preparing | 0.24 ms |
Sorting result | 0.07 ms |
executing | 0.05 ms |
Sending data | 0.06 ms |
Creating sort index | 22.14 ms |
end | 0.07 ms |
query end | 0.05 ms |
closing tables | 0.06 ms |
freeing items | 0.15 ms |
cleaning up | 0.06 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
15 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:432 |
14 | Joomla\CMS\Helper\ModuleHelper::getModuleList() | JROOT/libraries/src/Helper/ModuleHelper.php:362 |
13 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
12 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:591 |
11 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/plugins/system/helix3/core/helix3.php:512 |
10 | Helix3::countModules() | JROOT/plugins/system/helix3/core/helix3.php:459 |
9 | Helix3::rowColumns() | JROOT/plugins/system/helix3/core/helix3.php:268 |
8 | Helix3::generatelayout() | JROOT/templates/j-directory/index.php:154 |
7 | require JROOT/templates/j-directory/index.php | JROOT/libraries/src/Document/HtmlDocument.php:668 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:730 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:545 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1030 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 116.80 ms After last query: 51.58 ms Query memory: 0.063 MB Memory before query: 5.962 MB Rows returned: 12
select slec.*, mainCategory, mainCategoryId, companyName, companyId1, count(cra.id) as nrRatings, features, GREATEST(if(FIND_IN_SET('featured_companies',features) ,1,0), featured) as featured
from (
select cp.id, cp.name, cp.alias, cp.short_description, cp.description, cp.street_number, cp.address, cp.city, cp.county, cp.website, cp.phone, cp.email, cp.state, cp.fax,
cp.averageRating, cp.slogan, cp.logoLocation, cp.creationDate, cp.latitude, cp.longitude,
cp.featured,cp.publish_only_city, cp.name as companyName,cp.id as companyId1, cn.country_name as countryName,ct.name as typeName, cnt.contact_name,
GROUP_CONCAT( DISTINCT cg.id) as categoryIds, GROUP_CONCAT(DISTINCT cg.name separator '#') as categoryNames,
GROUP_CONCAT( DISTINCT cg.id,'|',cg.name,'|',cg.alias
ORDER BY cg.name separator '#') as categories,
GROUP_CONCAT(DISTINCT pf.feature) as features,
bc.name as mainCategory, bc.id as mainCategoryId, bc.icon as mainCategoryIcon, bc.alias as mainCategoryAlias
from gmw8r_jbusinessdirectory_companies cp
left join gmw8r_jbusinessdirectory_company_category cc
on cp.id=cc.companyId
left join gmw8r_jbusinessdirectory_categories cg
on cg.id=cc.categoryId
left join gmw8r_jbusinessdirectory_categories bc
on bc.id=cp.mainSubcategory
left join gmw8r_jbusinessdirectory_company_contact cnt
on cp.id=cnt.companyId
left join gmw8r_jbusinessdirectory_countries cn
on cp.countryId=cn.id
left join gmw8r_jbusinessdirectory_company_types ct
on cp.typeId=ct.id
left join gmw8r_jbusinessdirectory_orders inv
on inv.company_id=cp.id
left join gmw8r_jbusinessdirectory_packages p
on (inv.package_id=p.id
and p.status=1
and 1) or (p.price=0
and p.status=1
and 1)
left join gmw8r_jbusinessdirectory_package_fields pf
on p.id=pf.package_id
where 1
and (((inv.state= 1
and now() > (inv.start_date)
and (now() < (inv.start_date + INTERVAL p.days DAY) or (inv.package_id=p.id
and p.days = 0)))) or p.price=0)
and cp.state=1
and cp.approved = 2
group by cp.id
order by cp.name) as slec
left join gmw8r_jbusinessdirectory_company_ratings cra
on cra.companyId=companyId1
group by companyId1
order by rand()
LIMIT 0, 12
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | <derived2> | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 32121 | 100.00 | Using temporary; Using filesort |
1 | PRIMARY | cra | NULL | ref | idx_company | idx_company | 4 | slec.companyId1 | 1 | 100.00 | NULL |
2 | DERIVED | cp | NULL | ref | PRIMARY,idx_state,idx_approved | idx_approved | 1 | const | 17 | 95.24 | Using where; Using temporary; Using filesort |
2 | DERIVED | cc | NULL | ref | PRIMARY,idx_category | PRIMARY | 4 | parfumsc_jotipp.cp.id | 2 | 100.00 | Using index |
2 | DERIVED | cg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | parfumsc_jotipp.cc.categoryId | 1 | 100.00 | NULL |
2 | DERIVED | bc | NULL | eq_ref | PRIMARY | PRIMARY | 4 | parfumsc_jotipp.cp.mainSubcategory | 1 | 100.00 | NULL |
2 | DERIVED | cnt | NULL | ref | R_13 | R_13 | 4 | parfumsc_jotipp.cp.id | 1 | 100.00 | NULL |
2 | DERIVED | cn | NULL | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using join buffer (Block Nested Loop) |
2 | DERIVED | ct | NULL | eq_ref | PRIMARY | PRIMARY | 4 | parfumsc_jotipp.cp.typeId | 1 | 100.00 | NULL |
2 | DERIVED | inv | NULL | ALL | idx_company | NO INDEX KEY COULD BE USED | NULL | NULL | 4 | 100.00 | Using where; Using join buffer (Block Nested Loop) |
2 | DERIVED | p | NULL | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | 16.67 | Using where; Using join buffer (Block Nested Loop) |
2 | DERIVED | pf | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 248 | 100.00 | Using where; Using join buffer (Block Nested Loop) |
Status | Duration |
---|
starting | 0.61 ms |
checking permissions | 0.05 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.14 ms |
checking permissions | 0.06 ms |
checking permissions | 0.04 ms |
checking permissions | 0.04 ms |
checking permissions | 0.05 ms |
checking permissions | 0.05 ms |
Opening tables | 0.50 ms |
init | 0.85 ms |
System lock | 0.12 ms |
optimizing | 0.07 ms |
optimizing | 0.15 ms |
statistics | 0.54 ms |
preparing | 0.32 ms |
Creating tmp table | 0.39 ms |
Creating tmp table | 0.15 ms |
Sorting result | 0.07 ms |
statistics | 0.11 ms |
preparing | 0.06 ms |
Creating tmp table | 0.14 ms |
Sorting result | 0.06 ms |
executing | 0.46 ms |
Sending data | 0.10 ms |
executing | 0.05 ms |
Sending data | 79.76 ms |
Creating sort index | 22.96 ms |
Creating sort index | 4.48 ms |
Creating sort index | 1.38 ms |
end | 0.08 ms |
query end | 0.06 ms |
removing tmp table | 0.16 ms |
query end | 0.06 ms |
removing tmp table | 0.36 ms |
query end | 0.05 ms |
removing tmp table | 0.11 ms |
query end | 0.05 ms |
closing tables | 0.10 ms |
removing tmp table | 0.12 ms |
closing tables | 0.10 ms |
freeing items | 0.08 ms |
removing tmp table | 0.04 ms |
freeing items | 0.04 ms |
removing tmp table | 0.03 ms |
freeing items | 0.03 ms |
removing tmp table | 0.03 ms |
freeing items | 0.03 ms |
removing tmp table | 0.03 ms |
freeing items | 0.51 ms |
cleaning up | 0.06 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_jbusiness_latest/helper.php:108 |
14 | modJBusinessLatestHelper::getList() | Same as call in the line below. |
13 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
12 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Cache/Controller/CallbackController.php:45 |
11 | Joomla\CMS\Cache\Controller\CallbackController->call() | JROOT/modules/mod_jbusiness_latest/mod_jbusiness_latest.php:38 |
10 | include JROOT/modules/mod_jbusiness_latest/mod_jbusiness_latest.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.94 ms After last query: 0.37 ms Query memory: 0.022 MB Memory before query: 6.020 MB Rows returned: 0
select object_id, name, content_short
from gmw8r_jbusinessdirectory_language_translations
where type=1
and object_id in (61,45,58,60,51,52,44,62,46,56,57,55)
and language_tag='en-GB'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | gmw8r_jbusinessdirectory_language_translations | NULL | ref | idx_object,ids_langauge | ids_langauge | 32 | const | 1 | 25.00 | Using where |
Status | Duration |
---|
starting | 0.15 ms |
checking permissions | 0.05 ms |
Opening tables | 0.09 ms |
init | 0.08 ms |
System lock | 0.05 ms |
optimizing | 0.05 ms |
statistics | 0.20 ms |
preparing | 0.07 ms |
executing | 0.03 ms |
Sending data | 0.17 ms |
end | 0.05 ms |
query end | 0.03 ms |
closing tables | 0.06 ms |
freeing items | 0.12 ms |
cleaning up | 0.05 ms |
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
12 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_jbusinessdirectory/helpers/translations.php:299 |
11 | JBusinessDirectoryTranslations::updateBusinessListingsTranslation() | JROOT/modules/mod_jbusiness_latest/mod_jbusiness_latest.php:42 |
10 | include JROOT/modules/mod_jbusiness_latest/mod_jbusiness_latest.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.78 ms After last query: 0.17 ms Query memory: 0.024 MB Memory before query: 6.034 MB Rows returned: 0
SELECT t.*
from gmw8r_jbusinessdirectory_company_types bt
inner join gmw8r_jbusinessdirectory_language_translations t
on bt.id=t.object_id
where type=8
and language_tag='en-GB'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | t | NULL | ref | idx_object,ids_langauge | ids_langauge | 32 | const | 1 | 25.00 | Using where |
1 | SIMPLE | bt | NULL | eq_ref | PRIMARY | PRIMARY | 4 | parfumsc_jotipp.t.object_id | 1 | 100.00 | Using index |
Status | Duration |
---|
starting | 0.14 ms |
checking permissions | 0.04 ms |
checking permissions | 0.04 ms |
Opening tables | 0.06 ms |
init | 0.08 ms |
System lock | 0.05 ms |
optimizing | 0.05 ms |
statistics | 0.13 ms |
preparing | 0.07 ms |
executing | 0.10 ms |
Sending data | 0.11 ms |
end | 0.04 ms |
query end | 0.03 ms |
closing tables | 0.04 ms |
freeing items | 0.12 ms |
cleaning up | 0.05 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
14 | JDatabase->query() | JROOT/administrator/components/com_jbusinessdirectory/helpers/translations.php:73 |
13 | JBusinessDirectoryTranslations::getBusinessTypesTranslationsObject() | JROOT/administrator/components/com_jbusinessdirectory/helpers/translations.php:56 |
12 | JBusinessDirectoryTranslations::getBusinessTypesTranslations() | JROOT/administrator/components/com_jbusinessdirectory/helpers/translations.php:316 |
11 | JBusinessDirectoryTranslations::updateBusinessListingsTranslation() | JROOT/modules/mod_jbusiness_latest/mod_jbusiness_latest.php:42 |
10 | include JROOT/modules/mod_jbusiness_latest/mod_jbusiness_latest.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.23 ms After last query: 0.10 ms Query memory: 0.023 MB Memory before query: 6.042 MB Rows returned: 0
SELECT t.*
from gmw8r_jbusinessdirectory_company_types bt
inner join gmw8r_jbusinessdirectory_language_translations t
on bt.id=t.object_id
where type=8
and language_tag='en-GB'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | t | NULL | ref | idx_object,ids_langauge | ids_langauge | 32 | const | 1 | 25.00 | Using where |
1 | SIMPLE | bt | NULL | eq_ref | PRIMARY | PRIMARY | 4 | parfumsc_jotipp.t.object_id | 1 | 100.00 | Using index |
Status | Duration |
---|
starting | 0.17 ms |
checking permissions | 0.05 ms |
checking permissions | 0.04 ms |
Opening tables | 0.06 ms |
init | 0.08 ms |
System lock | 0.06 ms |
optimizing | 0.06 ms |
statistics | 0.12 ms |
preparing | 0.06 ms |
executing | 0.03 ms |
Sending data | 0.16 ms |
end | 0.05 ms |
query end | 0.03 ms |
closing tables | 0.04 ms |
freeing items | 0.12 ms |
cleaning up | 0.05 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_jbusinessdirectory/helpers/translations.php:78 |
13 | JBusinessDirectoryTranslations::getBusinessTypesTranslationsObject() | JROOT/administrator/components/com_jbusinessdirectory/helpers/translations.php:56 |
12 | JBusinessDirectoryTranslations::getBusinessTypesTranslations() | JROOT/administrator/components/com_jbusinessdirectory/helpers/translations.php:316 |
11 | JBusinessDirectoryTranslations::updateBusinessListingsTranslation() | JROOT/modules/mod_jbusiness_latest/mod_jbusiness_latest.php:42 |
10 | include JROOT/modules/mod_jbusiness_latest/mod_jbusiness_latest.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.75 ms After last query: 0.13 ms Query memory: 0.023 MB Memory before query: 6.049 MB Rows returned: 2
SELECT t.*
from gmw8r_jbusinessdirectory_categories c
inner join gmw8r_jbusinessdirectory_language_translations t
on c.id=t.object_id
where t.type=3
and language_tag='en-GB'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | t | NULL | ref | idx_object,ids_langauge | ids_langauge | 32 | const | 1 | 25.00 | Using where |
1 | SIMPLE | c | NULL | eq_ref | PRIMARY | PRIMARY | 4 | parfumsc_jotipp.t.object_id | 1 | 100.00 | Using index |
Status | Duration |
---|
starting | 0.12 ms |
checking permissions | 0.04 ms |
checking permissions | 0.04 ms |
Opening tables | 0.06 ms |
init | 0.08 ms |
System lock | 0.05 ms |
optimizing | 0.05 ms |
statistics | 0.19 ms |
preparing | 0.07 ms |
executing | 0.03 ms |
Sending data | 0.12 ms |
end | 0.04 ms |
query end | 0.03 ms |
closing tables | 0.04 ms |
freeing items | 0.11 ms |
cleaning up | 0.05 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
14 | JDatabase->query() | JROOT/administrator/components/com_jbusinessdirectory/helpers/translations.php:45 |
13 | JBusinessDirectoryTranslations::getCategoriesTranslationsObjects() | JROOT/administrator/components/com_jbusinessdirectory/helpers/translations.php:27 |
12 | JBusinessDirectoryTranslations::getCategoriesTranslations() | JROOT/administrator/components/com_jbusinessdirectory/helpers/translations.php:322 |
11 | JBusinessDirectoryTranslations::updateBusinessListingsTranslation() | JROOT/modules/mod_jbusiness_latest/mod_jbusiness_latest.php:42 |
10 | include JROOT/modules/mod_jbusiness_latest/mod_jbusiness_latest.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.88 ms After last query: 0.12 ms Query memory: 0.023 MB Memory before query: 6.056 MB Rows returned: 2
SELECT t.*
from gmw8r_jbusinessdirectory_categories c
inner join gmw8r_jbusinessdirectory_language_translations t
on c.id=t.object_id
where t.type=3
and language_tag='en-GB'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | t | NULL | ref | idx_object,ids_langauge | ids_langauge | 32 | const | 1 | 25.00 | Using where |
1 | SIMPLE | c | NULL | eq_ref | PRIMARY | PRIMARY | 4 | parfumsc_jotipp.t.object_id | 1 | 100.00 | Using index |
Status | Duration |
---|
starting | 0.19 ms |
checking permissions | 0.06 ms |
checking permissions | 0.07 ms |
Opening tables | 0.10 ms |
init | 0.11 ms |
System lock | 0.05 ms |
optimizing | 0.05 ms |
statistics | 0.21 ms |
preparing | 0.08 ms |
executing | 0.04 ms |
Sending data | 0.13 ms |
end | 0.05 ms |
query end | 0.03 ms |
closing tables | 0.04 ms |
freeing items | 0.16 ms |
cleaning up | 0.06 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_jbusinessdirectory/helpers/translations.php:49 |
13 | JBusinessDirectoryTranslations::getCategoriesTranslationsObjects() | JROOT/administrator/components/com_jbusinessdirectory/helpers/translations.php:27 |
12 | JBusinessDirectoryTranslations::getCategoriesTranslations() | JROOT/administrator/components/com_jbusinessdirectory/helpers/translations.php:322 |
11 | JBusinessDirectoryTranslations::updateBusinessListingsTranslation() | JROOT/modules/mod_jbusiness_latest/mod_jbusiness_latest.php:42 |
10 | include JROOT/modules/mod_jbusiness_latest/mod_jbusiness_latest.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.76 ms After last query: 0.23 ms Query memory: 0.022 MB Memory before query: 6.065 MB Rows returned: 0
select object_id, content
from gmw8r_jbusinessdirectory_language_translations
where type=2
and object_id in (61,45,58,60,51,52,44,62,46,56,57,55)
and language_tag='en-GB'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | gmw8r_jbusinessdirectory_language_translations | NULL | ref | idx_object,ids_langauge | ids_langauge | 32 | const | 1 | 25.00 | Using where |
Status | Duration |
---|
starting | 0.12 ms |
checking permissions | 0.05 ms |
Opening tables | 0.05 ms |
init | 0.07 ms |
System lock | 0.04 ms |
optimizing | 0.05 ms |
statistics | 0.29 ms |
preparing | 0.10 ms |
executing | 0.05 ms |
Sending data | 0.09 ms |
end | 0.04 ms |
query end | 0.03 ms |
closing tables | 0.04 ms |
freeing items | 0.12 ms |
cleaning up | 0.05 ms |
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
12 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_jbusinessdirectory/helpers/translations.php:445 |
11 | JBusinessDirectoryTranslations::updateBusinessListingsSloganTranslation() | JROOT/modules/mod_jbusiness_latest/mod_jbusiness_latest.php:43 |
10 | include JROOT/modules/mod_jbusiness_latest/mod_jbusiness_latest.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 6.31 ms After last query: 12.35 ms Query memory: 0.023 MB Memory before query: 6.038 MB Rows returned: 0
select co.*,op.picture_info,op.picture_path, et.name as eventType ,cp.phone, co.featured, co.created,
GROUP_CONCAT( DISTINCT cg.id,'|',cg.name,'|',cg.alias
ORDER BY cg.name separator '#') as categories
from
gmw8r_jbusinessdirectory_company_events co
left join gmw8r_jbusinessdirectory_company_event_pictures op
on co.id=op.eventId
and
(op.id in (
select min(op1.id) as min
from gmw8r_jbusinessdirectory_company_events co1
left join gmw8r_jbusinessdirectory_company_event_pictures op1
on co1.id=op1.eventId
where op1.picture_enable=1
group by co1.id
)
)
left join gmw8r_jbusinessdirectory_company_event_types et
on co.type=et.id
left join gmw8r_jbusinessdirectory_company_event_category cc
on co.id=cc.eventId
left join gmw8r_jbusinessdirectory_categories cg
on cg.id=cc.categoryId
and cg.published=1
inner join gmw8r_jbusinessdirectory_companies cp
on co.company_id = cp.id
left join gmw8r_jbusinessdirectory_orders inv
on inv.company_id=cp.id
left join gmw8r_jbusinessdirectory_packages p
on (inv.package_id=p.id
and p.status=1) or (p.price=0
and p.status=1)
left join gmw8r_jbusinessdirectory_package_fields pf
on p.id=pf.package_id
where co.state=1
and co.end_date>= DATE(NOW())
and (((inv.state= 1
and now() > (inv.start_date)
and (now() < (inv.start_date + INTERVAL p.days DAY) or (inv.package_id=p.id
and p.days = 0)))) or p.price=0)
and pf.feature='company_events'
and (cp.approved = 2 or cp.approved= -1)
and (co.approved = 1)
and cp.state=1
group by co.id
order by featured desc, rand()
LIMIT 0, 5
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | co | NULL | ALL | PRIMARY,idx_company | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 11.11 | Using where; Using temporary; Using filesort |
1 | PRIMARY | cp | NULL | eq_ref | PRIMARY,idx_state,idx_approved | PRIMARY | 4 | parfumsc_jotipp.co.company_id | 1 | 81.63 | Using where |
1 | PRIMARY | inv | NULL | ref | idx_company | idx_company | 4 | parfumsc_jotipp.co.company_id | 1 | 100.00 | NULL |
1 | PRIMARY | p | NULL | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | 16.67 | Using where; Using join buffer (Block Nested Loop) |
1 | PRIMARY | pf | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 248 | 1.00 | Using where; Using join buffer (Block Nested Loop) |
1 | PRIMARY | op | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 66 | 100.00 | Using where; Using join buffer (Block Nested Loop) |
1 | PRIMARY | et | NULL | eq_ref | PRIMARY | PRIMARY | 4 | parfumsc_jotipp.co.type | 1 | 100.00 | NULL |
1 | PRIMARY | cc | NULL | ref | PRIMARY | PRIMARY | 4 | parfumsc_jotipp.co.id | 2 | 100.00 | Using index |
1 | PRIMARY | cg | NULL | eq_ref | PRIMARY,idx_state | PRIMARY | 4 | parfumsc_jotipp.cc.categoryId | 1 | 100.00 | Using where |
2 | SUBQUERY | op1 | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 66 | 10.00 | Using where; Using temporary; Using filesort |
2 | SUBQUERY | co1 | NULL | eq_ref | PRIMARY | PRIMARY | 4 | parfumsc_jotipp.op1.eventId | 1 | 100.00 | Using index |
Status | Duration |
---|
starting | 0.78 ms |
checking permissions | 0.05 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.03 ms |
checking permissions | 0.04 ms |
Opening tables | 0.24 ms |
init | 0.38 ms |
System lock | 0.08 ms |
optimizing | 0.11 ms |
statistics | 0.71 ms |
preparing | 0.20 ms |
Creating tmp table | 0.20 ms |
Creating tmp table | 0.12 ms |
Sorting result | 0.12 ms |
optimizing | 0.06 ms |
statistics | 0.13 ms |
preparing | 0.07 ms |
Creating tmp table | 0.06 ms |
Sorting result | 0.04 ms |
executing | 0.03 ms |
Sending data | 0.44 ms |
Creating sort index | 0.38 ms |
Creating sort index | 0.10 ms |
end | 0.05 ms |
query end | 0.05 ms |
removing tmp table | 0.09 ms |
query end | 0.05 ms |
removing tmp table | 0.07 ms |
query end | 0.04 ms |
removing tmp table | 0.03 ms |
query end | 0.03 ms |
closing tables | 0.08 ms |
freeing items | 0.07 ms |
removing tmp table | 0.04 ms |
freeing items | 0.10 ms |
removing tmp table | 0.04 ms |
freeing items | 0.12 ms |
cleaning up | 0.05 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_jbusinessdirectory/tables/event.php:194 |
12 | JTableEvent->getEventsByCategories() | JROOT/modules/mod_jbusiness_events/helper.php:54 |
11 | modJBusinessEventsHelper::getList() | JROOT/modules/mod_jbusiness_events/mod_jbusiness_events.php:22 |
10 | include JROOT/modules/mod_jbusiness_events/mod_jbusiness_events.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.97 ms After last query: 17.61 ms Query memory: 0.029 MB Memory before query: 6.507 MB Rows returned: 128
SELECT *
FROM gmw8r_acymailing_config
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | gmw8r_acymailing_config | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 128 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.13 ms |
checking permissions | 0.08 ms |
Opening tables | 0.17 ms |
init | 0.06 ms |
System lock | 0.04 ms |
optimizing | 0.03 ms |
statistics | 0.04 ms |
preparing | 0.04 ms |
executing | 0.03 ms |
Sending data | 0.19 ms |
end | 0.05 ms |
query end | 0.03 ms |
closing tables | 0.05 ms |
freeing items | 0.13 ms |
cleaning up | 0.05 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_acymailing/classes/cpanel.php:17 |
13 | cpanelClass->load() | JROOT/administrator/components/com_acymailing/helpers/helper.php:468 |
12 | acymailing_config() | JROOT/administrator/components/com_acymailing/helpers/helper.php:1236 |
11 | include_once JROOT/administrator/components/com_acymailing/helpers/helper.php | JROOT/modules/mod_acymailing/mod_acymailing.php:12 |
10 | include JROOT/modules/mod_acymailing/mod_acymailing.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.78 ms After last query: 1.33 ms Query memory: 0.023 MB Memory before query: 6.591 MB Rows returned: 2
SELECT *
FROM gmw8r_acymailing_list
WHERE type = 'list'
ORDER BY ordering ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | gmw8r_acymailing_list | NULL | ref | typeorderingindex,typeuseridindex | typeorderingindex | 1 | const | 1 | 100.00 | Using index condition |
Status | Duration |
---|
starting | 0.11 ms |
checking permissions | 0.11 ms |
Opening tables | 0.06 ms |
init | 0.08 ms |
System lock | 0.05 ms |
optimizing | 0.04 ms |
statistics | 0.12 ms |
preparing | 0.09 ms |
Sorting result | 0.04 ms |
executing | 0.03 ms |
Sending data | 0.14 ms |
end | 0.05 ms |
query end | 0.03 ms |
closing tables | 0.04 ms |
freeing items | 0.12 ms |
cleaning up | 0.05 ms |
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
12 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_acymailing/classes/list.php:29 |
11 | listClass->getLists() | JROOT/modules/mod_acymailing/mod_acymailing.php:126 |
10 | include JROOT/modules/mod_acymailing/mod_acymailing.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.74 ms After last query: 56.89 ms Query memory: 0.022 MB Memory before query: 6.658 MB Rows returned: 0
SELECT *
FROM gmw8r_users as u
LEFT JOIN gmw8r_user_usergroup_map as ug
on u.id = ug.user_id
WHERE u.id=0
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.17 ms |
checking permissions | 0.04 ms |
checking permissions | 0.04 ms |
Opening tables | 0.07 ms |
init | 0.08 ms |
System lock | 0.05 ms |
optimizing | 0.05 ms |
statistics | 0.24 ms |
executing | 0.08 ms |
end | 0.04 ms |
query end | 0.04 ms |
closing tables | 0.06 ms |
freeing items | 0.12 ms |
cleaning up | 0.05 ms |
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
11 | JDatabaseDriver->loadObject() | JROOT/modules/mod_ads_elite/mod_ads_elite.php:53 |
10 | include JROOT/modules/mod_ads_elite/mod_ads_elite.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 11.34 ms After last query: 6.04 ms Query memory: 0.238 MB Memory before query: 6.665 MB Rows returned: 632
select *
from gmw8r_jbusinessdirectory_categories
where 1
and id!=1
and type='1'
order by parent_id,name
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | gmw8r_jbusinessdirectory_categories | NULL | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 668 | 10.00 | Using where; Using filesort |
Status | Duration |
---|
starting | 0.21 ms |
checking permissions | 0.09 ms |
Opening tables | 0.06 ms |
init | 0.08 ms |
System lock | 0.05 ms |
optimizing | 0.05 ms |
statistics | 0.10 ms |
preparing | 0.07 ms |
Sorting result | 0.04 ms |
executing | 0.03 ms |
Sending data | 0.05 ms |
Creating sort index | 9.53 ms |
end | 0.06 ms |
query end | 0.03 ms |
closing tables | 0.04 ms |
freeing items | 0.24 ms |
cleaning up | 0.07 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_jbusinessdirectory/library/category_lib.php:46 |
13 | JBusinessDirectorCategoryLib->getAllCategories() | JROOT/administrator/components/com_jbusinessdirectory/library/category_lib.php:22 |
12 | JBusinessDirectorCategoryLib->getCategories() | JROOT/modules/mod_jbusinesscategories/helper.php:26 |
11 | modJBusinessCategoriesHelper->getCategoriesByIdsOnMenu() | JROOT/modules/mod_jbusinesscategories/mod_jbusinesscategories.php:42 |
10 | include JROOT/modules/mod_jbusinesscategories/mod_jbusinesscategories.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.59 ms After last query: 74.27 ms Query memory: 0.023 MB Memory before query: 6.804 MB Rows returned: 17
SELECT *
FROM gmw8r_jbusinessdirectory_company_event_types
order by name
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | gmw8r_jbusinessdirectory_company_event_types | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 17 | 100.00 | Using filesort |
Status | Duration |
---|
starting | 0.12 ms |
checking permissions | 0.05 ms |
Opening tables | 0.12 ms |
init | 0.07 ms |
System lock | 0.08 ms |
optimizing | 0.03 ms |
statistics | 0.04 ms |
preparing | 0.04 ms |
Sorting result | 0.03 ms |
executing | 0.03 ms |
Sending data | 0.04 ms |
Creating sort index | 0.13 ms |
end | 0.05 ms |
query end | 0.04 ms |
closing tables | 0.04 ms |
freeing items | 0.12 ms |
cleaning up | 0.05 ms |
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
12 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_jbusiness_event_search/helper.php:45 |
11 | modJBusinessEventSearchHelper::getTypes() | JROOT/modules/mod_jbusiness_event_search/mod_jbusiness_event_search.php:49 |
10 | include JROOT/modules/mod_jbusiness_event_search/mod_jbusiness_event_search.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.78 ms After last query: 0.15 ms Query memory: 0.023 MB Memory before query: 6.819 MB Rows returned: 0
SELECT t.*
from gmw8r_jbusinessdirectory_company_event_types et
inner join gmw8r_jbusinessdirectory_language_translations t
on et.id=t.object_id
where t.type=18
and language_tag='en-GB'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | t | NULL | ref | idx_object,ids_langauge | ids_langauge | 32 | const | 1 | 25.00 | Using where |
1 | SIMPLE | et | NULL | eq_ref | PRIMARY | PRIMARY | 4 | parfumsc_jotipp.t.object_id | 1 | 100.00 | Using index |
Status | Duration |
---|
starting | 0.14 ms |
checking permissions | 0.04 ms |
checking permissions | 0.04 ms |
Opening tables | 0.06 ms |
init | 0.08 ms |
System lock | 0.05 ms |
optimizing | 0.12 ms |
statistics | 0.15 ms |
preparing | 0.07 ms |
executing | 0.03 ms |
Sending data | 0.11 ms |
end | 0.04 ms |
query end | 0.03 ms |
closing tables | 0.05 ms |
freeing items | 0.14 ms |
cleaning up | 0.05 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
14 | JDatabase->query() | JROOT/administrator/components/com_jbusinessdirectory/helpers/translations.php:133 |
13 | JBusinessDirectoryTranslations::getEventTypesTranslationsObject() | JROOT/administrator/components/com_jbusinessdirectory/helpers/translations.php:115 |
12 | JBusinessDirectoryTranslations::getEventTypesTranslations() | JROOT/administrator/components/com_jbusinessdirectory/helpers/translations.php:400 |
11 | JBusinessDirectoryTranslations::updateEventTypesTranslation() | JROOT/modules/mod_jbusiness_event_search/mod_jbusiness_event_search.php:87 |
10 | include JROOT/modules/mod_jbusiness_event_search/mod_jbusiness_event_search.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.74 ms After last query: 0.08 ms Query memory: 0.023 MB Memory before query: 6.826 MB Rows returned: 0
SELECT t.*
from gmw8r_jbusinessdirectory_company_event_types et
inner join gmw8r_jbusinessdirectory_language_translations t
on et.id=t.object_id
where t.type=18
and language_tag='en-GB'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | t | NULL | ref | idx_object,ids_langauge | ids_langauge | 32 | const | 1 | 25.00 | Using where |
1 | SIMPLE | et | NULL | eq_ref | PRIMARY | PRIMARY | 4 | parfumsc_jotipp.t.object_id | 1 | 100.00 | Using index |
Status | Duration |
---|
starting | 0.14 ms |
checking permissions | 0.05 ms |
checking permissions | 0.04 ms |
Opening tables | 0.06 ms |
init | 0.09 ms |
System lock | 0.05 ms |
optimizing | 0.05 ms |
statistics | 0.20 ms |
preparing | 0.07 ms |
executing | 0.03 ms |
Sending data | 0.10 ms |
end | 0.04 ms |
query end | 0.04 ms |
closing tables | 0.04 ms |
freeing items | 0.12 ms |
cleaning up | 0.05 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_jbusinessdirectory/helpers/translations.php:138 |
13 | JBusinessDirectoryTranslations::getEventTypesTranslationsObject() | JROOT/administrator/components/com_jbusinessdirectory/helpers/translations.php:115 |
12 | JBusinessDirectoryTranslations::getEventTypesTranslations() | JROOT/administrator/components/com_jbusinessdirectory/helpers/translations.php:400 |
11 | JBusinessDirectoryTranslations::updateEventTypesTranslation() | JROOT/modules/mod_jbusiness_event_search/mod_jbusiness_event_search.php:87 |
10 | include JROOT/modules/mod_jbusiness_event_search/mod_jbusiness_event_search.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:501 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:793 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:567 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.91 ms After last query: 37.61 ms Query memory: 0.028 MB Memory before query: 7.006 MB Rows returned: 45
SELECT `id`,`name`,`rules`,`parent_id`
FROM `gmw8r_assets`
WHERE `name` IN ('root.1','com_actionlogs','com_acymailing','com_admin','com_ajax','com_akeeba','com_arkeditor','com_associations','com_banners','com_cache','com_categories','com_checkin','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_fields','com_finder','com_formmaker','com_installer','com_jbusinessdirectory','com_jce','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_redirectonlogin','com_search','com_sppagebuilder','com_spsimpleportfolio','com_tags','com_templates','com_users','com_uu','com_weblinks','com_wrapper')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | gmw8r_assets | NULL | range | idx_asset_name | idx_asset_name | 202 | NULL | 46 | 100.00 | Using index condition |
Status | Duration |
---|
starting | 0.24 ms |
checking permissions | 0.06 ms |
Opening tables | 0.06 ms |
init | 0.14 ms |
System lock | 0.05 ms |
optimizing | 0.04 ms |
statistics | 0.51 ms |
preparing | 0.06 ms |
executing | 0.10 ms |
Sending data | 1.70 ms |
end | 0.05 ms |
query end | 0.05 ms |
closing tables | 0.05 ms |
freeing items | 0.16 ms |
cleaning up | 0.05 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:429 |
16 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 |
15 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 |
14 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
13 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
12 | Joomla\CMS\User\User->authorise() | JROOT/plugins/system/sourcerer/src/Params.php:42 |
11 | RegularLabs\Sourcerer\Params::get() | JROOT/plugins/system/sourcerer/src/Helper.php:91 |
10 | RegularLabs\Sourcerer\Helper->onAfterRender() | Same as call in the line below. |
9 | call_user_func_array() | JROOT/plugins/system/sourcerer/src/Plugin.php:110 |
8 | RegularLabs\Sourcerer\Plugin->run() | JROOT/plugins/system/sourcerer/src/Plugin.php:82 |
7 | RegularLabs\Sourcerer\Plugin->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:1050 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.35 ms After last query: 31.46 ms Query memory: 0.020 MB Memory before query: 7.310 MB Rows returned: 1
SELECT config
FROM gmw8r_redirectonlogin_config
WHERE id='1'
LIMIT 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | gmw8r_redirectonlogin_config | NULL | system | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.11 ms |
checking permissions | 0.05 ms |
Opening tables | 0.06 ms |
init | 0.05 ms |
System lock | 0.05 ms |
optimizing | 0.04 ms |
statistics | 0.08 ms |
preparing | 0.05 ms |
executing | 0.03 ms |
Sending data | 0.06 ms |
end | 0.04 ms |
query end | 0.03 ms |
closing tables | 0.04 ms |
freeing items | 0.12 ms |
cleaning up | 0.05 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
9 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_redirectonlogin/plugin_system/plugin_system2.php:246 |
8 | plgSystemRedirectonlogin->get_config() | JROOT/administrator/components/com_redirectonlogin/plugin_system/plugin_system2.php:30 |
7 | plgSystemRedirectonlogin->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:1050 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.15 ms After last query: 0.23 ms Query memory: 0.020 MB Memory before query: 7.321 MB Rows returned: 1
SELECT url
FROM gmw8r_redirectonlogin_sessions
WHERE session_id='kkpkis8erej15ma04j1iud2mi8rsa05t'
LIMIT 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | gmw8r_redirectonlogin_sessions | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1137 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.11 ms |
checking permissions | 0.05 ms |
Opening tables | 0.06 ms |
init | 0.12 ms |
System lock | 0.06 ms |
optimizing | 0.04 ms |
statistics | 0.05 ms |
preparing | 0.05 ms |
executing | 0.03 ms |
Sending data | 0.67 ms |
end | 0.13 ms |
query end | 0.05 ms |
closing tables | 0.04 ms |
freeing items | 0.12 ms |
cleaning up | 0.05 ms |
# | Caller | File and line number |
---|
9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
8 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_redirectonlogin/plugin_system/plugin_system2.php:52 |
7 | plgSystemRedirectonlogin->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:1050 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
3 × select co.*,op.picture_info,op.picture_path, et.name as eventType ,cp.phone, co.featured, co.created,
GROUP_CONCAT( DISTINCT cg.id,'|',cg.name,'|',cg.alias
ORDER BY cg.name separator '#') as categories
from
gmw8r_jbusinessdirectory_company_events co
left join gmw8r_jbusinessdirectory_company_event_pictures op
on co.id=op.eventId
and
(op.id in (
select min(op1.id) as min
from gmw8r_jbusinessdirectory_company_events co1
left join gmw8r_jbusinessdirectory_company_event_pictures op1
on co1.id=op1.eventId
2 × SELECT *
FROM gmw8r_redirectonlogin_sessions
2 × SELECT t.*
from gmw8r_jbusinessdirectory_company_types bt
inner join gmw8r_jbusinessdirectory_language_translations t
on bt.id=t.object_id
2 × SELECT t.*
from gmw8r_jbusinessdirectory_categories c
inner join gmw8r_jbusinessdirectory_language_translations t
on c.id=t.object_id
2 × select *
from gmw8r_jbusinessdirectory_categories
2 × SELECT fas.*, df.*, c.currency_name, c.currency_id
FROM gmw8r_jbusinessdirectory_applicationsettings fas
inner join gmw8r_jbusinessdirectory_date_formats df
on fas.date_format_id=df.id
inner join gmw8r_jbusinessdirectory_currencies c
on fas.currency_id=c.currency_i
2 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `gmw8r_extensions`
2 × SELECT t.*
from gmw8r_jbusinessdirectory_company_event_types et
inner join gmw8r_jbusinessdirectory_language_translations t
on et.id=t.object_id
1 × SELECT *
FROM gmw8r_jbusinessdirectory_company_event_types
1 × SELECT *
FROM gmw8r_users as u
LEFT JOIN gmw8r_user_usergroup_map as ug
on u.id = ug.user_id
1 × SELECT `id`,`name`,`rules`,`parent_id`
FROM `gmw8r_assets`
1 × SELECT *
FROM gmw8r_acymailing_list
1 × SELECT *
FROM gmw8r_acymailing_confi
1 × select object_id, content
from gmw8r_jbusinessdirectory_language_translations
1 × SELECT config
FROM gmw8r_redirectonlogin_config
1 × select object_id, name, content_short
from gmw8r_jbusinessdirectory_language_translations
1 × select slec.*, mainCategory, mainCategoryId, companyName, companyId1, count(cra.id) as nrRatings, features, GREATEST(if(FIND_IN_SET('featured_companies',features) ,1,0), featured) as featured
from (
select cp.id, cp.name, cp.alias, cp.short_description, cp.description, cp.street_number, cp.address, cp.city, cp.county, cp.website, cp.phone, cp.email, cp.state, cp.fax,
cp.averageRating, cp.slogan, cp.logoLocation, cp.creationDate, cp.latitude, cp.longitude,
cp.featured,cp.publish_only_city, cp.name as companyName,cp.id as companyId1, cn.country_name as countryName,ct.name as typeName, cnt.contact_name,
GROUP_CONCAT( DISTINCT cg.id) as categoryIds, GROUP_CONCAT(DISTINCT cg.name separator '#') as categoryNames,
GROUP_CONCAT( DISTINCT cg.id,'|',cg.name,'|',cg.alias
ORDER BY cg.name separator '#') as categories,
GROUP_CONCAT(DISTINCT pf.feature) as features,
bc.name as mainCategory, bc.id as mainCategoryId, bc.icon as mainCategoryIcon, bc.alias as mainCategoryAlias
from gmw8r_jbusinessdirectory_companies cp
left join gmw8r_jbusinessdirectory_company_category cc
on cp.id=cc.companyId
left join gmw8r_jbusinessdirectory_categories cg
on cg.id=cc.categoryId
left join gmw8r_jbusinessdirectory_categories bc
on bc.id=cp.mainSubcategory
left join gmw8r_jbusinessdirectory_company_contact cnt
on cp.id=cnt.companyId
left join gmw8r_jbusinessdirectory_countries cn
on cp.countryId=cn.id
left join gmw8r_jbusinessdirectory_company_types ct
on cp.typeId=ct.id
left join gmw8r_jbusinessdirectory_orders inv
on inv.company_id=cp.id
left join gmw8r_jbusinessdirectory_packages p
on (inv.package_id=p.id
and p.status=1
and 1) or (p.price=0
and p.status=1
and 1)
left join gmw8r_jbusinessdirectory_package_fields pf
on p.id=pf.package_id
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM gmw8r_modules AS m
LEFT JOIN gmw8r_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN gmw8r_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
1 × SELECT `data`
FROM `gmw8r_session`
1 × SELECT id, home, template, s.params
FROM gmw8r_template_styles as s
LEFT JOIN gmw8r_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
1 × SELECT `session_id`
FROM `gmw8r_session`
1 × SELECT *
FROM gmw8r_languages
1 × SELECT element,views,context,types,params
FROM gmw8r_ark_editor_inline_views
1 × SELECT params
FROM `gmw8r_extensions`
1 × SELECT *
FROM `gmw8r_uu_configuration
1 × SELECT *
FROM `gmw8r_jbusinessdirectory_companies` c
1 × SELECT *
FROM gmw8r_jbusinessdirectory_categories c
1 × SELECT *
FROM `gmw8r_jbusinessdirectory_cities` c
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 gmw8r_menu AS m
LEFT JOIN gmw8r_extensions AS e
ON m.component_id = e.extension_id
1 × SELECT count(1)
FROM `gmw8r_session`
1 × SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM gmw8r_extensions
1 × SELECT b.id
FROM gmw8r_usergroups AS a
LEFT JOIN gmw8r_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT id, rules
FROM `gmw8r_viewlevels
1 × SELECT url
FROM gmw8r_redirectonlogin_sessions