Query Time: 2.03 ms Query memory: 0.023 MB Memory before query: 1.054 MB Rows returned: 0
SELECT `data`
FROM `j3x_session`
WHERE `session_id` = X'6165376536313135656332646434363961363466393238633531303862383330'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j3x_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/session/storage/database.php:45 |
14 | JSessionStorageDatabase->read() | Same as call in the line below. |
13 | session_start() | JROOT/libraries/joomla/session/handler/native.php:260 |
12 | JSessionHandlerNative->doSessionStart() | JROOT/libraries/joomla/session/handler/native.php:50 |
11 | JSessionHandlerNative->start() | JROOT/libraries/joomla/session/handler/joomla.php:88 |
10 | JSessionHandlerJoomla->start() | JROOT/libraries/src/Session/Session.php: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:854 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:414 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 0.30 ms After last query: 0.58 ms Query memory: 0.020 MB Memory before query: 1.069 MB Rows returned: 0
SELECT `session_id`
FROM `j3x_session`
WHERE `session_id` = X'6165376536313135656332646434363961363466393238633531303862383330'
LIMIT 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j3x_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
8 | JDatabaseDriver->loadResult() | JROOT/libraries/src/Session/MetadataManager.php:74 |
7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 |
6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:856 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:414 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 0.39 ms After last query: 0.16 ms Query memory: 0.004 MB Memory before query: 1.074 MB
INSERT INTO `j3x_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'6165376536313135656332646434363961363466393238633531303862383330', 1, 1745605491, 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `j3x_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'6165376536313135656332646434363961363466393238633531303862383330', 1, 1745605491, 0, '', 0)
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Session/MetadataManager.php:116 |
7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 |
6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:856 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:414 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 7.19 ms After last query: 1.18 ms Query memory: 0.026 MB Memory before query: 1.106 MB Rows returned: 53
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `j3x_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 | j3x_extensions | NULL | ref | extension | extension | 82 | const | 50 | 1.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
11 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Component/ComponentHelper.php:445 |
10 | Joomla\CMS\Component\ComponentHelper::Joomla\CMS\Component\{closure}() | Same as call in the line below. |
9 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
8 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Component/ComponentHelper.php:453 |
7 | Joomla\CMS\Component\ComponentHelper::load() | JROOT/libraries/src/Component/ComponentHelper.php:519 |
6 | Joomla\CMS\Component\ComponentHelper::getComponents() | JROOT/libraries/src/Component/ComponentHelper.php:44 |
5 | Joomla\CMS\Component\ComponentHelper::getComponent() | JROOT/libraries/src/Component/ComponentHelper.php:103 |
4 | Joomla\CMS\Component\ComponentHelper::getParams() | JROOT/libraries/src/Application/SiteApplication.php:594 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.31 ms After last query: 1.17 ms Query memory: 0.021 MB Memory before query: 1.141 MB Rows returned: 9
SELECT id, rules
FROM `j3x_viewlevels`
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j3x_viewlevels | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 9 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
9 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Access/Access.php:1063 |
8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 |
6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.28 ms After last query: 0.10 ms Query memory: 0.021 MB Memory before query: 1.155 MB Rows returned: 1
SELECT b.id
FROM j3x_usergroups AS a
LEFT JOIN j3x_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 1
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 |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
10 | JDatabaseDriver->loadColumn() | JROOT/libraries/src/Access/Access.php:980 |
9 | Joomla\CMS\Access\Access::getGroupsByUser() | JROOT/libraries/src/Access/Access.php:1095 |
8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 |
6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 4.10 ms After last query: 0.25 ms Query memory: 0.051 MB Memory before query: 1.176 MB Rows returned: 187
SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM j3x_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 | j3x_extensions | NULL | ref | extension | extension | 82 | const | 276 | 0.40 | Using index condition; Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
10 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Plugin/PluginHelper.php:351 |
9 | Joomla\CMS\Plugin\PluginHelper::Joomla\CMS\Plugin\{closure}() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
7 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Plugin/PluginHelper.php:356 |
6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.80 ms After last query: 12.08 ms Query memory: 0.024 MB Memory before query: 2.048 MB Rows returned: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `j3x_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j3x_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/libraries/src/Helper/LibraryHelper.php:167 |
16 | Joomla\CMS\Helper\LibraryHelper::Joomla\CMS\Helper\{closure}() | Same as call in the line below. |
15 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
14 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/LibraryHelper.php:175 |
13 | Joomla\CMS\Helper\LibraryHelper::loadLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:43 |
12 | Joomla\CMS\Helper\LibraryHelper::getLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:90 |
11 | Joomla\CMS\Helper\LibraryHelper::getParams() | JROOT/libraries/src/Version.php:321 |
10 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
9 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
8 | Joomla\CMS\Factory::getDocument() | JROOT/plugins/system/jamp/jamp.php:808 |
7 | PlgSystemJAmp->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:695 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.25 ms After last query: 0.21 ms Query memory: 0.006 MB Memory before query: 2.041 MB
UPDATE `j3x_extensions`
SET `params` = '{\"mediaversion\":\"43926ded59ca1b345bd12d93899fab4e\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | UPDATE | j3x_extensions | NULL | range | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |
12 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |
11 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |
10 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
9 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
8 | Joomla\CMS\Factory::getDocument() | JROOT/plugins/system/jamp/jamp.php:808 |
7 | PlgSystemJAmp->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:695 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 8.19 ms Query memory: 0.020 MB Memory before query: 2.184 MB Rows returned: 0
SELECT plan_id
FROM j3x_osmembership_urls
WHERE `url` = 'https://mamon.freepatentsbank.com/%D7%A7%D7%95%D7%A8%D7%A1-%D7%95%D7%95%D7%A8%D7%93%D7%A4%D7%A8%D7%A1/2011-12-02-10-05-10'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j3x_osmembership_urls | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 7 | 14.29 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
9 | JDatabaseDriver->loadColumn() | JROOT/plugins/system/osmembershipurls/osmembershipurls.php:145 |
8 | plgSystemOSMembershipUrls->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:696 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.36 ms After last query: 0.04 ms Query memory: 0.020 MB Memory before query: 2.188 MB Rows returned: 1
SELECT id
FROM j3x_osmembership_plans
WHERE published = 0
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j3x_osmembership_plans | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 8 | 12.50 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
9 | JDatabaseDriver->loadColumn() | JROOT/plugins/system/osmembershipurls/osmembershipurls.php:157 |
8 | plgSystemOSMembershipUrls->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:696 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.70 ms After last query: 2.44 ms Query memory: 0.212 MB Memory before query: 2.294 MB Rows returned: 139
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 j3x_menu AS m
LEFT JOIN j3x_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 | ref | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 1 | const | 223 | 3.33 | Using index condition; Using where; Using filesort |
1 | SIMPLE | e | NULL | eq_ref | PRIMARY | PRIMARY | 4 | freepate_bikorn.m.component_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.09 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.01 ms |
Sorting result | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 2.26 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
22 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 |
21 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
19 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Menu/SiteMenu.php:101 |
18 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php:78 |
17 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 |
16 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/libraries/src/Menu/AbstractMenu.php:142 |
15 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:445 |
14 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:275 |
13 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOT/libraries/src/Router/SiteRouter.php:65 |
12 | Joomla\CMS\Router\SiteRouter->__construct() | JROOT/libraries/src/Router/Router.php:189 |
11 | Joomla\CMS\Router\Router::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:561 |
10 | Joomla\CMS\Application\CMSApplication::getRouter() | JROOT/libraries/src/Application/SiteApplication.php:403 |
9 | Joomla\CMS\Application\SiteApplication::getRouter() | JROOT/plugins/system/jreviews_sef/joomla_380/jreviews_sef.php:50 |
8 | plgSystemJreviews_sef->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:696 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.35 ms After last query: 2.10 ms Query memory: 0.021 MB Memory before query: 2.840 MB Rows returned: 1
SELECT *
FROM j3x_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 | j3x_languages | NULL | system | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.00 ms |
optimizing | 0.00 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
11 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/LanguageHelper.php:150 |
10 | Joomla\CMS\Language\LanguageHelper::getLanguages() | JROOT/plugins/system/jreviews_sef/joomla_380/router.php:111 |
9 | JReviewsRouter->__construct() | JROOT/plugins/system/jreviews_sef/joomla_380/jreviews_sef.php:52 |
8 | plgSystemJreviews_sef->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:696 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.48 ms After last query: 5.52 ms Query memory: 0.022 MB Memory before query: 2.975 MB Rows returned: 0
SELECT
catid
FROM
j3x_content
WHERE
id = 2011
AND alias = '12-02-10-05-10'
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.04 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/plugins/system/jreviews_sef/joomla_380/router.php:2312 |
12 | JReviewsRouter->addBackID() | JROOT/plugins/system/jreviews_sef/joomla_380/router.php:1444 |
11 | JReviewsRouter->parseRule() | Same as call in the line below. |
10 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:596 |
9 | Joomla\CMS\Router\Router->processParseRules() | JROOT/libraries/src/Router/SiteRouter.php:597 |
8 | Joomla\CMS\Router\SiteRouter->processParseRules() | JROOT/libraries/src/Router/Router.php:570 |
7 | Joomla\CMS\Router\Router->_processParseRules() | JROOT/libraries/src/Router/Router.php:216 |
6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1170 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.91 ms After last query: 0.05 ms Query memory: 0.022 MB Memory before query: 2.982 MB Rows returned: 1
SELECT
id
FROM
j3x_content
WHERE
catid = 105
AND alias = '2011-12-02-10-05-10'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j3x_content | NULL | ref | idx_catid,jr_listing_count,idx_alias | idx_alias | 766 | const | 1 | 5.49 | Using where |
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.09 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.03 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.02 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/plugins/system/jreviews_sef/joomla_380/router.php:2331 |
12 | JReviewsRouter->addBackID() | JROOT/plugins/system/jreviews_sef/joomla_380/router.php:1444 |
11 | JReviewsRouter->parseRule() | Same as call in the line below. |
10 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:596 |
9 | Joomla\CMS\Router\Router->processParseRules() | JROOT/libraries/src/Router/SiteRouter.php:597 |
8 | Joomla\CMS\Router\SiteRouter->processParseRules() | JROOT/libraries/src/Router/Router.php:570 |
7 | Joomla\CMS\Router\Router->_processParseRules() | JROOT/libraries/src/Router/Router.php:216 |
6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1170 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.47 ms After last query: 0.90 ms Query memory: 0.024 MB Memory before query: 3.071 MB Rows returned: 0
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `j3x_categories` AS `s`
INNER JOIN `j3x_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1)
AND c.published = 1
AND s.id = 303
ORDER BY c.lft
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.14 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.06 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
executing | 0.03 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
16 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
15 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/helpers/legacyrouter.php:350 |
14 | ContentRouterRulesLegacy->parse() | JROOT/libraries/src/Component/Router/RouterView.php:266 |
13 | Joomla\CMS\Component\Router\RouterView->parse() | JROOT/components/com_content/router.php:270 |
12 | contentParseRoute() | JROOT/plugins/system/jreviews_sef/joomla_380/router.php:1477 |
11 | JReviewsRouter->parseRule() | Same as call in the line below. |
10 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:596 |
9 | Joomla\CMS\Router\Router->processParseRules() | JROOT/libraries/src/Router/SiteRouter.php:597 |
8 | Joomla\CMS\Router\SiteRouter->processParseRules() | JROOT/libraries/src/Router/Router.php:570 |
7 | Joomla\CMS\Router\Router->_processParseRules() | JROOT/libraries/src/Router/Router.php:216 |
6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1170 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 0.08 ms Query memory: 0.023 MB Memory before query: 3.080 MB Rows returned: 1
SELECT `alias`,`catid`
FROM `j3x_content`
WHERE `id` = 303
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j3x_content | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.02 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/components/com_content/helpers/legacyrouter.php:366 |
14 | ContentRouterRulesLegacy->parse() | JROOT/libraries/src/Component/Router/RouterView.php:266 |
13 | Joomla\CMS\Component\Router\RouterView->parse() | JROOT/components/com_content/router.php:270 |
12 | contentParseRoute() | JROOT/plugins/system/jreviews_sef/joomla_380/router.php:1477 |
11 | JReviewsRouter->parseRule() | Same as call in the line below. |
10 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:596 |
9 | Joomla\CMS\Router\Router->processParseRules() | JROOT/libraries/src/Router/SiteRouter.php:597 |
8 | Joomla\CMS\Router\SiteRouter->processParseRules() | JROOT/libraries/src/Router/Router.php:570 |
7 | Joomla\CMS\Router\Router->_processParseRules() | JROOT/libraries/src/Router/Router.php:216 |
6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1170 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.42 ms After last query: 0.31 ms Query memory: 0.022 MB Memory before query: 3.087 MB Rows returned: 0
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `j3x_categories` AS `s`
INNER JOIN `j3x_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1)
AND c.published = 1
AND s.id = 2011
ORDER BY c.lft
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.12 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.06 ms |
System lock | 0.01 ms |
optimizing | 0.04 ms |
statistics | 0.04 ms |
executing | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
12 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
11 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/helpers/legacyrouter.php:350 |
10 | ContentRouterRulesLegacy->parse() | JROOT/libraries/src/Component/Router/RouterView.php:266 |
9 | Joomla\CMS\Component\Router\RouterView->parse() | JROOT/libraries/src/Router/SiteRouter.php:438 |
8 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 |
7 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 |
6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1170 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.76 ms After last query: 0.06 ms Query memory: 0.021 MB Memory before query: 3.092 MB Rows returned: 0
SELECT `alias`,`catid`
FROM `j3x_content`
WHERE `id` = 2011
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.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.02 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
11 | JDatabaseDriver->loadObject() | JROOT/components/com_content/helpers/legacyrouter.php:366 |
10 | ContentRouterRulesLegacy->parse() | JROOT/libraries/src/Component/Router/RouterView.php:266 |
9 | Joomla\CMS\Component\Router\RouterView->parse() | JROOT/libraries/src/Router/SiteRouter.php:438 |
8 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 |
7 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 |
6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1170 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.28 ms After last query: 0.47 ms Query memory: 0.028 MB Memory before query: 3.103 MB Rows returned: 50
SELECT `id`,`name`,`rules`,`parent_id`
FROM `j3x_assets`
WHERE `name` IN ('root.1','com_actionlogs','com_acymailing','com_admin','com_advancedmodules','com_akeeba','com_arrausermigrate','com_associations','com_banners','com_cache','com_categories','com_checkin','com_config','com_contact','com_content','com_cpanel','com_easyfrontendseo','com_facebookall','com_fields','com_finder','com_installer','com_jce','com_jch_optimize','com_jcomments','com_joomlaupdate','com_jotcache','com_jreviews','com_kunena','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_moodpoll','com_newsfeeds','com_osmembership','com_plugins','com_privacy','com_profiles','com_redirect','com_redj','com_route66','com_search','com_sppagebuilder','com_templates','com_users','com_weblinks','com_wrapper','com_xcloner-backupandrestore','com_xmap')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j3x_assets | NULL | range | idx_asset_name | idx_asset_name | 202 | NULL | 52 | 100.00 | Using index condition |
Status | Duration |
---|
starting | 0.09 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.06 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.18 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.79 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:429 |
15 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 |
14 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 |
13 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
12 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
11 | Joomla\CMS\User\User->authorise() | JROOT/plugins/system/advancedmodules/src/Document.php:28 |
10 | RegularLabs\Plugin\System\AdvancedModules\Document::loadFrontEditScript() | JROOT/plugins/system/advancedmodules/advancedmodules.php:97 |
9 | PlgSystemAdvancedModules->handleOnAfterRoute() | JROOT/libraries/regularlabs/src/Plugin.php:94 |
8 | RegularLabs\Library\Plugin->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:1218 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.43 ms After last query: 0.82 ms Query memory: 0.020 MB Memory before query: 3.176 MB Rows returned: 0
SELECT DISTINCT plan_id
FROM j3x_osmembership_articles
WHERE article_id = 303
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.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.17 ms |
init | 0.01 ms |
System lock | 0.00 ms |
optimizing | 0.00 ms |
statistics | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
9 | JDatabaseDriver->loadColumn() | JROOT/plugins/system/osmembershiparticles/osmembershiparticles.php:265 |
8 | plgSystemOSMembershipArticles->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:1218 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.35 ms After last query: 0.07 ms Query memory: 0.020 MB Memory before query: 3.180 MB Rows returned: 1
SELECT id
FROM j3x_osmembership_plans
WHERE published = 0
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j3x_osmembership_plans | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 8 | 12.50 | Using where |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.00 ms |
optimizing | 0.00 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
Sending data | 0.04 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
9 | JDatabaseDriver->loadColumn() | JROOT/plugins/system/osmembershiparticles/osmembershiparticles.php:277 |
8 | plgSystemOSMembershipArticles->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:1218 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.44 ms After last query: 0.11 ms Query memory: 0.020 MB Memory before query: 3.185 MB Rows returned: 0
SELECT *
FROM j3x_osmembership_schedulecontent
WHERE article_id = 303
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.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.16 ms |
init | 0.01 ms |
System lock | 0.00 ms |
optimizing | 0.00 ms |
statistics | 0.01 ms |
executing | 0.01 ms |
end | 0.01 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/schedulecontent/schedulecontent.php:137 |
8 | plgSystemScheduleContent->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:1218 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.30 ms After last query: 0.38 ms Query memory: 0.025 MB Memory before query: 3.191 MB Rows returned: 57
SELECT *
FROM j3x_osmembership_configs
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j3x_osmembership_configs | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 57 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.00 ms |
optimizing | 0.00 ms |
statistics | 0.00 ms |
preparing | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.05 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
10 | JDatabaseDriver->loadObjectList() | JROOT/components/com_osmembership/helper/helper.php:30 |
9 | OSMembershipHelper::getConfig() | JROOT/plugins/system/registrationredirect/registrationredirect.php:46 |
8 | plgSystemRegistrationRedirect->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:1218 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.69 ms After last query: 0.32 ms Query memory: 0.025 MB Memory before query: 3.213 MB Rows returned: 0
SELECT
catid
FROM
j3x_content
WHERE
id = 2011
AND alias = '12-02-10-05-10'
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.04 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
19 | JDatabaseDriver->loadResult() | JROOT/plugins/system/jreviews_sef/joomla_380/router.php:2312 |
18 | JReviewsRouter->addBackID() | JROOT/plugins/system/jreviews_sef/joomla_380/router.php:1444 |
17 | JReviewsRouter->parseRule() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:596 |
15 | Joomla\CMS\Router\Router->processParseRules() | JROOT/libraries/src/Router/SiteRouter.php:597 |
14 | Joomla\CMS\Router\SiteRouter->processParseRules() | JROOT/libraries/src/Router/Router.php:570 |
13 | Joomla\CMS\Router\Router->_processParseRules() | JROOT/libraries/src/Router/Router.php:216 |
12 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
11 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/plugins/system/easyfrontendseo/easyfrontendseo.php:280 |
10 | PlgSystemEasyFrontendSeo->buildInternalUrl() | JROOT/plugins/system/easyfrontendseo/easyfrontendseo.php:220 |
9 | PlgSystemEasyFrontendSeo->getCorrectUrlId() | JROOT/plugins/system/easyfrontendseo/easyfrontendseo.php:186 |
8 | PlgSystemEasyFrontendSeo->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:1218 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.31 ms After last query: 0.07 ms Query memory: 0.025 MB Memory before query: 3.222 MB Rows returned: 1
SELECT
id
FROM
j3x_content
WHERE
catid = 105
AND alias = '2011-12-02-10-05-10'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j3x_content | NULL | ref | idx_catid,jr_listing_count,idx_alias | idx_alias | 766 | const | 1 | 5.49 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.09 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.03 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
19 | JDatabaseDriver->loadResult() | JROOT/plugins/system/jreviews_sef/joomla_380/router.php:2331 |
18 | JReviewsRouter->addBackID() | JROOT/plugins/system/jreviews_sef/joomla_380/router.php:1444 |
17 | JReviewsRouter->parseRule() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:596 |
15 | Joomla\CMS\Router\Router->processParseRules() | JROOT/libraries/src/Router/SiteRouter.php:597 |
14 | Joomla\CMS\Router\SiteRouter->processParseRules() | JROOT/libraries/src/Router/Router.php:570 |
13 | Joomla\CMS\Router\Router->_processParseRules() | JROOT/libraries/src/Router/Router.php:216 |
12 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
11 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/plugins/system/easyfrontendseo/easyfrontendseo.php:280 |
10 | PlgSystemEasyFrontendSeo->buildInternalUrl() | JROOT/plugins/system/easyfrontendseo/easyfrontendseo.php:220 |
9 | PlgSystemEasyFrontendSeo->getCorrectUrlId() | JROOT/plugins/system/easyfrontendseo/easyfrontendseo.php:186 |
8 | PlgSystemEasyFrontendSeo->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:1218 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 0.39 ms Query memory: 0.025 MB Memory before query: 3.246 MB Rows returned: 1
SELECT `alias`,`catid`
FROM `j3x_content`
WHERE `id` = 303
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j3x_content | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
21 | JDatabaseDriver->loadObject() | JROOT/components/com_content/helpers/legacyrouter.php:366 |
20 | ContentRouterRulesLegacy->parse() | JROOT/libraries/src/Component/Router/RouterView.php:266 |
19 | Joomla\CMS\Component\Router\RouterView->parse() | JROOT/components/com_content/router.php:270 |
18 | contentParseRoute() | JROOT/plugins/system/jreviews_sef/joomla_380/router.php:1477 |
17 | JReviewsRouter->parseRule() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:596 |
15 | Joomla\CMS\Router\Router->processParseRules() | JROOT/libraries/src/Router/SiteRouter.php:597 |
14 | Joomla\CMS\Router\SiteRouter->processParseRules() | JROOT/libraries/src/Router/Router.php:570 |
13 | Joomla\CMS\Router\Router->_processParseRules() | JROOT/libraries/src/Router/Router.php:216 |
12 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
11 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/plugins/system/easyfrontendseo/easyfrontendseo.php:280 |
10 | PlgSystemEasyFrontendSeo->buildInternalUrl() | JROOT/plugins/system/easyfrontendseo/easyfrontendseo.php:220 |
9 | PlgSystemEasyFrontendSeo->getCorrectUrlId() | JROOT/plugins/system/easyfrontendseo/easyfrontendseo.php:186 |
8 | PlgSystemEasyFrontendSeo->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:1218 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.17 ms After last query: 0.28 ms Query memory: 0.024 MB Memory before query: 3.253 MB Rows returned: 0
SELECT `alias`,`catid`
FROM `j3x_content`
WHERE `id` = 2011
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.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.00 ms |
optimizing | 0.00 ms |
statistics | 0.02 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.02 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/components/com_content/helpers/legacyrouter.php:366 |
16 | ContentRouterRulesLegacy->parse() | JROOT/libraries/src/Component/Router/RouterView.php:266 |
15 | Joomla\CMS\Component\Router\RouterView->parse() | JROOT/libraries/src/Router/SiteRouter.php:438 |
14 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 |
13 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 |
12 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
11 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/plugins/system/easyfrontendseo/easyfrontendseo.php:280 |
10 | PlgSystemEasyFrontendSeo->buildInternalUrl() | JROOT/plugins/system/easyfrontendseo/easyfrontendseo.php:220 |
9 | PlgSystemEasyFrontendSeo->getCorrectUrlId() | JROOT/plugins/system/easyfrontendseo/easyfrontendseo.php:186 |
8 | PlgSystemEasyFrontendSeo->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:1218 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.70 ms After last query: 0.18 ms Query memory: 0.060 MB Memory before query: 3.259 MB Rows returned: 584
SHOW TABLES
EXPLAIN not possible on query: SHOW TABLES
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.00 ms |
statistics | 0.01 ms |
preparing | 0.00 ms |
executing | 0.00 ms |
checking permissions | 2.84 ms |
Sending data | 0.37 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.00 ms |
removing tmp table | 0.15 ms |
closing tables | 0.00 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
10 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/database/driver/mysqli.php:505 |
9 | JDatabaseDriverMysqli->getTableList() | JROOT/plugins/system/jreviews_articleoverrides/jreviews_articleoverrides.php:57 |
8 | PlgSystemJreviews_articleoverrides->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:1218 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.30 ms After last query: 0.38 ms Query memory: 0.022 MB Memory before query: 3.326 MB Rows returned: 51
SELECT id
from j3x_jreviews_categories
WHERE `option` = 'com_content'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j3x_jreviews_categories | NULL | index | option | PRIMARY | 156 | NULL | 59 | 84.75 | Using where; Using index |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.06 ms |
end | 0.01 ms |
query end | 0.00 ms |
closing tables | 0.02 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
9 | JDatabaseDriver->loadColumn() | JROOT/plugins/system/jreviews_articleoverrides/jreviews_articleoverrides.php:66 |
8 | PlgSystemJreviews_articleoverrides->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:1218 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.75 ms After last query: 2.80 ms Query memory: 0.032 MB Memory before query: 3.368 MB Rows returned: 91
SELECT *
FROM `j3x_jcomments_settings`
WHERE `lang` = ''
AND `component` = ''
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j3x_jcomments_settings | NULL | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 91 | 97.80 | Using where |
Status | Duration |
---|
starting | 0.04 ms |
checking permissions | 0.00 ms |
Opening tables | 0.13 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.13 ms |
end | 0.01 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jcomments/classes/config.php:140 |
14 | JCommentsCfg::_load() | 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/components/com_jcomments/classes/config.php:159 |
11 | JCommentsCfg->load() | JROOT/components/com_jcomments/classes/config.php:47 |
10 | JCommentsCfg::getInstance() | JROOT/components/com_jcomments/helpers/system.php:39 |
9 | JCommentsSystemPluginHelper::getCSS() | JROOT/plugins/system/jcomments/jcomments.php:159 |
8 | plgSystemJComments->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:1218 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.57 ms After last query: 0.37 ms Query memory: 0.022 MB Memory before query: 3.373 MB Rows returned: 5
SELECT id, home, template, s.params
FROM j3x_template_styles as s
LEFT JOIN j3x_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
WHERE s.client_id = 0
AND e.enabled = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | s | NULL | ref | idx_template,idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 4 | 100.00 | NULL |
1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 403 | freepate_bikorn.s.template,const | 1 | 5.00 | Using index condition; Using where |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.14 ms |
preparing | 0.02 ms |
executing | 0.00 ms |
Sending data | 0.17 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.02 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
11 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Application/SiteApplication.php:486 |
10 | Joomla\CMS\Application\SiteApplication->getTemplate() | JROOT/components/com_jcomments/helpers/system.php:46 |
9 | JCommentsSystemPluginHelper::getCSS() | JROOT/plugins/system/jcomments/jcomments.php:159 |
8 | plgSystemJComments->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:1218 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.30 ms After last query: 3.92 ms Query memory: 0.104 MB Memory before query: 3.534 MB Rows returned: 563
SELECT `id`,`name`,`rules`,`parent_id`
FROM `j3x_assets`
WHERE `name` LIKE 'com_content.%' OR `name` = 'com_content' OR `parent_id` = 0
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j3x_assets | NULL | ALL | idx_asset_name,idx_parent_id | NO INDEX KEY COULD BE USED | NULL | NULL | 692 | 20.92 | Using where |
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.08 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.87 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:359 |
16 | Joomla\CMS\Access\Access::preloadPermissions() | JROOT/libraries/src/Access/Access.php:226 |
15 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:540 |
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/components/com_content/models/article.php:58 |
11 | ContentModelArticle->populateState() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:457 |
10 | Joomla\CMS\MVC\Model\BaseDatabaseModel->getState() | JROOT/components/com_content/models/article.php:251 |
9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.76 ms After last query: 1.79 ms Query memory: 0.031 MB Memory before query: 4.050 MB Rows returned: 31
SHOW FULL COLUMNS
FROM `j3x_content`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `j3x_content`
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.16 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
Opening tables | 0.02 ms |
checking permissions | 0.03 ms |
checking permissions | 0.02 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Sending data | 0.11 ms |
end | 0.01 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
removing tmp table | 0.03 ms |
closing tables | 0.00 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
14 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:253 |
13 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:172 |
12 | Joomla\CMS\Table\Table->__construct() | JROOT/libraries/src/Table/Content.php:39 |
11 | Joomla\CMS\Table\Content->__construct() | JROOT/libraries/src/Table/Table.php:320 |
10 | Joomla\CMS\Table\Table::getInstance() | JROOT/components/com_content/models/article.php:253 |
9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.41 ms After last query: 4.10 ms Query memory: 0.005 MB Memory before query: 4.344 MB
UPDATE j3x_content
SET `hits` = (`hits` + 1)
WHERE `id` = '303'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | UPDATE | j3x_content | NULL | range | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.04 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.03 ms |
updating | 0.14 ms |
end | 0.01 ms |
query end | 0.00 ms |
closing tables | 0.03 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Table/Table.php:1256 |
10 | Joomla\CMS\Table\Table->hit() | JROOT/components/com_content/models/article.php:254 |
9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.82 ms After last query: 1.39 ms Query memory: 0.023 MB Memory before query: 4.408 MB Rows returned: 1
SELECT a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count
FROM j3x_content AS a
INNER JOIN j3x_categories AS c
on c.id = a.catid
LEFT JOIN j3x_users AS u
on u.id = a.created_by
LEFT JOIN j3x_categories as parent
ON parent.id = c.parent_id
LEFT JOIN j3x_content_rating AS v
ON a.id = v.content_id
WHERE a.id = 303
AND c.published > 0
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-04-25 18:24:51')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-04-25 18:24:51')
AND (a.state = 1 OR a.state =2)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | v | NULL | system | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 0 | 0.00 | const row not found |
1 | SIMPLE | a | NULL | const | PRIMARY,idx_state,idx_catid,jr_listing_count,jr_state | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | c | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | u | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | parent | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.15 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.20 ms |
init | 0.07 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.11 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.05 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.03 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
13 | JDatabaseDriver->loadObject() | JROOT/components/com_content/models/article.php:151 |
12 | ContentModelArticle->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_content/views/article/view.html.php:42 |
10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.78 ms After last query: 2.75 ms Query memory: 0.029 MB Memory before query: 4.514 MB Rows returned: 3
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `j3x_categories` AS `s`
INNER JOIN `j3x_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1)
AND c.published = 1
AND s.id = 105
ORDER BY c.lft
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | s | NULL | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | c | NULL | range | cat_idx,idx_access,idx_left_right | idx_left_right | 4 | NULL | 8 | 71.54 | Using index condition; Using where |
Status | Duration |
---|
starting | 0.13 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.05 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.26 ms |
preparing | 0.02 ms |
Sorting result | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.08 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.04 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
25 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
24 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
23 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/helpers/legacyrouter.php:173 |
22 | ContentRouterRulesLegacy->build() | JROOT/libraries/src/Component/Router/RouterView.php:244 |
21 | Joomla\CMS\Component\Router\RouterView->build() | JROOT/components/com_content/router.php:249 |
20 | contentBuildRoute() | JROOT/plugins/system/jreviews_sef/joomla_380/router.php:2549 |
19 | JReviewsRouter->getArticleRoute() | JROOT/plugins/system/jreviews_sef/joomla_380/router.php:1052 |
18 | JReviewsRouter->buildRule() | Same as call in the line below. |
17 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
16 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
15 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
14 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
13 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
12 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
11 | Joomla\CMS\Router\Route::_() | JROOT/components/com_content/views/article/view.html.php:71 |
10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.59 ms After last query: 0.74 ms Query memory: 0.022 MB Memory before query: 4.543 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `j3x_contentitem_tag_map` AS m
INNER JOIN `j3x_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 303
AND `t`.`published` = 1
AND t.access IN (1,1)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | ALL | idx_tag_type | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | freepate_bikorn.m.tag_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.20 ms |
init | 0.04 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.07 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.04 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
12 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
11 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/views/article/view.html.php:184 |
10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.83 ms After last query: 8.92 ms Query memory: 0.023 MB Memory before query: 5.061 MB Rows returned: 1
SELECT MAX(ordering)
FROM `j3x_extensions`
WHERE `type` = 'plugin'
AND `folder` = 'content'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j3x_extensions | NULL | ref | extension | extension | 82 | const | 276 | 10.00 | Using index condition |
Status | Duration |
---|
starting | 0.04 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.12 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
Sending data | 0.47 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
14 | JDatabaseDriver->loadResult() | JROOT/plugins/content/perfect_everything_in_everyway/perfect_everything_in_everyway.php:54 |
13 | PlgContentPerfect_everything_in_everyway->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
12 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
11 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/components/com_content/views/article/view.html.php:192 |
10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.40 ms After last query: 0.10 ms Query memory: 0.023 MB Memory before query: 5.067 MB Rows returned: 1
SELECT `ordering`
FROM `j3x_extensions`
WHERE `type` = 'plugin'
AND `folder` = 'content'
AND `element` = 'perfect_everything_in_everyway'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j3x_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 886 | const,const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.17 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.04 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
14 | JDatabaseDriver->loadResult() | JROOT/plugins/content/perfect_everything_in_everyway/perfect_everything_in_everyway.php:73 |
13 | PlgContentPerfect_everything_in_everyway->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
12 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
11 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/components/com_content/views/article/view.html.php:192 |
10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.36 ms After last query: 99.03 ms Query memory: 0.025 MB Memory before query: 5.360 MB Rows returned: 0
SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM j3x_fields AS a
LEFT JOIN `j3x_languages` AS l
ON l.lang_code = a.language
LEFT JOIN j3x_users AS uc
ON uc.id=a.checked_out
LEFT JOIN j3x_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN j3x_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN j3x_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `j3x_fields_categories` AS fc
ON fc.field_id = a.id
WHERE a.context = 'com_content.article'
AND (fc.category_id IS NULL OR fc.category_id IN (105,0,130))
AND a.access IN (1,1)
AND (a.group_id = 0 OR g.access IN (1,1))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
ORDER BY a.ordering ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ref | idx_state,idx_access,idx_context | idx_state | 1 | const | 1 | 100.00 | Using index condition; Using where; Using temporary; Using filesort |
1 | SIMPLE | l | NULL | eq_ref | idx_langcode | idx_langcode | 28 | freepate_bikorn.a.language | 1 | 100.00 | Using where |
1 | SIMPLE | uc | NULL | eq_ref | PRIMARY | PRIMARY | 4 | freepate_bikorn.a.checked_out | 1 | 100.00 | NULL |
1 | SIMPLE | ag | NULL | eq_ref | PRIMARY | PRIMARY | 4 | freepate_bikorn.a.access | 1 | 100.00 | Using where |
1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | freepate_bikorn.a.created_user_id | 1 | 100.00 | Using where |
1 | SIMPLE | g | NULL | eq_ref | PRIMARY | PRIMARY | 4 | freepate_bikorn.a.group_id | 1 | 100.00 | Using where |
1 | SIMPLE | fc | NULL | ref | PRIMARY | PRIMARY | 4 | freepate_bikorn.a.id | 1 | 100.00 | Using where; Using index; Distinct |
Status | Duration |
---|
starting | 0.13 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.43 ms |
init | 0.05 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.11 ms |
preparing | 0.03 ms |
Creating tmp table | 0.04 ms |
Sorting result | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.19 ms |
Creating sort index | 0.04 ms |
end | 0.01 ms |
query end | 0.01 ms |
removing tmp table | 0.04 ms |
query end | 0.00 ms |
closing tables | 0.02 ms |
freeing items | 0.04 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
17 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
16 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:189 |
15 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
14 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
13 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.20 ms After last query: 3.65 ms Query memory: 0.023 MB Memory before query: 5.688 MB Rows returned: 0
SELECT DISTINCT plan_id
FROM j3x_osmembership_articles
WHERE article_id = 303
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.04 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
14 | JDatabaseDriver->loadColumn() | JROOT/plugins/content/articlerestriction/articlerestriction.php:32 |
13 | plgContentArticleRestriction->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 1.04 ms Query memory: 0.024 MB Memory before query: 5.727 MB Rows returned: 1
SELECT catid
FROM j3x_content
WHERE id = 303
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j3x_content | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.01 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:304 |
15 | plgContentJreviews->articleinJReviewsCategory() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:288 |
14 | plgContentJreviews->checkJreviewsCategory() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:63 |
13 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.13 ms After last query: 0.05 ms Query memory: 0.024 MB Memory before query: 5.735 MB Rows returned: 1
SELECT
count(*)
FROM
j3x_jreviews_categories AS Category
WHERE
Category.option = 'com_content'
AND
Category.id = 105
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.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:320 |
15 | plgContentJreviews->articleinJReviewsCategory() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:288 |
14 | plgContentJreviews->checkJreviewsCategory() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:63 |
13 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.64 ms After last query: 5.67 ms Query memory: 0.027 MB Memory before query: 6.235 MB Rows returned: 1
SELECT *
FROM `j3x_jcomments_objects`
WHERE `object_id` = '303'
AND `object_group` = 'com_content'
AND `lang` = 'he-IL'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j3x_jcomments_objects | NULL | ref | idx_object | idx_object | 833 | const,const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.00 ms |
Opening tables | 0.25 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.09 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
Sending data | 0.04 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.02 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
23 | JDatabaseDriver->loadObject() | JROOT/components/com_jcomments/models/object.php:28 |
22 | JCommentsModelObject::getObjectInfo() | JROOT/components/com_jcomments/helpers/object.php:117 |
21 | JCommentsObjectHelper::fetchObjectInfo() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
19 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/components/com_jcomments/helpers/object.php:159 |
18 | JCommentsObjectHelper::getObjectInfo() | JROOT/components/com_jcomments/helpers/object.php:46 |
17 | JCommentsObjectHelper::getLink() | JROOT/components/com_jcomments/classes/factory.php:255 |
16 | JCommentsFactory::getTemplate() | JROOT/components/com_jcomments/jcomments.php:194 |
15 | JComments::show() | JROOT/plugins/content/jcomments/jcomments.php:281 |
14 | plgContentJComments->onAfterDisplayContent() | JROOT/plugins/content/jcomments/jcomments.php:338 |
13 | plgContentJComments->onContentAfterDisplay() | JROOT/libraries/joomla/event/event.php:70 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:202 |
10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.57 ms After last query: 0.47 ms Query memory: 0.025 MB Memory before query: 6.226 MB Rows returned: 1
SELECT count(*)
FROM j3x_jcomments AS c
WHERE c.object_id = 303
AND c.object_group = 'com_content'
AND c.published = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | c | NULL | ref | idx_object | idx_object | 772 | const,const,const | 168 | 100.00 | Using index |
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.00 ms |
Opening tables | 0.20 ms |
init | 0.02 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.12 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.06 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
18 | JDatabaseDriver->loadResult() | JROOT/components/com_jcomments/models/jcomments.php:35 |
17 | JCommentsModel::getCommentsCount() | JROOT/components/com_jcomments/jcomments.php:1313 |
16 | JComments::getCommentsCount() | JROOT/components/com_jcomments/jcomments.php:224 |
15 | JComments::show() | JROOT/plugins/content/jcomments/jcomments.php:281 |
14 | plgContentJComments->onAfterDisplayContent() | JROOT/plugins/content/jcomments/jcomments.php:338 |
13 | plgContentJComments->onContentAfterDisplay() | JROOT/libraries/joomla/event/event.php:70 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:202 |
10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.94 ms After last query: 0.28 ms Query memory: 0.235 MB Memory before query: 6.239 MB Rows returned: 165
SELECT c.id, c.parent, c.object_id, c.object_group, c.userid, c.name, c.username, c.title, c.comment
, c.email, c.homepage, c.date, c.date as datetime, c.ip, c.published, c.deleted, c.checked_out, c.checked_out_time
, c.isgood, c.ispoor
, v.value as voted
,
case when c.parent = 0 then unix_timestamp(c.date) else 0 end as threaddate, '' AS object_title, '' AS object_link, 0 AS object_access, 0 AS object_owner
FROM j3x_jcomments AS c
LEFT JOIN j3x_jcomments_votes AS v
ON c.id = v.commentid
AND v.userid = 0
AND v.ip = '18.191.154.2'
WHERE c.object_id = 303
AND c.object_group = 'com_content'
AND c.published = 1
ORDER BY c.parent, c.date ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | c | NULL | ref | idx_object | idx_object | 772 | const,const,const | 168 | 100.00 | Using index condition; Using filesort |
1 | SIMPLE | v | NULL | ref | idx_comment,idx_user | idx_comment | 8 | freepate_bikorn.c.id,const | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.11 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
Opening tables | 0.22 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.15 ms |
preparing | 0.02 ms |
Sorting result | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.02 ms |
Creating sort index | 3.12 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
18 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jcomments/models/jcomments.php:80 |
17 | JCommentsModel::getCommentsList() | JROOT/components/com_jcomments/jcomments.php:799 |
16 | JComments::getCommentsTree() | JROOT/components/com_jcomments/jcomments.php:269 |
15 | JComments::show() | JROOT/plugins/content/jcomments/jcomments.php:281 |
14 | plgContentJComments->onAfterDisplayContent() | JROOT/plugins/content/jcomments/jcomments.php:338 |
13 | plgContentJComments->onContentAfterDisplay() | JROOT/libraries/joomla/event/event.php:70 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:202 |
10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.43 ms After last query: 3.73 ms Query memory: 0.030 MB Memory before query: 6.871 MB Rows returned: 12
SELECT *
FROM `j3x_jcomments_custom_bbcodes`
WHERE `published` = 1
ORDER BY ordering
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j3x_jcomments_custom_bbcodes | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 12 | 10.00 | Using where; Using filesort |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.01 ms |
Opening tables | 0.26 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
Sorting result | 0.00 ms |
executing | 0.01 ms |
Sending data | 0.02 ms |
Creating sort index | 0.14 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.06 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
20 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jcomments/classes/custombbcode.php:43 |
19 | JCommentsCustomBBCode->__construct() | JROOT/components/com_jcomments/classes/factory.php:157 |
18 | JCommentsFactory::getCustomBBCode() | JROOT/components/com_jcomments/jcomments.php:1024 |
17 | JComments::prepareComment() | JROOT/components/com_jcomments/jcomments.php:839 |
16 | JComments::getCommentsTree() | JROOT/components/com_jcomments/jcomments.php:269 |
15 | JComments::show() | JROOT/plugins/content/jcomments/jcomments.php:281 |
14 | plgContentJComments->onAfterDisplayContent() | JROOT/plugins/content/jcomments/jcomments.php:338 |
13 | plgContentJComments->onContentAfterDisplay() | JROOT/libraries/joomla/event/event.php:70 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:202 |
10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.40 ms After last query: 81.30 ms Query memory: 0.024 MB Memory before query: 7.019 MB Rows returned: 0
SELECT `id`
FROM `j3x_jcomments_mailq`
ORDER BY `priority` desc
LIMIT 10
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.04 ms |
checking permissions | 0.00 ms |
Opening tables | 0.16 ms |
init | 0.01 ms |
System lock | 0.00 ms |
optimizing | 0.00 ms |
statistics | 0.01 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jcomments/helpers/notification.php:78 |
16 | JCommentsNotificationHelper::send() | JROOT/components/com_jcomments/jcomments.php:289 |
15 | JComments::show() | JROOT/plugins/content/jcomments/jcomments.php:281 |
14 | plgContentJComments->onAfterDisplayContent() | JROOT/plugins/content/jcomments/jcomments.php:338 |
13 | plgContentJComments->onContentAfterDisplay() | JROOT/libraries/joomla/event/event.php:70 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:202 |
10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 4.02 ms After last query: 10.38 ms Query memory: 0.168 MB Memory before query: 7.682 MB Rows returned: 68
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params,am.mirror_id, am.params AS advancedparams, 0 AS menuid, m.publish_up, m.publish_down
FROM j3x_modules AS m
LEFT JOIN j3x_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
LEFT JOIN j3x_advancedmodules as am
ON am.moduleid = m.id
WHERE m.published = 1
AND e.enabled = 1
AND m.access IN (1,1)
AND m.client_id = 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 | ref | published,newsfeeds | published | 1 | const | 106 | 2.00 | Using index condition; Using where; Using filesort |
1 | SIMPLE | am | NULL | eq_ref | PRIMARY | PRIMARY | 4 | freepate_bikorn.m.id | 1 | 100.00 | NULL |
1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 403 | freepate_bikorn.m.module,const | 1 | 10.00 | Using index condition; Using where |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.02 ms |
Sorting result | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 3.60 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.03 ms |
freeing items | 0.03 ms |
cleaning up | 0.08 ms |
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
19 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:413 |
18 | PlgSystemAdvancedModuleHelper->getModuleList() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:127 |
17 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
16 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
15 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
14 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
13 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:591 |
12 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:54 |
11 | Warp\Joomla\Helper\WidgetsHelper->count() | JROOT/templates/yoo_lava/layouts/theme.config.php:26 |
10 | include JROOT/templates/yoo_lava/layouts/theme.config.php | JROOT/templates/yoo_lava/layouts/theme.php:10 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.89 ms After last query: 14.37 ms Query memory: 0.027 MB Memory before query: 8.188 MB Rows returned: 1
SELECT t.parent_id
FROM j3x_menu as t
WHERE t.id = 1400
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | t | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
23 | JDatabaseDriver->loadResult() | JROOT/libraries/regularlabs/src/Condition.php:314 |
22 | RegularLabs\Library\Condition->getParentIds() | JROOT/libraries/regularlabs/src/Condition/Menu.php:70 |
21 | RegularLabs\Library\Condition\Menu->getMenuParentIds() | JROOT/libraries/regularlabs/src/Condition/Menu.php:53 |
20 | RegularLabs\Library\Condition\Menu->pass() | JROOT/libraries/regularlabs/src/Conditions.php:253 |
19 | RegularLabs\Library\Conditions::passByType() | JROOT/libraries/regularlabs/src/Conditions.php:63 |
18 | RegularLabs\Library\Conditions::pass() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:178 |
17 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
16 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
15 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
14 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
13 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:591 |
12 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:54 |
11 | Warp\Joomla\Helper\WidgetsHelper->count() | JROOT/templates/yoo_lava/layouts/theme.config.php:26 |
10 | include JROOT/templates/yoo_lava/layouts/theme.config.php | JROOT/templates/yoo_lava/layouts/theme.php:10 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.20 ms After last query: 0.09 ms Query memory: 0.027 MB Memory before query: 8.200 MB Rows returned: 1
SELECT t.parent_id
FROM j3x_menu as t
WHERE t.id = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | t | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
23 | JDatabaseDriver->loadResult() | JROOT/libraries/regularlabs/src/Condition.php:314 |
22 | RegularLabs\Library\Condition->getParentIds() | JROOT/libraries/regularlabs/src/Condition/Menu.php:70 |
21 | RegularLabs\Library\Condition\Menu->getMenuParentIds() | JROOT/libraries/regularlabs/src/Condition/Menu.php:53 |
20 | RegularLabs\Library\Condition\Menu->pass() | JROOT/libraries/regularlabs/src/Conditions.php:253 |
19 | RegularLabs\Library\Conditions::passByType() | JROOT/libraries/regularlabs/src/Conditions.php:63 |
18 | RegularLabs\Library\Conditions::pass() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:178 |
17 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
16 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
15 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
14 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
13 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:591 |
12 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:54 |
11 | Warp\Joomla\Helper\WidgetsHelper->count() | JROOT/templates/yoo_lava/layouts/theme.config.php:26 |
10 | include JROOT/templates/yoo_lava/layouts/theme.config.php | JROOT/templates/yoo_lava/layouts/theme.php:10 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.31 ms After last query: 0.75 ms Query memory: 0.028 MB Memory before query: 8.221 MB Rows returned: 1
SELECT *
FROM j3x_content
WHERE `id` = '303'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j3x_content | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.03 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
23 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:739 |
22 | Joomla\CMS\Table\Table->load() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:145 |
21 | RegularLabs\Library\Condition\ContentCategory->getCategoryIds() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:92 |
20 | RegularLabs\Library\Condition\ContentCategory->pass() | JROOT/libraries/regularlabs/src/Conditions.php:253 |
19 | RegularLabs\Library\Conditions::passByType() | JROOT/libraries/regularlabs/src/Conditions.php:63 |
18 | RegularLabs\Library\Conditions::pass() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:178 |
17 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
16 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
15 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
14 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
13 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:591 |
12 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:54 |
11 | Warp\Joomla\Helper\WidgetsHelper->count() | JROOT/templates/yoo_lava/layouts/theme.config.php:26 |
10 | include JROOT/templates/yoo_lava/layouts/theme.config.php | JROOT/templates/yoo_lava/layouts/theme.php:10 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.27 ms After last query: 0.73 ms Query memory: 0.028 MB Memory before query: 8.256 MB Rows returned: 1
SELECT *
FROM j3x_content
WHERE `id` = '303'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j3x_content | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.00 ms |
optimizing | 0.00 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.03 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
23 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:739 |
22 | Joomla\CMS\Table\Table->load() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:145 |
21 | RegularLabs\Library\Condition\ContentCategory->getCategoryIds() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:92 |
20 | RegularLabs\Library\Condition\ContentCategory->pass() | JROOT/libraries/regularlabs/src/Conditions.php:253 |
19 | RegularLabs\Library\Conditions::passByType() | JROOT/libraries/regularlabs/src/Conditions.php:63 |
18 | RegularLabs\Library\Conditions::pass() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:178 |
17 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
16 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
15 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
14 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
13 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:591 |
12 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:54 |
11 | Warp\Joomla\Helper\WidgetsHelper->count() | JROOT/templates/yoo_lava/layouts/theme.config.php:26 |
10 | include JROOT/templates/yoo_lava/layouts/theme.config.php | JROOT/templates/yoo_lava/layouts/theme.php:10 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 1.28 ms Query memory: 0.028 MB Memory before query: 8.323 MB Rows returned: 1
SELECT *
FROM j3x_content
WHERE `id` = '303'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j3x_content | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
23 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:739 |
22 | Joomla\CMS\Table\Table->load() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:145 |
21 | RegularLabs\Library\Condition\ContentCategory->getCategoryIds() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:92 |
20 | RegularLabs\Library\Condition\ContentCategory->pass() | JROOT/libraries/regularlabs/src/Conditions.php:253 |
19 | RegularLabs\Library\Conditions::passByType() | JROOT/libraries/regularlabs/src/Conditions.php:63 |
18 | RegularLabs\Library\Conditions::pass() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:178 |
17 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
16 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
15 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
14 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
13 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:591 |
12 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:54 |
11 | Warp\Joomla\Helper\WidgetsHelper->count() | JROOT/templates/yoo_lava/layouts/theme.config.php:26 |
10 | include JROOT/templates/yoo_lava/layouts/theme.config.php | JROOT/templates/yoo_lava/layouts/theme.php:10 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 0.62 ms Query memory: 0.028 MB Memory before query: 8.367 MB Rows returned: 1
SELECT *
FROM j3x_content
WHERE `id` = '303'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j3x_content | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
23 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:739 |
22 | Joomla\CMS\Table\Table->load() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:145 |
21 | RegularLabs\Library\Condition\ContentCategory->getCategoryIds() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:92 |
20 | RegularLabs\Library\Condition\ContentCategory->pass() | JROOT/libraries/regularlabs/src/Conditions.php:253 |
19 | RegularLabs\Library\Conditions::passByType() | JROOT/libraries/regularlabs/src/Conditions.php:63 |
18 | RegularLabs\Library\Conditions::pass() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:178 |
17 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
16 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
15 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
14 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
13 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:591 |
12 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:54 |
11 | Warp\Joomla\Helper\WidgetsHelper->count() | JROOT/templates/yoo_lava/layouts/theme.config.php:26 |
10 | include JROOT/templates/yoo_lava/layouts/theme.config.php | JROOT/templates/yoo_lava/layouts/theme.php:10 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 0.72 ms Query memory: 0.028 MB Memory before query: 8.404 MB Rows returned: 1
SELECT *
FROM j3x_content
WHERE `id` = '303'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j3x_content | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
23 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:739 |
22 | Joomla\CMS\Table\Table->load() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:145 |
21 | RegularLabs\Library\Condition\ContentCategory->getCategoryIds() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:92 |
20 | RegularLabs\Library\Condition\ContentCategory->pass() | JROOT/libraries/regularlabs/src/Conditions.php:253 |
19 | RegularLabs\Library\Conditions::passByType() | JROOT/libraries/regularlabs/src/Conditions.php:63 |
18 | RegularLabs\Library\Conditions::pass() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:178 |
17 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
16 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
15 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
14 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
13 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:591 |
12 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:54 |
11 | Warp\Joomla\Helper\WidgetsHelper->count() | JROOT/templates/yoo_lava/layouts/theme.config.php:26 |
10 | include JROOT/templates/yoo_lava/layouts/theme.config.php | JROOT/templates/yoo_lava/layouts/theme.php:10 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 0.45 ms Query memory: 0.028 MB Memory before query: 8.439 MB Rows returned: 1
SELECT *
FROM j3x_content
WHERE `id` = '303'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j3x_content | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.00 ms |
optimizing | 0.00 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
23 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:739 |
22 | Joomla\CMS\Table\Table->load() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:145 |
21 | RegularLabs\Library\Condition\ContentCategory->getCategoryIds() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:92 |
20 | RegularLabs\Library\Condition\ContentCategory->pass() | JROOT/libraries/regularlabs/src/Conditions.php:253 |
19 | RegularLabs\Library\Conditions::passByType() | JROOT/libraries/regularlabs/src/Conditions.php:63 |
18 | RegularLabs\Library\Conditions::pass() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:178 |
17 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
16 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
15 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
14 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
13 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:591 |
12 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:54 |
11 | Warp\Joomla\Helper\WidgetsHelper->count() | JROOT/templates/yoo_lava/layouts/theme.config.php:26 |
10 | include JROOT/templates/yoo_lava/layouts/theme.config.php | JROOT/templates/yoo_lava/layouts/theme.php:10 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.23 ms After last query: 0.65 ms Query memory: 0.028 MB Memory before query: 8.481 MB Rows returned: 1
SELECT *
FROM j3x_content
WHERE `id` = '303'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j3x_content | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
Sending data | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
23 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:739 |
22 | Joomla\CMS\Table\Table->load() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:145 |
21 | RegularLabs\Library\Condition\ContentCategory->getCategoryIds() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:92 |
20 | RegularLabs\Library\Condition\ContentCategory->pass() | JROOT/libraries/regularlabs/src/Conditions.php:253 |
19 | RegularLabs\Library\Conditions::passByType() | JROOT/libraries/regularlabs/src/Conditions.php:63 |
18 | RegularLabs\Library\Conditions::pass() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:178 |
17 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
16 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
15 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
14 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
13 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:591 |
12 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:54 |
11 | Warp\Joomla\Helper\WidgetsHelper->count() | JROOT/templates/yoo_lava/layouts/theme.config.php:26 |
10 | include JROOT/templates/yoo_lava/layouts/theme.config.php | JROOT/templates/yoo_lava/layouts/theme.php:10 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.28 ms After last query: 0.73 ms Query memory: 0.028 MB Memory before query: 8.513 MB Rows returned: 1
SELECT *
FROM j3x_content
WHERE `id` = '303'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j3x_content | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.03 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
23 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:739 |
22 | Joomla\CMS\Table\Table->load() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:145 |
21 | RegularLabs\Library\Condition\ContentCategory->getCategoryIds() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:92 |
20 | RegularLabs\Library\Condition\ContentCategory->pass() | JROOT/libraries/regularlabs/src/Conditions.php:253 |
19 | RegularLabs\Library\Conditions::passByType() | JROOT/libraries/regularlabs/src/Conditions.php:63 |
18 | RegularLabs\Library\Conditions::pass() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:178 |
17 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
16 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
15 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
14 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
13 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:591 |
12 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:54 |
11 | Warp\Joomla\Helper\WidgetsHelper->count() | JROOT/templates/yoo_lava/layouts/theme.config.php:26 |
10 | include JROOT/templates/yoo_lava/layouts/theme.config.php | JROOT/templates/yoo_lava/layouts/theme.php:10 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 1.05 ms Query memory: 0.028 MB Memory before query: 8.582 MB Rows returned: 1
SELECT *
FROM j3x_content
WHERE `id` = '303'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j3x_content | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.03 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.05 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
23 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:739 |
22 | Joomla\CMS\Table\Table->load() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:145 |
21 | RegularLabs\Library\Condition\ContentCategory->getCategoryIds() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:92 |
20 | RegularLabs\Library\Condition\ContentCategory->pass() | JROOT/libraries/regularlabs/src/Conditions.php:253 |
19 | RegularLabs\Library\Conditions::passByType() | JROOT/libraries/regularlabs/src/Conditions.php:63 |
18 | RegularLabs\Library\Conditions::pass() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:178 |
17 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
16 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
15 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
14 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
13 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:591 |
12 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:54 |
11 | Warp\Joomla\Helper\WidgetsHelper->count() | JROOT/templates/yoo_lava/layouts/theme.config.php:26 |
10 | include JROOT/templates/yoo_lava/layouts/theme.config.php | JROOT/templates/yoo_lava/layouts/theme.php:10 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.31 ms After last query: 0.70 ms Query memory: 0.028 MB Memory before query: 8.620 MB Rows returned: 1
SELECT *
FROM j3x_content
WHERE `id` = '303'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j3x_content | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.03 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.04 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
23 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:739 |
22 | Joomla\CMS\Table\Table->load() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:145 |
21 | RegularLabs\Library\Condition\ContentCategory->getCategoryIds() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:92 |
20 | RegularLabs\Library\Condition\ContentCategory->pass() | JROOT/libraries/regularlabs/src/Conditions.php:253 |
19 | RegularLabs\Library\Conditions::passByType() | JROOT/libraries/regularlabs/src/Conditions.php:63 |
18 | RegularLabs\Library\Conditions::pass() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:178 |
17 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
16 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
15 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
14 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
13 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:591 |
12 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:54 |
11 | Warp\Joomla\Helper\WidgetsHelper->count() | JROOT/templates/yoo_lava/layouts/theme.config.php:26 |
10 | include JROOT/templates/yoo_lava/layouts/theme.config.php | JROOT/templates/yoo_lava/layouts/theme.php:10 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.19 ms After last query: 0.13 ms Query memory: 0.027 MB Memory before query: 8.633 MB Rows returned: 1
SELECT t.parent_id
FROM j3x_categories as t
WHERE t.id = 105
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | t | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
23 | JDatabaseDriver->loadResult() | JROOT/libraries/regularlabs/src/Condition.php:314 |
22 | RegularLabs\Library\Condition->getParentIds() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:178 |
21 | RegularLabs\Library\Condition\ContentCategory->getCatParentIds() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:111 |
20 | RegularLabs\Library\Condition\ContentCategory->pass() | JROOT/libraries/regularlabs/src/Conditions.php:253 |
19 | RegularLabs\Library\Conditions::passByType() | JROOT/libraries/regularlabs/src/Conditions.php:63 |
18 | RegularLabs\Library\Conditions::pass() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:178 |
17 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
16 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
15 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
14 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
13 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:591 |
12 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:54 |
11 | Warp\Joomla\Helper\WidgetsHelper->count() | JROOT/templates/yoo_lava/layouts/theme.config.php:26 |
10 | include JROOT/templates/yoo_lava/layouts/theme.config.php | JROOT/templates/yoo_lava/layouts/theme.php:10 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.20 ms After last query: 0.09 ms Query memory: 0.027 MB Memory before query: 8.644 MB Rows returned: 1
SELECT t.parent_id
FROM j3x_categories as t
WHERE t.id = 130
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | t | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
23 | JDatabaseDriver->loadResult() | JROOT/libraries/regularlabs/src/Condition.php:314 |
22 | RegularLabs\Library\Condition->getParentIds() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:178 |
21 | RegularLabs\Library\Condition\ContentCategory->getCatParentIds() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:111 |
20 | RegularLabs\Library\Condition\ContentCategory->pass() | JROOT/libraries/regularlabs/src/Conditions.php:253 |
19 | RegularLabs\Library\Conditions::passByType() | JROOT/libraries/regularlabs/src/Conditions.php:63 |
18 | RegularLabs\Library\Conditions::pass() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:178 |
17 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
16 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
15 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
14 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
13 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:591 |
12 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:54 |
11 | Warp\Joomla\Helper\WidgetsHelper->count() | JROOT/templates/yoo_lava/layouts/theme.config.php:26 |
10 | include JROOT/templates/yoo_lava/layouts/theme.config.php | JROOT/templates/yoo_lava/layouts/theme.php:10 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.23 ms After last query: 0.08 ms Query memory: 0.033 MB Memory before query: 8.665 MB Rows returned: 1
SELECT t.parent_id
FROM j3x_categories as t
WHERE t.id = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | t | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
23 | JDatabaseDriver->loadResult() | JROOT/libraries/regularlabs/src/Condition.php:314 |
22 | RegularLabs\Library\Condition->getParentIds() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:178 |
21 | RegularLabs\Library\Condition\ContentCategory->getCatParentIds() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:111 |
20 | RegularLabs\Library\Condition\ContentCategory->pass() | JROOT/libraries/regularlabs/src/Conditions.php:253 |
19 | RegularLabs\Library\Conditions::passByType() | JROOT/libraries/regularlabs/src/Conditions.php:63 |
18 | RegularLabs\Library\Conditions::pass() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:178 |
17 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
16 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
15 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
14 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
13 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:591 |
12 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:54 |
11 | Warp\Joomla\Helper\WidgetsHelper->count() | JROOT/templates/yoo_lava/layouts/theme.config.php:26 |
10 | include JROOT/templates/yoo_lava/layouts/theme.config.php | JROOT/templates/yoo_lava/layouts/theme.php:10 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.45 ms After last query: 0.85 ms Query memory: 0.028 MB Memory before query: 8.705 MB Rows returned: 1
SELECT *
FROM j3x_content
WHERE `id` = '303'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j3x_content | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.00 ms |
optimizing | 0.00 ms |
statistics | 0.07 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.03 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 3.12 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
23 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:739 |
22 | Joomla\CMS\Table\Table->load() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:145 |
21 | RegularLabs\Library\Condition\ContentCategory->getCategoryIds() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:92 |
20 | RegularLabs\Library\Condition\ContentCategory->pass() | JROOT/libraries/regularlabs/src/Conditions.php:253 |
19 | RegularLabs\Library\Conditions::passByType() | JROOT/libraries/regularlabs/src/Conditions.php:63 |
18 | RegularLabs\Library\Conditions::pass() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:178 |
17 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
16 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
15 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
14 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
13 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:591 |
12 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:54 |
11 | Warp\Joomla\Helper\WidgetsHelper->count() | JROOT/templates/yoo_lava/layouts/theme.config.php:26 |
10 | include JROOT/templates/yoo_lava/layouts/theme.config.php | JROOT/templates/yoo_lava/layouts/theme.php:10 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.28 ms After last query: 0.87 ms Query memory: 0.028 MB Memory before query: 8.735 MB Rows returned: 1
SELECT *
FROM j3x_content
WHERE `id` = '303'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j3x_content | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.03 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
Sending data | 0.03 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
23 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:739 |
22 | Joomla\CMS\Table\Table->load() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:145 |
21 | RegularLabs\Library\Condition\ContentCategory->getCategoryIds() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:92 |
20 | RegularLabs\Library\Condition\ContentCategory->pass() | JROOT/libraries/regularlabs/src/Conditions.php:253 |
19 | RegularLabs\Library\Conditions::passByType() | JROOT/libraries/regularlabs/src/Conditions.php:63 |
18 | RegularLabs\Library\Conditions::pass() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:178 |
17 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
16 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
15 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
14 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
13 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:591 |
12 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:54 |
11 | Warp\Joomla\Helper\WidgetsHelper->count() | JROOT/templates/yoo_lava/layouts/theme.config.php:26 |
10 | include JROOT/templates/yoo_lava/layouts/theme.config.php | JROOT/templates/yoo_lava/layouts/theme.php:10 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.47 ms After last query: 1.08 ms Query memory: 0.028 MB Memory before query: 8.772 MB Rows returned: 1
SELECT *
FROM j3x_content
WHERE `id` = '303'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j3x_content | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.17 ms |
init | 0.03 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.03 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
23 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:739 |
22 | Joomla\CMS\Table\Table->load() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:145 |
21 | RegularLabs\Library\Condition\ContentCategory->getCategoryIds() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:92 |
20 | RegularLabs\Library\Condition\ContentCategory->pass() | JROOT/libraries/regularlabs/src/Conditions.php:253 |
19 | RegularLabs\Library\Conditions::passByType() | JROOT/libraries/regularlabs/src/Conditions.php:63 |
18 | RegularLabs\Library\Conditions::pass() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:178 |
17 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
16 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
15 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
14 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
13 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:591 |
12 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:54 |
11 | Warp\Joomla\Helper\WidgetsHelper->count() | JROOT/templates/yoo_lava/layouts/theme.config.php:26 |
10 | include JROOT/templates/yoo_lava/layouts/theme.config.php | JROOT/templates/yoo_lava/layouts/theme.php:10 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.31 ms After last query: 0.70 ms Query memory: 0.028 MB Memory before query: 8.801 MB Rows returned: 1
SELECT *
FROM j3x_content
WHERE `id` = '303'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j3x_content | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.03 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
23 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:739 |
22 | Joomla\CMS\Table\Table->load() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:145 |
21 | RegularLabs\Library\Condition\ContentCategory->getCategoryIds() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:92 |
20 | RegularLabs\Library\Condition\ContentCategory->pass() | JROOT/libraries/regularlabs/src/Conditions.php:253 |
19 | RegularLabs\Library\Conditions::passByType() | JROOT/libraries/regularlabs/src/Conditions.php:63 |
18 | RegularLabs\Library\Conditions::pass() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:178 |
17 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
16 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
15 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
14 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
13 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:591 |
12 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:54 |
11 | Warp\Joomla\Helper\WidgetsHelper->count() | JROOT/templates/yoo_lava/layouts/theme.config.php:26 |
10 | include JROOT/templates/yoo_lava/layouts/theme.config.php | JROOT/templates/yoo_lava/layouts/theme.php:10 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.41 ms After last query: 0.63 ms Query memory: 0.028 MB Memory before query: 8.830 MB Rows returned: 1
SELECT *
FROM j3x_content
WHERE `id` = '303'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j3x_content | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.03 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
23 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:739 |
22 | Joomla\CMS\Table\Table->load() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:145 |
21 | RegularLabs\Library\Condition\ContentCategory->getCategoryIds() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:92 |
20 | RegularLabs\Library\Condition\ContentCategory->pass() | JROOT/libraries/regularlabs/src/Conditions.php:253 |
19 | RegularLabs\Library\Conditions::passByType() | JROOT/libraries/regularlabs/src/Conditions.php:63 |
18 | RegularLabs\Library\Conditions::pass() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:178 |
17 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
16 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
15 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
14 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
13 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:591 |
12 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:54 |
11 | Warp\Joomla\Helper\WidgetsHelper->count() | JROOT/templates/yoo_lava/layouts/theme.config.php:26 |
10 | include JROOT/templates/yoo_lava/layouts/theme.config.php | JROOT/templates/yoo_lava/layouts/theme.php:10 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.40 ms After last query: 1.15 ms Query memory: 0.028 MB Memory before query: 8.869 MB Rows returned: 1
SELECT *
FROM j3x_content
WHERE `id` = '303'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j3x_content | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
23 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:739 |
22 | Joomla\CMS\Table\Table->load() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:145 |
21 | RegularLabs\Library\Condition\ContentCategory->getCategoryIds() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:92 |
20 | RegularLabs\Library\Condition\ContentCategory->pass() | JROOT/libraries/regularlabs/src/Conditions.php:253 |
19 | RegularLabs\Library\Conditions::passByType() | JROOT/libraries/regularlabs/src/Conditions.php:63 |
18 | RegularLabs\Library\Conditions::pass() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:178 |
17 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
16 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
15 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
14 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
13 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:591 |
12 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:54 |
11 | Warp\Joomla\Helper\WidgetsHelper->count() | JROOT/templates/yoo_lava/layouts/theme.config.php:26 |
10 | include JROOT/templates/yoo_lava/layouts/theme.config.php | JROOT/templates/yoo_lava/layouts/theme.php:10 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.83 ms After last query: 1.07 ms Query memory: 0.027 MB Memory before query: 8.851 MB Rows returned: 51
SELECT
id
FROM
j3x_jreviews_categories
WHERE
`option` = 'com_content'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j3x_jreviews_categories | NULL | index | option | PRIMARY | 156 | NULL | 59 | 84.75 | Using where; Using index |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.04 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
18 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/jreviews_sef/joomla_380/jreviews_sef.php:203 |
17 | JReviewsPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
16 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
15 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:378 |
14 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
13 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:591 |
12 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:54 |
11 | Warp\Joomla\Helper\WidgetsHelper->count() | JROOT/templates/yoo_lava/layouts/theme.config.php:26 |
10 | include JROOT/templates/yoo_lava/layouts/theme.config.php | JROOT/templates/yoo_lava/layouts/theme.php:10 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 17.71 ms After last query: 0.14 ms Query memory: 0.025 MB Memory before query: 8.887 MB Rows returned: 1
SELECT
catid
FROM
j3x_content
WHERE
id = 303
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j3x_content | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.00 ms |
init | 0.01 ms |
System lock | 0.00 ms |
Waiting for table level lock | 16.93 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
18 | JDatabaseDriver->loadResult() | JROOT/plugins/system/jreviews_sef/joomla_380/jreviews_sef.php:221 |
17 | JReviewsPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
16 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
15 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:378 |
14 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
13 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:591 |
12 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:54 |
11 | Warp\Joomla\Helper\WidgetsHelper->count() | JROOT/templates/yoo_lava/layouts/theme.config.php:26 |
10 | include JROOT/templates/yoo_lava/layouts/theme.config.php | JROOT/templates/yoo_lava/layouts/theme.php:10 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.28 ms After last query: 9.20 ms Query memory: 0.012 MB Memory before query: 9.473 MB
SET SQL_BIG_SELECTS=1
EXPLAIN not possible on query: SET SQL_BIG_SELECTS=1
Status | Duration |
---|
starting | 0.02 ms |
Opening tables | 0.01 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
22 | JDatabase->query() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/model_joomla.php:72 |
21 | S2Model->query() | JROOT/components/com_jreviews/jreviews/framework.php:92 |
20 | require_once JROOT/components/com_jreviews/jreviews/framework.php | JROOT/components/com_jreviews/jreviews/includes/modules/helper.php:27 |
19 | JreviewsModuleHelper::renderModule() | Same as call in the line below. |
18 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
17 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:566 |
16 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/components/com_jreviews/jreviews/includes/modules/helper.php:153 |
15 | JreviewsModuleHelper::moduleCache() | JROOT/modules/mod_jreviews_advsearch/mod_jreviews_advsearch.php:40 |
14 | include JROOT/modules/mod_jreviews_advsearch/mod_jreviews_advsearch.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
13 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
12 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
11 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_lava/layouts/theme.config.php:67 |
10 | include JROOT/templates/yoo_lava/layouts/theme.config.php | JROOT/templates/yoo_lava/layouts/theme.php:10 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.92 ms After last query: 0.16 ms Query memory: 0.028 MB Memory before query: 9.487 MB Rows returned: 2
SHOW TABLES LIKE '%_jreviews_config'
EXPLAIN not possible on query: SHOW TABLES LIKE '%_jreviews_config'
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.00 ms |
statistics | 0.00 ms |
preparing | 0.00 ms |
executing | 0.00 ms |
checking permissions | 1.71 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
removing tmp table | 0.00 ms |
closing tables | 0.00 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
23 | JDatabaseDriver->loadResult() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/model_joomla.php:72 |
22 | S2Model->query() | JROOT/components/com_jreviews/jreviews/models/configuration.php:40 |
21 | JReviews\Models\ConfigurationModel::tableCreated() | JROOT/components/com_jreviews/jreviews/framework.php:94 |
20 | require_once JROOT/components/com_jreviews/jreviews/framework.php | JROOT/components/com_jreviews/jreviews/includes/modules/helper.php:27 |
19 | JreviewsModuleHelper::renderModule() | Same as call in the line below. |
18 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
17 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:566 |
16 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/components/com_jreviews/jreviews/includes/modules/helper.php:153 |
15 | JreviewsModuleHelper::moduleCache() | JROOT/modules/mod_jreviews_advsearch/mod_jreviews_advsearch.php:40 |
14 | include JROOT/modules/mod_jreviews_advsearch/mod_jreviews_advsearch.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
13 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
12 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
11 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_lava/layouts/theme.config.php:67 |
10 | include JROOT/templates/yoo_lava/layouts/theme.config.php | JROOT/templates/yoo_lava/layouts/theme.php:10 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.02 ms After last query: 0.17 ms Query memory: 0.028 MB Memory before query: 9.499 MB Rows returned: 1
SELECT value
FROM j3x_jreviews_config
WHERE id = 'cms_secret'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j3x_jreviews_config | NULL | const | PRIMARY | PRIMARY | 767 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
22 | JDatabaseDriver->loadResult() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/model_joomla.php:72 |
21 | S2Model->query() | JROOT/components/com_jreviews/jreviews/framework.php:99 |
20 | require_once JROOT/components/com_jreviews/jreviews/framework.php | JROOT/components/com_jreviews/jreviews/includes/modules/helper.php:27 |
19 | JreviewsModuleHelper::renderModule() | Same as call in the line below. |
18 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
17 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:566 |
16 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/components/com_jreviews/jreviews/includes/modules/helper.php:153 |
15 | JreviewsModuleHelper::moduleCache() | JROOT/modules/mod_jreviews_advsearch/mod_jreviews_advsearch.php:40 |
14 | include JROOT/modules/mod_jreviews_advsearch/mod_jreviews_advsearch.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
13 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
12 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
11 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_lava/layouts/theme.config.php:67 |
10 | include JROOT/templates/yoo_lava/layouts/theme.config.php | JROOT/templates/yoo_lava/layouts/theme.php:10 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.48 ms After last query: 3.22 ms Query memory: 0.028 MB Memory before query: 9.925 MB Rows returned: 4
SELECT name
FROM j3x_jreviews_addons
WHERE state = 1
ORDER BY ordering
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j3x_jreviews_addons | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 4 | 25.00 | Using where; Using filesort |
Status | Duration |
---|
starting | 0.04 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
Sorting result | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.04 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
22 | JDatabaseDriver->loadColumn() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/model_joomla.php:72 |
21 | S2Model->query() | JROOT/components/com_jreviews/jreviews/framework.php:174 |
20 | require_once JROOT/components/com_jreviews/jreviews/framework.php | JROOT/components/com_jreviews/jreviews/includes/modules/helper.php:27 |
19 | JreviewsModuleHelper::renderModule() | Same as call in the line below. |
18 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
17 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:566 |
16 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/components/com_jreviews/jreviews/includes/modules/helper.php:153 |
15 | JreviewsModuleHelper::moduleCache() | JROOT/modules/mod_jreviews_advsearch/mod_jreviews_advsearch.php:40 |
14 | include JROOT/modules/mod_jreviews_advsearch/mod_jreviews_advsearch.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
13 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
12 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
11 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_lava/layouts/theme.config.php:67 |
10 | include JROOT/templates/yoo_lava/layouts/theme.config.php | JROOT/templates/yoo_lava/layouts/theme.php:10 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.05 ms After last query: 31.44 ms Query memory: 0.015 MB Memory before query: 13.091 MB
INSERT INTO j3x_jreviews_config ( id, value )
VALUES ('media_likes_rebuild_last','1745605491')
ON DUPLICATE KEY UPDATE value =
VALUES(value)
EXPLAIN not possible on query: INSERT INTO j3x_jreviews_config ( id, value ) VALUES ('media_likes_rebuild_last','1745605491') ON DUPLICATE KEY UPDATE value = VALUES(value)
Status | Duration |
---|
starting | 0.04 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.02 ms |
System lock | 0.00 ms |
update | 0.04 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.03 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
32 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
31 | JDatabase->query() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/model_joomla.php:72 |
30 | S2Model->query() | JROOT/components/com_jreviews/jreviews/models/configuration.php:82 |
29 | JReviews\Models\ConfigurationModel->store() | JROOT/components/com_jreviews/jreviews/services/configuration/configuration.php:823 |
28 | JReviews\Services\Configuration->store() | JROOT/components/com_jreviews/jreviews/plugins/cron_functions.php:56 |
27 | CronFunctionsComponent->run() | JROOT/components/com_jreviews/jreviews/plugins/cron_functions.php:117 |
26 | CronFunctionsComponent->rebuildMediaLikesTable() | JROOT/components/com_jreviews/jreviews/plugins/cron_functions.php:49 |
25 | CronFunctionsComponent->startup() | JROOT/components/com_s2framework/s2framework/libs/controller/controller.php:141 |
24 | S2Controller->__initComponents() | JROOT/components/com_jreviews/jreviews/controllers/my_controller.php:636 |
23 | MyController->_initPlugins() | JROOT/components/com_jreviews/jreviews/controllers/my_controller.php:248 |
22 | MyController->beforeFilter() | JROOT/components/com_jreviews/jreviews/controllers/modules/module_advanced_search_controller.php:31 |
21 | ModuleAdvancedSearchController->beforeFilter() | JROOT/components/com_s2framework/s2framework/dispatcher.php:335 |
20 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/includes/modules/helper.php:53 |
19 | JreviewsModuleHelper::renderModule() | Same as call in the line below. |
18 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
17 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:566 |
16 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/components/com_jreviews/jreviews/includes/modules/helper.php:153 |
15 | JreviewsModuleHelper::moduleCache() | JROOT/modules/mod_jreviews_advsearch/mod_jreviews_advsearch.php:40 |
14 | include JROOT/modules/mod_jreviews_advsearch/mod_jreviews_advsearch.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
13 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
12 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
11 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_lava/layouts/theme.config.php:67 |
10 | include JROOT/templates/yoo_lava/layouts/theme.config.php | JROOT/templates/yoo_lava/layouts/theme.php:10 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 4.47 ms After last query: 1.55 ms Query memory: 0.014 MB Memory before query: 13.136 MB
INSERT INTO
j3x_jreviews_media (media_id, likes_up, likes_total)
(SELECT
media_id AS media_id,
SUM(IF(vote = 1, 1, 0)) AS likes_up,
COUNT(*) AS likes_total
FROM j3x_jreviews_media_likes
GROUP BY media_id
ORDER BY NULL
)
ON DUPLICATE KEY UPDATE
likes_up =
VALUES(likes_up),
likes_total =
VALUES(likes_total);
EXPLAIN not possible on query: INSERT INTO
j3x_jreviews_media (media_id, likes_up, likes_total)
(SELECT
media_id AS media_id,
SUM(IF(vote = 1, 1, 0)) AS likes_up,
COUNT(*) AS likes_total
FROM j3x_jreviews_media_likes
GROUP BY media_id
ORDER BY NULL
)
ON DUPLICATE KEY UPDATE
likes_up = VALUES(likes_up),
likes_total = VALUES(likes_total);
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.15 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
Creating tmp table | 0.03 ms |
executing | 0.01 ms |
Sending data | 0.18 ms |
end | 0.00 ms |
query end | 0.00 ms |
removing tmp table | 0.05 ms |
query end | 0.00 ms |
closing tables | 0.04 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
29 | JDatabase->query() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/model_joomla.php:72 |
28 | S2Model->query() | JROOT/components/com_jreviews/jreviews/models/media_like.php:177 |
27 | MediaLikeModel->updateCount() | JROOT/components/com_jreviews/jreviews/plugins/cron_functions.php:123 |
26 | CronFunctionsComponent->rebuildMediaLikesTable() | JROOT/components/com_jreviews/jreviews/plugins/cron_functions.php:49 |
25 | CronFunctionsComponent->startup() | JROOT/components/com_s2framework/s2framework/libs/controller/controller.php:141 |
24 | S2Controller->__initComponents() | JROOT/components/com_jreviews/jreviews/controllers/my_controller.php:636 |
23 | MyController->_initPlugins() | JROOT/components/com_jreviews/jreviews/controllers/my_controller.php:248 |
22 | MyController->beforeFilter() | JROOT/components/com_jreviews/jreviews/controllers/modules/module_advanced_search_controller.php:31 |
21 | ModuleAdvancedSearchController->beforeFilter() | JROOT/components/com_s2framework/s2framework/dispatcher.php:335 |
20 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/includes/modules/helper.php:53 |
19 | JreviewsModuleHelper::renderModule() | Same as call in the line below. |
18 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
17 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:566 |
16 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/components/com_jreviews/jreviews/includes/modules/helper.php:153 |
15 | JreviewsModuleHelper::moduleCache() | JROOT/modules/mod_jreviews_advsearch/mod_jreviews_advsearch.php:40 |
14 | include JROOT/modules/mod_jreviews_advsearch/mod_jreviews_advsearch.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
13 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
12 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
11 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_lava/layouts/theme.config.php:67 |
10 | include JROOT/templates/yoo_lava/layouts/theme.config.php | JROOT/templates/yoo_lava/layouts/theme.php:10 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.84 ms After last query: 0.21 ms Query memory: 0.030 MB Memory before query: 13.150 MB Rows returned: 1
SELECT @max_likes := MAX(likes_total)
FROM j3x_jreviews_media;
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j3x_jreviews_media | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 356 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.25 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
29 | JDatabase->query() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/model_joomla.php:72 |
28 | S2Model->query() | JROOT/components/com_jreviews/jreviews/models/media_like.php:181 |
27 | MediaLikeModel->updateCount() | JROOT/components/com_jreviews/jreviews/plugins/cron_functions.php:123 |
26 | CronFunctionsComponent->rebuildMediaLikesTable() | JROOT/components/com_jreviews/jreviews/plugins/cron_functions.php:49 |
25 | CronFunctionsComponent->startup() | JROOT/components/com_s2framework/s2framework/libs/controller/controller.php:141 |
24 | S2Controller->__initComponents() | JROOT/components/com_jreviews/jreviews/controllers/my_controller.php:636 |
23 | MyController->_initPlugins() | JROOT/components/com_jreviews/jreviews/controllers/my_controller.php:248 |
22 | MyController->beforeFilter() | JROOT/components/com_jreviews/jreviews/controllers/modules/module_advanced_search_controller.php:31 |
21 | ModuleAdvancedSearchController->beforeFilter() | JROOT/components/com_s2framework/s2framework/dispatcher.php:335 |
20 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/includes/modules/helper.php:53 |
19 | JreviewsModuleHelper::renderModule() | Same as call in the line below. |
18 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
17 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:566 |
16 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/components/com_jreviews/jreviews/includes/modules/helper.php:153 |
15 | JreviewsModuleHelper::moduleCache() | JROOT/modules/mod_jreviews_advsearch/mod_jreviews_advsearch.php:40 |
14 | include JROOT/modules/mod_jreviews_advsearch/mod_jreviews_advsearch.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
13 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
12 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
11 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_lava/layouts/theme.config.php:67 |
10 | include JROOT/templates/yoo_lava/layouts/theme.config.php | JROOT/templates/yoo_lava/layouts/theme.php:10 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.50 ms After last query: 0.18 ms Query memory: 0.014 MB Memory before query: 13.164 MB
INSERT INTO
j3x_jreviews_media (media_id, likes_rank)
(SELECT
media_id AS media_id,
(SUM(IF(vote = 1, 1,0))/COUNT(*)) * (COUNT(*)/@max_likes) * 16000000 AS likes_rank
FROM
j3x_jreviews_media_likes
GROUP BY
media_id
ORDER BY
NULL
)
ON DUPLICATE KEY UPDATE
likes_rank =
VALUES(likes_rank);
EXPLAIN not possible on query: INSERT INTO
j3x_jreviews_media (media_id, likes_rank)
(SELECT
media_id AS media_id,
(SUM(IF(vote = 1, 1,0))/COUNT(*)) * (COUNT(*)/@max_likes) * 16000000 AS likes_rank
FROM
j3x_jreviews_media_likes
GROUP BY
media_id
ORDER BY
NULL
)
ON DUPLICATE KEY UPDATE
likes_rank = VALUES(likes_rank);
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
Creating tmp table | 0.02 ms |
executing | 0.01 ms |
Sending data | 0.19 ms |
end | 0.00 ms |
query end | 0.00 ms |
removing tmp table | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.07 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
29 | JDatabase->query() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/model_joomla.php:72 |
28 | S2Model->query() | JROOT/components/com_jreviews/jreviews/models/media_like.php:183 |
27 | MediaLikeModel->updateCount() | JROOT/components/com_jreviews/jreviews/plugins/cron_functions.php:123 |
26 | CronFunctionsComponent->rebuildMediaLikesTable() | JROOT/components/com_jreviews/jreviews/plugins/cron_functions.php:49 |
25 | CronFunctionsComponent->startup() | JROOT/components/com_s2framework/s2framework/libs/controller/controller.php:141 |
24 | S2Controller->__initComponents() | JROOT/components/com_jreviews/jreviews/controllers/my_controller.php:636 |
23 | MyController->_initPlugins() | JROOT/components/com_jreviews/jreviews/controllers/my_controller.php:248 |
22 | MyController->beforeFilter() | JROOT/components/com_jreviews/jreviews/controllers/modules/module_advanced_search_controller.php:31 |
21 | ModuleAdvancedSearchController->beforeFilter() | JROOT/components/com_s2framework/s2framework/dispatcher.php:335 |
20 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/includes/modules/helper.php:53 |
19 | JreviewsModuleHelper::renderModule() | Same as call in the line below. |
18 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
17 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:566 |
16 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/components/com_jreviews/jreviews/includes/modules/helper.php:153 |
15 | JreviewsModuleHelper::moduleCache() | JROOT/modules/mod_jreviews_advsearch/mod_jreviews_advsearch.php:40 |
14 | include JROOT/modules/mod_jreviews_advsearch/mod_jreviews_advsearch.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
13 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
12 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
11 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_lava/layouts/theme.config.php:67 |
10 | include JROOT/templates/yoo_lava/layouts/theme.config.php | JROOT/templates/yoo_lava/layouts/theme.php:10 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.52 ms After last query: 4.24 ms Query memory: 0.028 MB Memory before query: 13.453 MB Rows returned: 0
SELECT
Listing.catid
FROM
j3x_content AS Listing
RIGHT JOIN
j3x_jreviews_categories AS Category
ON Listing.catid = Category.id
AND Category.option = 'com_content'
WHERE
Listing.id = 303
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.05 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
25 | JDatabaseDriver->loadResult() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/model_joomla.php:72 |
24 | S2Model->query() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/models/everywhere/everywhere_com_content.php:1457 |
23 | EverywhereComContentModel->getCatID() | JROOT/components/com_jreviews/jreviews/controllers/common_controller.php:211 |
22 | CommonController::_discoverIDs() | JROOT/components/com_jreviews/jreviews/controllers/modules/module_advanced_search_controller.php:91 |
21 | ModuleAdvancedSearchController->index() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
20 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/includes/modules/helper.php:53 |
19 | JreviewsModuleHelper::renderModule() | Same as call in the line below. |
18 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
17 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:566 |
16 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/components/com_jreviews/jreviews/includes/modules/helper.php:153 |
15 | JreviewsModuleHelper::moduleCache() | JROOT/modules/mod_jreviews_advsearch/mod_jreviews_advsearch.php:40 |
14 | include JROOT/modules/mod_jreviews_advsearch/mod_jreviews_advsearch.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
13 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
12 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
11 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_lava/layouts/theme.config.php:67 |
10 | include JROOT/templates/yoo_lava/layouts/theme.config.php | JROOT/templates/yoo_lava/layouts/theme.php:10 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.79 ms After last query: 0.45 ms Query memory: 0.033 MB Memory before query: 13.470 MB Rows returned: 48
SELECT
Category.id AS value,Category.level AS level,Category.parent_id AS parent_id,JreviewsCategory.criteriaid AS listing_type_id,CONCAT(REPEAT('─', IF(Category.level>0,Category.level - 1,1)), ' ',Category.title) AS text
FROM
j3x_categories AS Category
RIGHT JOIN
j3x_jreviews_categories AS JreviewsCategory
ON JreviewsCategory.id = Category.id
AND JreviewsCategory.`option` = 'com_content'
WHERE
Category.published = 1
AND Category.access IN ( 1 )
AND Category.level > 0
AND Category.extension = 'com_content'
ORDER BY
Category.lft
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | Category | NULL | ref | PRIMARY,cat_idx,idx_access | cat_idx | 207 | const,const,const | 87 | 33.33 | Using index condition; Using where; Using filesort |
1 | SIMPLE | JreviewsCategory | NULL | eq_ref | PRIMARY,option | PRIMARY | 156 | freepate_bikorn.Category.id,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.03 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.12 ms |
preparing | 0.02 ms |
Sorting result | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 1.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.02 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/model_joomla.php:68 |
25 | S2Model->query() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/models/category.php:269 |
24 | CategoryModel->getCategoryList() | JROOT/components/com_jreviews/jreviews/controllers/components/advanced_search_theme.php:301 |
23 | AdvancedSearchThemeComponent->categories() | JROOT/components/com_jreviews/jreviews/controllers/components/advanced_search_theme.php:145 |
22 | AdvancedSearchThemeComponent->render() | JROOT/components/com_jreviews/jreviews/controllers/modules/module_advanced_search_controller.php:93 |
21 | ModuleAdvancedSearchController->index() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
20 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/includes/modules/helper.php:53 |
19 | JreviewsModuleHelper::renderModule() | Same as call in the line below. |
18 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
17 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:566 |
16 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/components/com_jreviews/jreviews/includes/modules/helper.php:153 |
15 | JreviewsModuleHelper::moduleCache() | JROOT/modules/mod_jreviews_advsearch/mod_jreviews_advsearch.php:40 |
14 | include JROOT/modules/mod_jreviews_advsearch/mod_jreviews_advsearch.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
13 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
12 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
11 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_lava/layouts/theme.config.php:67 |
10 | include JROOT/templates/yoo_lava/layouts/theme.config.php | JROOT/templates/yoo_lava/layouts/theme.php:10 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 13.55 ms Query memory: 0.029 MB Memory before query: 13.678 MB Rows returned: 1
SELECT *
FROM `j3x_kunena_configuration`
WHERE `id`=1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j3x_kunena_configuration | NULL | system | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
29 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
28 | JDatabaseDriver->loadAssoc() | JROOT/libraries/kunena/config.php:1430 |
27 | KunenaConfig->load() | JROOT/libraries/kunena/config.php:1403 |
26 | KunenaConfig::getInstance() | JROOT/components/com_kunena/router.php:42 |
25 | KunenaBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
24 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
23 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
22 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
21 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
20 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
19 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
18 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_menu/helper.php:139 |
17 | ModMenuHelper::getList() | JROOT/modules/mod_menu/mod_menu.php:15 |
16 | include JROOT/modules/mod_menu/mod_menu.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_lava/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_lava/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_lava/layouts/theme.php:49 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.33 ms After last query: 22.89 ms Query memory: 0.029 MB Memory before query: 14.057 MB Rows returned: 0
SELECT
Listing.catid
FROM
j3x_content AS Listing
RIGHT JOIN
j3x_jreviews_categories AS Category
ON Listing.catid = Category.id
AND Category.option = 'com_content'
WHERE
Listing.id = 303
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.10 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
executing | 0.03 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
28 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
27 | JDatabaseDriver->loadResult() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/model_joomla.php:72 |
26 | S2Model->query() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/models/everywhere/everywhere_com_content.php:1457 |
25 | EverywhereComContentModel->getCatID() | JROOT/components/com_jreviews/jreviews/controllers/common_controller.php:211 |
24 | CommonController::_discoverIDs() | JROOT/components/com_jreviews/jreviews/controllers/modules/module_reviews_controller.php:134 |
23 | ModuleReviewsController->index() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
22 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/includes/modules/helper.php:53 |
21 | JreviewsModuleHelper::renderModule() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
19 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:566 |
18 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/components/com_jreviews/jreviews/includes/modules/helper.php:153 |
17 | JreviewsModuleHelper::moduleCache() | JROOT/modules/mod_jreviews_reviews/mod_jreviews_reviews.php:40 |
16 | include JROOT/modules/mod_jreviews_reviews/mod_jreviews_reviews.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_lava/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_lava/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_lava/layouts/theme.php:129 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.18 ms After last query: 0.21 ms Query memory: 0.030 MB Memory before query: 14.068 MB Rows returned: 49
SELECT
JreviewsCategory.id
FROM
j3x_jreviews_categories AS JreviewsCategory
LEFT JOIN
j3x_categories AS Category
On JreviewsCategory.id = Category.id
WHERE
JreviewsCategory.`option`= "com_content"
AND Category.published >= 0
AND Category.access IN ( 1)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | JreviewsCategory | NULL | index | PRIMARY,option | PRIMARY | 156 | NULL | 59 | 84.75 | Using where; Using index |
1 | SIMPLE | Category | NULL | eq_ref | PRIMARY,idx_access | PRIMARY | 4 | freepate_bikorn.JreviewsCategory.id | 1 | 30.89 | Using where |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.07 ms |
preparing | 0.02 ms |
executing | 0.00 ms |
Sending data | 0.46 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.03 ms |
freeing items | 0.08 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
26 | JDatabaseDriver->loadColumn() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/model_joomla.php:72 |
25 | S2Model->query() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/models/everywhere/everywhere_com_content.php:319 |
24 | EverywhereComContentModel->addCategoryFiltering() | JROOT/components/com_jreviews/jreviews/controllers/modules/module_reviews_controller.php:169 |
23 | ModuleReviewsController->index() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
22 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/includes/modules/helper.php:53 |
21 | JreviewsModuleHelper::renderModule() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
19 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:566 |
18 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/components/com_jreviews/jreviews/includes/modules/helper.php:153 |
17 | JreviewsModuleHelper::moduleCache() | JROOT/modules/mod_jreviews_reviews/mod_jreviews_reviews.php:40 |
16 | include JROOT/modules/mod_jreviews_reviews/mod_jreviews_reviews.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_lava/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_lava/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_lava/layouts/theme.php:129 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 23.91 ms After last query: 0.90 ms Query memory: 0.038 MB Memory before query: 14.089 MB Rows returned: 10
SELECT Review.id AS `Review.review_id`,
Review.pid AS `Review.listing_id`,
Review.mode AS `Review.extension`,
Review.created AS `Review.created`,
Review.modified AS `Review.modified`,
Review.userid AS `Review.user_id`,
User.id AS `User.user_id`,
CASE WHEN CHAR_LENGTH(User.name) THEN User.name ELSE Review.name END AS `User.name`,
CASE WHEN CHAR_LENGTH(User.username) THEN User.username ELSE Review.username END AS `User.username`,
User.block AS `User.block`,
Review.email AS `User.email`,
Review.ipaddress AS `User.ipaddress`,
ReviewerRank.`rank` AS `User.reviewer_rank`,
ReviewerRank.reviews AS `User.review_count`,
Review.title AS `Review.title`,
Review.comments AS `Review.comments`,
Review.posts AS `Review.posts`,
Review.author AS `Review.editor`,
Review.published AS `Review.published`,
IF(Review.rating=0,"na",Review.rating) AS `Rating.average_rating`,
Review.vote_helpful AS `Vote.yes`,
(Review.vote_total - Review.vote_helpful) AS `Vote.no`,
(Review.vote_helpful/Review.vote_total)*Review.vote_helpful AS `Vote.helpful`,
Review.owner_reply_text AS `Review.owner_reply_text`,
Review.owner_reply_approved AS `Review.owner_reply_approved`,
Review.owner_reply_created AS `Review.owner_reply_created`,
Review.media_count AS `Review.media_count`,
Review.video_count AS `Review.video_count`,
Review.photo_count AS `Review.photo_count`,
Review.audio_count AS `Review.audio_count`,
Review.attachment_count AS `Review.attachment_count`,
Review.listing_type_id AS `ListingType.listing_type_id`
FROM j3x_jreviews_comments AS Review
LEFT JOIN j3x_users AS User
ON Review.userid = User.id
LEFT JOIN j3x_jreviews_reviewer_ranks AS ReviewerRank
ON Review.userid = ReviewerRank.user_id
LEFT JOIN j3x_content AS Listing
ON Listing.id = Review.pid
LEFT JOIN j3x_jreviews_listing_totals AS Totals
ON Totals.listing_id = Review.pid
AND Totals.extension = 'com_content'
WHERE 1 = 1
AND (
Review.mode = 'com_content'
AND Listing.catid IN (38,41,42,44,46,48,50,51,54,55,57,58,61,68,69,71,74,76,77,78,79,80,81,82,83,84,87,88,89,91,93,94,95,96,97,98,104,110,117,118,120,122,124,125,127,128,225,229,233)
AND Listing.state = 1
AND Listing.access IN ( 1)
AND ( Listing.publish_up IS NULL OR Listing.publish_up <= UTC_TIMESTAMP )
AND (Listing.publish_down IS NULL OR Listing.publish_down = 0 OR Listing.publish_down > UTC_TIMESTAMP)
AND Review.published > 0
)
GROUP BY Review.id
ORDER BY `Review.created` DESC
LIMIT 10
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | Listing | NULL | range | PRIMARY,idx_access,idx_state,idx_catid,jr_listing_count,jr_state | jr_state | 10 | NULL | 327 | 27.75 | Using index condition; Using where; Using temporary; Using filesort |
1 | SIMPLE | Review | NULL | ref | PRIMARY,listing_id,extension,published,published_user_author,listing | listing_id | 4 | freepate_bikorn.Listing.id | 12 | 92.78 | Using index condition; Using where |
1 | SIMPLE | User | NULL | eq_ref | PRIMARY | PRIMARY | 4 | freepate_bikorn.Review.userid | 1 | 100.00 | NULL |
1 | SIMPLE | ReviewerRank | NULL | eq_ref | PRIMARY | PRIMARY | 4 | freepate_bikorn.Review.userid | 1 | 100.00 | NULL |
1 | SIMPLE | Totals | NULL | eq_ref | PRIMARY | PRIMARY | 156 | freepate_bikorn.Review.pid,const | 1 | 100.00 | Using index |
Status | Duration |
---|
starting | 0.15 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 ms |
init | 0.07 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.39 ms |
preparing | 0.03 ms |
Creating tmp table | 0.04 ms |
Sorting result | 0.00 ms |
executing | 0.00 ms |
Sending data | 21.68 ms |
Creating sort index | 0.83 ms |
end | 0.00 ms |
query end | 0.01 ms |
removing tmp table | 0.18 ms |
query end | 0.00 ms |
closing tables | 0.05 ms |
freeing items | 0.05 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number |
---|
28 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
27 | JDatabaseDriver->loadAssocList() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/model_joomla.php:72 |
26 | S2Model->query() | JROOT/components/com_s2framework/s2framework/libs/model/model.php:426 |
25 | S2ModelCore->find() | JROOT/components/com_s2framework/s2framework/libs/model/model.php:139 |
24 | S2ModelCore->findAll() | JROOT/components/com_jreviews/jreviews/controllers/modules/module_reviews_controller.php:282 |
23 | ModuleReviewsController->index() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
22 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/includes/modules/helper.php:53 |
21 | JreviewsModuleHelper::renderModule() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
19 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:566 |
18 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/components/com_jreviews/jreviews/includes/modules/helper.php:153 |
17 | JreviewsModuleHelper::moduleCache() | JROOT/modules/mod_jreviews_reviews/mod_jreviews_reviews.php:40 |
16 | include JROOT/modules/mod_jreviews_reviews/mod_jreviews_reviews.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_lava/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_lava/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_lava/layouts/theme.php:129 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.95 ms After last query: 0.61 ms Query memory: 0.074 MB Memory before query: 14.177 MB Rows returned: 6
SELECT Listing.id AS `Listing.listing_id`,
Listing.alias AS `Listing.slug`,
Listing.title AS `Listing.title`,
Listing.introtext AS `Listing.summary`,
Listing.fulltext AS `Listing.description`,
Listing.images AS `Listing.images`,
Listing.hits AS `Listing.hits`,
Listing.catid AS `Listing.cat_id`,
Listing.created_by AS `Listing.user_id`,
Listing.created_by_alias AS `Listing.author_alias`,
Listing.created AS `Listing.created`,
Listing.modified AS `Listing.modified`,
Listing.access AS `Listing.access`,
Listing.state AS `Listing.state`,
Listing.publish_up AS `Listing.publish_up`,
Listing.publish_down AS `Listing.publish_down`,
Listing.metakey AS `Listing.metakey`,
Listing.metadesc AS `Listing.metadesc`,
'com_content' AS `Listing.extension`,
Field.featured AS `Listing.featured`,
JreviewsCategory.criteriaid AS `ListingType.listing_type_id`,
Category.id AS `Category.cat_id`,
Category.title AS `Category.title`,
Category.alias AS `Category.slug`,
Category.access AS `Category.access`,
Category.params AS `Category.params`,
Directory.id AS `Directory.dir_id`,
Directory.title AS `Directory.title`,
Directory.slug AS `Directory.slug`,
User.id AS `User.user_id`,
User.name AS `User.name`,
User.username AS `User.username`,
User.email AS `User.email`,
User.block AS `User.block`,
Claim.approved AS `Claim.approved`,
Totals.user_rating AS `Review.user_rating`,
Totals.user_rating_count AS `Review.user_rating_count`,
Totals.user_criteria_rating AS `Review.user_criteria_rating`,
Totals.user_criteria_rating_count AS `Review.user_criteria_rating_count`,
Totals.user_comment_count AS `Review.user_review_count`,
Totals.editor_rating AS `Review.editor_rating`,
Totals.editor_rating_count AS `Review.editor_rating_count`,
Totals.editor_criteria_rating AS `Review.editor_criteria_rating`,
Totals.editor_criteria_rating_count AS `Review.editor_criteria_rating_count`,
Totals.editor_comment_count AS `Review.editor_review_count`,
Totals.media_count AS `Listing.media_count`,
Totals.video_count AS `Listing.video_count`,
Totals.photo_count AS `Listing.photo_count`,
Totals.audio_count AS `Listing.audio_count`,
Totals.attachment_count AS `Listing.attachment_count`,
(Totals.media_count - Totals.media_count_user) AS `Listing.media_count_owner`,
(Totals.video_count - Totals.video_count_user) AS `Listing.video_count_owner`,
(Totals.photo_count - Totals.photo_count_user) AS `Listing.photo_count_owner`,
(Totals.audio_count - Totals.audio_count_user) AS `Listing.audio_count_owner`,
(Totals.attachment_count - Totals.attachment_count_user) AS `Listing.attachment_count_owner`,
Totals.media_count_user AS `Listing.media_count_user`,
Totals.video_count_user AS `Listing.video_count_user`,
Totals.photo_count_user AS `Listing.photo_count_user`,
Totals.audio_count_user AS `Listing.audio_count_user`,
Totals.attachment_count_user AS `Listing.attachment_count_user`
FROM j3x_content AS Listing
LEFT JOIN j3x_jreviews_listing_totals AS Totals
ON Totals.listing_id = Listing.id
AND Totals.extension = 'com_content'
LEFT JOIN j3x_jreviews_content AS Field
ON Field.contentid = Listing.id
LEFT JOIN j3x_jreviews_categories AS JreviewsCategory
ON JreviewsCategory.id = Listing.catid
AND JreviewsCategory.`option` = 'com_content'
LEFT JOIN j3x_categories AS Category
ON Category.id = Listing.catid
AND Category.extension = 'com_content'
LEFT JOIN j3x_jreviews_directories AS Directory
ON Directory.id = JreviewsCategory.dirid
LEFT JOIN j3x_users AS User
ON User.id = Listing.created_by
LEFT JOIN j3x_jreviews_claims AS Claim
ON Claim.listing_id = Listing.id
AND Claim.user_id = Listing.created_by
AND Claim.approved = 1
WHERE 1 = 1
AND (
Listing.id IN (158,346,400,179,498,285)
)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | Listing | NULL | range | PRIMARY | PRIMARY | 4 | NULL | 6 | 100.00 | Using index condition |
1 | SIMPLE | Totals | NULL | eq_ref | PRIMARY | PRIMARY | 156 | freepate_bikorn.Listing.id,const | 1 | 100.00 | Using where |
1 | SIMPLE | Field | NULL | eq_ref | PRIMARY | PRIMARY | 4 | freepate_bikorn.Listing.id | 1 | 100.00 | Using where |
1 | SIMPLE | JreviewsCategory | NULL | eq_ref | PRIMARY,option | PRIMARY | 156 | freepate_bikorn.Listing.catid,const | 1 | 100.00 | Using where |
1 | SIMPLE | Category | NULL | eq_ref | PRIMARY,cat_idx | PRIMARY | 4 | freepate_bikorn.Listing.catid | 1 | 100.00 | Using where |
1 | SIMPLE | Directory | NULL | eq_ref | PRIMARY | PRIMARY | 4 | freepate_bikorn.JreviewsCategory.dirid | 1 | 100.00 | NULL |
1 | SIMPLE | User | NULL | eq_ref | PRIMARY | PRIMARY | 4 | freepate_bikorn.Listing.created_by | 1 | 100.00 | Using where |
1 | SIMPLE | Claim | NULL | ref | listing_id,user_id,approved | listing_id | 4 | freepate_bikorn.Listing.id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.17 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 ms |
init | 0.07 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.12 ms |
preparing | 0.02 ms |
executing | 0.00 ms |
Sending data | 0.35 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.05 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
34 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
33 | JDatabaseDriver->loadAssocList() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/model_joomla.php:72 |
32 | S2Model->query() | JROOT/components/com_s2framework/s2framework/libs/model/model.php:426 |
31 | S2ModelCore->find() | JROOT/components/com_s2framework/s2framework/libs/model/model.php:139 |
30 | S2ModelCore->findAll() | JROOT/components/com_jreviews/jreviews/controllers/components/everywhere.php:191 |
29 | EverywhereComponent->runEverywhereModels() | JROOT/components/com_jreviews/jreviews/controllers/components/everywhere.php:323 |
28 | EverywhereComponent->plgAfterFind() | JROOT/components/com_jreviews/jreviews/models/my_model.php:175 |
27 | MyModel->notifyObservers() | JROOT/components/com_jreviews/jreviews/models/my_model.php:106 |
26 | MyModel->plgAfterFind() | JROOT/components/com_s2framework/s2framework/libs/model/model.php:446 |
25 | S2ModelCore->find() | JROOT/components/com_s2framework/s2framework/libs/model/model.php:139 |
24 | S2ModelCore->findAll() | JROOT/components/com_jreviews/jreviews/controllers/modules/module_reviews_controller.php:282 |
23 | ModuleReviewsController->index() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
22 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/includes/modules/helper.php:53 |
21 | JreviewsModuleHelper::renderModule() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
19 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:566 |
18 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/components/com_jreviews/jreviews/includes/modules/helper.php:153 |
17 | JreviewsModuleHelper::moduleCache() | JROOT/modules/mod_jreviews_reviews/mod_jreviews_reviews.php:40 |
16 | include JROOT/modules/mod_jreviews_reviews/mod_jreviews_reviews.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_lava/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_lava/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_lava/layouts/theme.php:129 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.58 ms After last query: 0.62 ms Query memory: 0.036 MB Memory before query: 14.305 MB Rows returned: 6
SELECT
media.media_id,
media.media_type,
media.media_function,
media.likes_rank,
media.likes_up,
media.likes_total,
media.created,
media.main_media,
media.listing_id,
media.review_id,
media.user_id,
media.filename,
media.file_extension,
media.rel_path,
media.title,
media.description,
media.media_info,
media.metadata,
media.embed,
media.published,
media.approved,
media.access,
media.views,
media.filesize,
media.extension
FROM
j3x_jreviews_media AS media
WHERE
listing_id IN (158,179,285,346,400,498)
AND published = 1
AND approved = 1
AND access IN (1)
AND main_media = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | media | NULL | range | listing | listing | 4 | NULL | 18 | 0.28 | Using index condition; Using where |
Status | Duration |
---|
starting | 0.07 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.17 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.11 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
37 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
36 | JDatabaseDriver->loadAssocList() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/model_joomla.php:72 |
35 | S2Model->query() | JROOT/components/com_jreviews/jreviews/models/media.php:1563 |
34 | MediaModel->addMediaDetail() | JROOT/components/com_jreviews/jreviews/models/media.php:1182 |
33 | MediaModel->addMedia() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/models/everywhere/everywhere_com_content.php:797 |
32 | EverywhereComContentModel->afterFind() | JROOT/components/com_s2framework/s2framework/libs/model/model.php:450 |
31 | S2ModelCore->find() | JROOT/components/com_s2framework/s2framework/libs/model/model.php:139 |
30 | S2ModelCore->findAll() | JROOT/components/com_jreviews/jreviews/controllers/components/everywhere.php:191 |
29 | EverywhereComponent->runEverywhereModels() | JROOT/components/com_jreviews/jreviews/controllers/components/everywhere.php:323 |
28 | EverywhereComponent->plgAfterFind() | JROOT/components/com_jreviews/jreviews/models/my_model.php:175 |
27 | MyModel->notifyObservers() | JROOT/components/com_jreviews/jreviews/models/my_model.php:106 |
26 | MyModel->plgAfterFind() | JROOT/components/com_s2framework/s2framework/libs/model/model.php:446 |
25 | S2ModelCore->find() | JROOT/components/com_s2framework/s2framework/libs/model/model.php:139 |
24 | S2ModelCore->findAll() | JROOT/components/com_jreviews/jreviews/controllers/modules/module_reviews_controller.php:282 |
23 | ModuleReviewsController->index() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
22 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/includes/modules/helper.php:53 |
21 | JreviewsModuleHelper::renderModule() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
19 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:566 |
18 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/components/com_jreviews/jreviews/includes/modules/helper.php:153 |
17 | JreviewsModuleHelper::moduleCache() | JROOT/modules/mod_jreviews_reviews/mod_jreviews_reviews.php:40 |
16 | include JROOT/modules/mod_jreviews_reviews/mod_jreviews_reviews.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_lava/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_lava/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_lava/layouts/theme.php:129 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.46 ms After last query: 1.53 ms Query memory: 0.032 MB Memory before query: 14.344 MB Rows returned: 39
SELECT
review_id, criteria_id, IF(rating=0,'na',rating) AS rating
FROM
j3x_jreviews_review_ratings
WHERE
review_id IN (1407,1406,1405,1404,1403,1402,1401,1400,1399,1398)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j3x_jreviews_review_ratings | NULL | range | PRIMARY,rating | rating | 4 | NULL | 167 | 100.00 | Using where; Using index |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.17 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.05 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
29 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
28 | JDatabaseDriver->loadAssocList() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/model_joomla.php:72 |
27 | S2Model->query() | JROOT/components/com_jreviews/jreviews/models/review.php:1614 |
26 | ReviewModel->afterFind() | JROOT/components/com_s2framework/s2framework/libs/model/model.php:450 |
25 | S2ModelCore->find() | JROOT/components/com_s2framework/s2framework/libs/model/model.php:139 |
24 | S2ModelCore->findAll() | JROOT/components/com_jreviews/jreviews/controllers/modules/module_reviews_controller.php:282 |
23 | ModuleReviewsController->index() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
22 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/includes/modules/helper.php:53 |
21 | JreviewsModuleHelper::renderModule() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
19 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:566 |
18 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/components/com_jreviews/jreviews/includes/modules/helper.php:153 |
17 | JreviewsModuleHelper::moduleCache() | JROOT/modules/mod_jreviews_reviews/mod_jreviews_reviews.php:40 |
16 | include JROOT/modules/mod_jreviews_reviews/mod_jreviews_reviews.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_lava/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_lava/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_lava/layouts/theme.php:129 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.89 ms After last query: 0.48 ms Query memory: 0.030 MB Memory before query: 14.426 MB Rows returned: 3
SELECT
groupid
FROM j3x_jreviews_groups
WHERE
groupid IN (8,30,17,33,31,9,7,30,17,4,33,31,23,37,7,17,4,33,31,23)
AND type = 'review'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j3x_jreviews_groups | NULL | ref | PRIMARY,type | type | 152 | const | 9 | 30.30 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.04 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
32 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
31 | JDatabaseDriver->loadColumn() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/model_joomla.php:72 |
30 | S2Model->query() | JROOT/components/com_jreviews/jreviews/models/field.php:670 |
29 | FieldModel->getFieldGroupIdsByListingTypeIds() | JROOT/components/com_jreviews/jreviews/models/field.php:936 |
28 | FieldModel->getFieldsArray() | JROOT/components/com_jreviews/jreviews/models/field.php:848 |
27 | FieldModel->addFields() | JROOT/components/com_jreviews/jreviews/models/review.php:1658 |
26 | ReviewModel->afterFind() | JROOT/components/com_s2framework/s2framework/libs/model/model.php:450 |
25 | S2ModelCore->find() | JROOT/components/com_s2framework/s2framework/libs/model/model.php:139 |
24 | S2ModelCore->findAll() | JROOT/components/com_jreviews/jreviews/controllers/modules/module_reviews_controller.php:282 |
23 | ModuleReviewsController->index() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
22 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/includes/modules/helper.php:53 |
21 | JreviewsModuleHelper::renderModule() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
19 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:566 |
18 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/components/com_jreviews/jreviews/includes/modules/helper.php:153 |
17 | JreviewsModuleHelper::moduleCache() | JROOT/modules/mod_jreviews_reviews/mod_jreviews_reviews.php:40 |
16 | include JROOT/modules/mod_jreviews_reviews/mod_jreviews_reviews.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_lava/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_lava/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_lava/layouts/theme.php:129 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.58 ms After last query: 0.13 ms Query memory: 0.033 MB Memory before query: 14.442 MB Rows returned: 4
SELECT
Field.fieldid AS `Field.field_id`,
Field.groupid AS `Field.group_id`,
Field.name AS `Field.name`,
Field.title AS `Field.title`,
Field.showtitle AS `Field.showTitle`,
Field.description AS `Field.description`,
Field.required AS `Field.required`,
Field.type AS `Field.type`,
Field.location AS `Field.location`,
Field.options AS `Field.params`,
Field.contentview AS `Field.contentView`,
Field.listview AS `Field.listView`,
Field.compareview AS `Field.compareView`,
Field.listsort AS `Field.listSort`,
Field.search AS `Field.search`,
Field.access AS `Field.access`,
Field.access_view AS `Field.accessView`,
Field.published As `Field.published`,
Field.ordering AS `Field.ordering`,
`
Group`.groupid AS `
Group.group_id`,
`
Group`.title AS `
Group.title`,
`
Group`.name AS `
Group.name`,
`
Group`.showtitle AS `
Group.showTitle`,
`
Group`.ordering AS `
Group.ordering`,
`
Group`.control_field AS `
Group.control_field`,
`
Group`.control_value AS `
Group.control_value`
FROM
j3x_jreviews_fields AS Field
LEFT JOIN
j3x_jreviews_groups AS `
Group`
ON `
Group`.groupid = Field.groupid
WHERE
Field.published = 1
AND Field.location = 'review'
AND Field.groupid IN ( 9,23,31)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | Field | NULL | range | groupid,entry_published,list_published | groupid | 4 | NULL | 8 | 47.14 | Using index condition; Using where |
1 | SIMPLE | Group | NULL | eq_ref | PRIMARY | PRIMARY | 4 | freepate_bikorn.Field.groupid | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.07 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.07 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.09 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.02 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
31 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
30 | JDatabaseDriver->loadObjectList() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/model_joomla.php:68 |
29 | S2Model->query() | JROOT/components/com_jreviews/jreviews/models/field.php:986 |
28 | FieldModel->getFieldsArray() | JROOT/components/com_jreviews/jreviews/models/field.php:848 |
27 | FieldModel->addFields() | JROOT/components/com_jreviews/jreviews/models/review.php:1658 |
26 | ReviewModel->afterFind() | JROOT/components/com_s2framework/s2framework/libs/model/model.php:450 |
25 | S2ModelCore->find() | JROOT/components/com_s2framework/s2framework/libs/model/model.php:139 |
24 | S2ModelCore->findAll() | JROOT/components/com_jreviews/jreviews/controllers/modules/module_reviews_controller.php:282 |
23 | ModuleReviewsController->index() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
22 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/includes/modules/helper.php:53 |
21 | JreviewsModuleHelper::renderModule() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
19 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:566 |
18 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/components/com_jreviews/jreviews/includes/modules/helper.php:153 |
17 | JreviewsModuleHelper::moduleCache() | JROOT/modules/mod_jreviews_reviews/mod_jreviews_reviews.php:40 |
16 | include JROOT/modules/mod_jreviews_reviews/mod_jreviews_reviews.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_lava/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_lava/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_lava/layouts/theme.php:129 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.49 ms After last query: 0.13 ms Query memory: 0.031 MB Memory before query: 14.470 MB Rows returned: 10
SELECT
Review.reviewid AS element_id,jr_didyoutry,jr_sitecourse,jr_productsdiditry,jr_productmysite
FROM
j3x_jreviews_review_fields AS Review
WHERE
Review.reviewid IN (1407,1406,1405,1404,1403,1402,1401,1400,1399,1398)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | Review | NULL | range | PRIMARY | PRIMARY | 4 | NULL | 10 | 100.00 | Using index condition |
Status | Duration |
---|
starting | 0.04 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.07 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
31 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
30 | JDatabaseDriver->loadObjectList() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/model_joomla.php:68 |
29 | S2Model->query() | JROOT/components/com_jreviews/jreviews/models/field.php:1129 |
28 | FieldModel->getFieldsArray() | JROOT/components/com_jreviews/jreviews/models/field.php:848 |
27 | FieldModel->addFields() | JROOT/components/com_jreviews/jreviews/models/review.php:1658 |
26 | ReviewModel->afterFind() | JROOT/components/com_s2framework/s2framework/libs/model/model.php:450 |
25 | S2ModelCore->find() | JROOT/components/com_s2framework/s2framework/libs/model/model.php:139 |
24 | S2ModelCore->findAll() | JROOT/components/com_jreviews/jreviews/controllers/modules/module_reviews_controller.php:282 |
23 | ModuleReviewsController->index() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
22 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/includes/modules/helper.php:53 |
21 | JreviewsModuleHelper::renderModule() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
19 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:566 |
18 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/components/com_jreviews/jreviews/includes/modules/helper.php:153 |
17 | JreviewsModuleHelper::moduleCache() | JROOT/modules/mod_jreviews_reviews/mod_jreviews_reviews.php:40 |
16 | include JROOT/modules/mod_jreviews_reviews/mod_jreviews_reviews.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_lava/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_lava/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_lava/layouts/theme.php:129 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.71 ms After last query: 0.16 ms Query memory: 0.031 MB Memory before query: 14.492 MB Rows returned: 4
SELECT
*
FROM
j3x_jreviews_fieldoptions
WHERE
fieldid IN ( '49','107')
AND
value IN ( 'yes','no')
ORDER
BY ordering ASC ,optionid ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j3x_jreviews_fieldoptions | NULL | range | fieldid,field_value | fieldid | 4 | NULL | 4 | 13.73 | Using index condition; Using where; Using filesort |
Status | Duration |
---|
starting | 0.04 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.07 ms |
preparing | 0.01 ms |
Sorting result | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.06 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
31 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
30 | JDatabaseDriver->loadObjectList() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/model_joomla.php:68 |
29 | S2Model->query() | JROOT/components/com_jreviews/jreviews/models/field.php:1184 |
28 | FieldModel->getFieldsArray() | JROOT/components/com_jreviews/jreviews/models/field.php:848 |
27 | FieldModel->addFields() | JROOT/components/com_jreviews/jreviews/models/review.php:1658 |
26 | ReviewModel->afterFind() | JROOT/components/com_s2framework/s2framework/libs/model/model.php:450 |
25 | S2ModelCore->find() | JROOT/components/com_s2framework/s2framework/libs/model/model.php:139 |
24 | S2ModelCore->findAll() | JROOT/components/com_jreviews/jreviews/controllers/modules/module_reviews_controller.php:282 |
23 | ModuleReviewsController->index() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
22 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/includes/modules/helper.php:53 |
21 | JreviewsModuleHelper::renderModule() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
19 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:566 |
18 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/components/com_jreviews/jreviews/includes/modules/helper.php:153 |
17 | JreviewsModuleHelper::moduleCache() | JROOT/modules/mod_jreviews_reviews/mod_jreviews_reviews.php:40 |
16 | include JROOT/modules/mod_jreviews_reviews/mod_jreviews_reviews.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_lava/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_lava/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_lava/layouts/theme.php:129 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.27 ms After last query: 0.26 ms Query memory: 0.030 MB Memory before query: 14.540 MB Rows returned: 2
SELECT
groupid
FROM j3x_jreviews_groups
WHERE
groupid IN (8,30,17,33,31,9)
AND type = 'review'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j3x_jreviews_groups | NULL | ref | PRIMARY,type | type | 152 | const | 9 | 18.18 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.05 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
32 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
31 | JDatabaseDriver->loadColumn() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/model_joomla.php:72 |
30 | S2Model->query() | JROOT/components/com_jreviews/jreviews/models/field.php:670 |
29 | FieldModel->getFieldGroupIdsByListingTypeIds() | JROOT/components/com_jreviews/jreviews/models/field.php:1342 |
28 | FieldModel->getFieldsArray() | JROOT/components/com_jreviews/jreviews/models/field.php:848 |
27 | FieldModel->addFields() | JROOT/components/com_jreviews/jreviews/models/review.php:1658 |
26 | ReviewModel->afterFind() | JROOT/components/com_s2framework/s2framework/libs/model/model.php:450 |
25 | S2ModelCore->find() | JROOT/components/com_s2framework/s2framework/libs/model/model.php:139 |
24 | S2ModelCore->findAll() | JROOT/components/com_jreviews/jreviews/controllers/modules/module_reviews_controller.php:282 |
23 | ModuleReviewsController->index() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
22 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/includes/modules/helper.php:53 |
21 | JreviewsModuleHelper::renderModule() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
19 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:566 |
18 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/components/com_jreviews/jreviews/includes/modules/helper.php:153 |
17 | JreviewsModuleHelper::moduleCache() | JROOT/modules/mod_jreviews_reviews/mod_jreviews_reviews.php:40 |
16 | include JROOT/modules/mod_jreviews_reviews/mod_jreviews_reviews.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_lava/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_lava/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_lava/layouts/theme.php:129 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 0.23 ms Query memory: 0.030 MB Memory before query: 14.584 MB Rows returned: 2
SELECT
groupid
FROM j3x_jreviews_groups
WHERE
groupid IN (37,7,17,4,33,31,23)
AND type = 'review'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j3x_jreviews_groups | NULL | ref | PRIMARY,type | type | 152 | const | 9 | 21.21 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.04 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
32 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
31 | JDatabaseDriver->loadColumn() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/model_joomla.php:72 |
30 | S2Model->query() | JROOT/components/com_jreviews/jreviews/models/field.php:670 |
29 | FieldModel->getFieldGroupIdsByListingTypeIds() | JROOT/components/com_jreviews/jreviews/models/field.php:1342 |
28 | FieldModel->getFieldsArray() | JROOT/components/com_jreviews/jreviews/models/field.php:848 |
27 | FieldModel->addFields() | JROOT/components/com_jreviews/jreviews/models/review.php:1658 |
26 | ReviewModel->afterFind() | JROOT/components/com_s2framework/s2framework/libs/model/model.php:450 |
25 | S2ModelCore->find() | JROOT/components/com_s2framework/s2framework/libs/model/model.php:139 |
24 | S2ModelCore->findAll() | JROOT/components/com_jreviews/jreviews/controllers/modules/module_reviews_controller.php:282 |
23 | ModuleReviewsController->index() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
22 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/includes/modules/helper.php:53 |
21 | JreviewsModuleHelper::renderModule() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
19 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:566 |
18 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/components/com_jreviews/jreviews/includes/modules/helper.php:153 |
17 | JreviewsModuleHelper::moduleCache() | JROOT/modules/mod_jreviews_reviews/mod_jreviews_reviews.php:40 |
16 | include JROOT/modules/mod_jreviews_reviews/mod_jreviews_reviews.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_lava/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_lava/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_lava/layouts/theme.php:129 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 0.18 ms Query memory: 0.030 MB Memory before query: 14.616 MB Rows returned: 2
SELECT
groupid
FROM j3x_jreviews_groups
WHERE
groupid IN (7,30,17,4,33,31,23)
AND type = 'review'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j3x_jreviews_groups | NULL | ref | PRIMARY,type | type | 152 | const | 9 | 21.21 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.00 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.04 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
32 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
31 | JDatabaseDriver->loadColumn() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/model_joomla.php:72 |
30 | S2Model->query() | JROOT/components/com_jreviews/jreviews/models/field.php:670 |
29 | FieldModel->getFieldGroupIdsByListingTypeIds() | JROOT/components/com_jreviews/jreviews/models/field.php:1342 |
28 | FieldModel->getFieldsArray() | JROOT/components/com_jreviews/jreviews/models/field.php:848 |
27 | FieldModel->addFields() | JROOT/components/com_jreviews/jreviews/models/review.php:1658 |
26 | ReviewModel->afterFind() | JROOT/components/com_s2framework/s2framework/libs/model/model.php:450 |
25 | S2ModelCore->find() | JROOT/components/com_s2framework/s2framework/libs/model/model.php:139 |
24 | S2ModelCore->findAll() | JROOT/components/com_jreviews/jreviews/controllers/modules/module_reviews_controller.php:282 |
23 | ModuleReviewsController->index() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
22 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/includes/modules/helper.php:53 |
21 | JreviewsModuleHelper::renderModule() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
19 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:566 |
18 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/components/com_jreviews/jreviews/includes/modules/helper.php:153 |
17 | JreviewsModuleHelper::moduleCache() | JROOT/modules/mod_jreviews_reviews/mod_jreviews_reviews.php:40 |
16 | include JROOT/modules/mod_jreviews_reviews/mod_jreviews_reviews.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_lava/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_lava/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_lava/layouts/theme.php:129 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 3.39 ms After last query: 1.98 ms Query memory: 0.039 MB Memory before query: 14.652 MB Rows returned: 3
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `j3x_categories` AS `s`
INNER JOIN `j3x_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1)
AND c.published = 1
AND s.id = 96
ORDER BY c.lft
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | s | NULL | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | Using filesort |
1 | SIMPLE | c | NULL | ALL | cat_idx,idx_access,idx_left_right | NO INDEX KEY COULD BE USED | NULL | NULL | 123 | 32.57 | Using where |
Status | Duration |
---|
starting | 0.09 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.04 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 1.87 ms |
preparing | 0.02 ms |
Sorting result | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.02 ms |
Creating sort index | 0.19 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
46 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
45 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
44 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
43 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/helpers/legacyrouter.php:173 |
42 | ContentRouterRulesLegacy->build() | JROOT/libraries/src/Component/Router/RouterView.php:244 |
41 | Joomla\CMS\Component\Router\RouterView->build() | JROOT/components/com_content/router.php:249 |
40 | contentBuildRoute() | JROOT/plugins/system/jreviews_sef/joomla_380/router.php:2549 |
39 | JReviewsRouter->getArticleRoute() | JROOT/plugins/system/jreviews_sef/joomla_380/router.php:1052 |
38 | JReviewsRouter->buildRule() | Same as call in the line below. |
37 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
36 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
35 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
34 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
33 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
32 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
31 | Joomla\CMS\Router\Route::_() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/framework_joomla.php:1119 |
30 | cmsFramework::route() | JROOT/components/com_s2framework/s2framework/libs/view/helpers/html.php:166 |
29 | HtmlHelper->sefLink() | JROOT/components/com_jreviews/jreviews/views/themes/default/modules/reviews.thtml:96 |
28 | include JROOT/components/com_jreviews/jreviews/views/themes/default/modules/reviews.thtml | JROOT/components/com_s2framework/s2framework/libs/view/view.php:426 |
27 | MyView->_render() | JROOT/components/com_s2framework/s2framework/libs/view/view.php:203 |
26 | MyView->render() | JROOT/components/com_s2framework/s2framework/libs/controller/controller.php:246 |
25 | S2Controller->render() | JROOT/components/com_jreviews/jreviews/controllers/my_controller.php:361 |
24 | MyController->render() | JROOT/components/com_jreviews/jreviews/controllers/modules/module_reviews_controller.php:305 |
23 | ModuleReviewsController->index() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
22 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/includes/modules/helper.php:53 |
21 | JreviewsModuleHelper::renderModule() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
19 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:566 |
18 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/components/com_jreviews/jreviews/includes/modules/helper.php:153 |
17 | JreviewsModuleHelper::moduleCache() | JROOT/modules/mod_jreviews_reviews/mod_jreviews_reviews.php:40 |
16 | include JROOT/modules/mod_jreviews_reviews/mod_jreviews_reviews.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_lava/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_lava/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_lava/layouts/theme.php:129 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.55 ms After last query: 2.12 ms Query memory: 0.039 MB Memory before query: 14.699 MB Rows returned: 3
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `j3x_categories` AS `s`
INNER JOIN `j3x_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1)
AND c.published = 1
AND s.id = 89
ORDER BY c.lft
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | s | NULL | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | c | NULL | range | cat_idx,idx_access,idx_left_right | idx_left_right | 4 | NULL | 25 | 71.54 | Using index condition; Using where |
Status | Duration |
---|
starting | 0.09 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.16 ms |
preparing | 0.02 ms |
Sorting result | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.06 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
46 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
45 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
44 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
43 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/helpers/legacyrouter.php:173 |
42 | ContentRouterRulesLegacy->build() | JROOT/libraries/src/Component/Router/RouterView.php:244 |
41 | Joomla\CMS\Component\Router\RouterView->build() | JROOT/components/com_content/router.php:249 |
40 | contentBuildRoute() | JROOT/plugins/system/jreviews_sef/joomla_380/router.php:2549 |
39 | JReviewsRouter->getArticleRoute() | JROOT/plugins/system/jreviews_sef/joomla_380/router.php:1052 |
38 | JReviewsRouter->buildRule() | Same as call in the line below. |
37 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
36 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
35 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
34 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
33 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
32 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
31 | Joomla\CMS\Router\Route::_() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/framework_joomla.php:1119 |
30 | cmsFramework::route() | JROOT/components/com_s2framework/s2framework/libs/view/helpers/html.php:166 |
29 | HtmlHelper->sefLink() | JROOT/components/com_jreviews/jreviews/views/themes/default/modules/reviews.thtml:96 |
28 | include JROOT/components/com_jreviews/jreviews/views/themes/default/modules/reviews.thtml | JROOT/components/com_s2framework/s2framework/libs/view/view.php:426 |
27 | MyView->_render() | JROOT/components/com_s2framework/s2framework/libs/view/view.php:203 |
26 | MyView->render() | JROOT/components/com_s2framework/s2framework/libs/controller/controller.php:246 |
25 | S2Controller->render() | JROOT/components/com_jreviews/jreviews/controllers/my_controller.php:361 |
24 | MyController->render() | JROOT/components/com_jreviews/jreviews/controllers/modules/module_reviews_controller.php:305 |
23 | ModuleReviewsController->index() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
22 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/includes/modules/helper.php:53 |
21 | JreviewsModuleHelper::renderModule() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
19 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:566 |
18 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/components/com_jreviews/jreviews/includes/modules/helper.php:153 |
17 | JreviewsModuleHelper::moduleCache() | JROOT/modules/mod_jreviews_reviews/mod_jreviews_reviews.php:40 |
16 | include JROOT/modules/mod_jreviews_reviews/mod_jreviews_reviews.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_lava/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_lava/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_lava/layouts/theme.php:129 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.64 ms After last query: 1.80 ms Query memory: 0.038 MB Memory before query: 14.745 MB Rows returned: 2
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `j3x_categories` AS `s`
INNER JOIN `j3x_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1)
AND c.published = 1
AND s.id = 229
ORDER BY c.lft
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | s | NULL | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | Using filesort |
1 | SIMPLE | c | NULL | ALL | cat_idx,idx_access,idx_left_right | NO INDEX KEY COULD BE USED | NULL | NULL | 123 | 68.05 | Using where |
Status | Duration |
---|
starting | 0.09 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.06 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.15 ms |
preparing | 0.01 ms |
Sorting result | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.02 ms |
Creating sort index | 0.16 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
46 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
45 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
44 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
43 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/helpers/legacyrouter.php:173 |
42 | ContentRouterRulesLegacy->build() | JROOT/libraries/src/Component/Router/RouterView.php:244 |
41 | Joomla\CMS\Component\Router\RouterView->build() | JROOT/components/com_content/router.php:249 |
40 | contentBuildRoute() | JROOT/plugins/system/jreviews_sef/joomla_380/router.php:2549 |
39 | JReviewsRouter->getArticleRoute() | JROOT/plugins/system/jreviews_sef/joomla_380/router.php:1052 |
38 | JReviewsRouter->buildRule() | Same as call in the line below. |
37 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
36 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
35 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
34 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
33 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
32 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
31 | Joomla\CMS\Router\Route::_() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/framework_joomla.php:1119 |
30 | cmsFramework::route() | JROOT/components/com_s2framework/s2framework/libs/view/helpers/html.php:166 |
29 | HtmlHelper->sefLink() | JROOT/components/com_jreviews/jreviews/views/themes/default/modules/reviews.thtml:96 |
28 | include JROOT/components/com_jreviews/jreviews/views/themes/default/modules/reviews.thtml | JROOT/components/com_s2framework/s2framework/libs/view/view.php:426 |
27 | MyView->_render() | JROOT/components/com_s2framework/s2framework/libs/view/view.php:203 |
26 | MyView->render() | JROOT/components/com_s2framework/s2framework/libs/controller/controller.php:246 |
25 | S2Controller->render() | JROOT/components/com_jreviews/jreviews/controllers/my_controller.php:361 |
24 | MyController->render() | JROOT/components/com_jreviews/jreviews/controllers/modules/module_reviews_controller.php:305 |
23 | ModuleReviewsController->index() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
22 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/includes/modules/helper.php:53 |
21 | JreviewsModuleHelper::renderModule() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
19 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:566 |
18 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/components/com_jreviews/jreviews/includes/modules/helper.php:153 |
17 | JreviewsModuleHelper::moduleCache() | JROOT/modules/mod_jreviews_reviews/mod_jreviews_reviews.php:40 |
16 | include JROOT/modules/mod_jreviews_reviews/mod_jreviews_reviews.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_lava/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_lava/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_lava/layouts/theme.php:129 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.87 ms After last query: 5.46 ms Query memory: 0.041 MB Memory before query: 14.891 MB Rows returned: 56
SHOW FULL COLUMNS
FROM `j3x_kunena_users`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `j3x_kunena_users`
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
Opening tables | 0.13 ms |
init | 0.00 ms |
System lock | 0.00 ms |
optimizing | 0.00 ms |
statistics | 0.01 ms |
preparing | 0.00 ms |
executing | 0.01 ms |
Opening tables | 0.14 ms |
checking permissions | 0.03 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
Sending data | 0.11 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
removing tmp table | 0.03 ms |
closing tables | 0.00 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
33 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
32 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
31 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:253 |
30 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:172 |
29 | Joomla\CMS\Table\Table->__construct() | JROOT/libraries/kunena/tables/kunenausers.php:445 |
28 | TableKunenaUsers->__construct() | JROOT/libraries/src/Table/Table.php:320 |
27 | Joomla\CMS\Table\Table::getInstance() | JROOT/libraries/kunena/user/user.php:231 |
26 | KunenaUser->getTable() | JROOT/libraries/kunena/user/user.php:190 |
25 | KunenaUser->load() | JROOT/libraries/kunena/user/user.php:165 |
24 | KunenaUser->__construct() | JROOT/libraries/kunena/user/helper.php:91 |
23 | KunenaUserHelper::initialize() | JROOT/libraries/kunena/user/helper.php:13 |
22 | include_once JROOT/libraries/kunena/user/helper.php | JROOT/libraries/loader.php:738 |
21 | JLoader::_load() | JROOT/libraries/loader.php:707 |
20 | JLoader::_autoload() | Same as call in the line below. |
19 | spl_autoload_call() | JROOT/libraries/kunena/factory.php:74 |
18 | KunenaFactory::getUser() | JROOT/libraries/kunena/module/module.php:77 |
17 | KunenaModule->display() | JROOT/modules/mod_kunenalatest/mod_kunenalatest.php:36 |
16 | include JROOT/modules/mod_kunenalatest/mod_kunenalatest.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_lava/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_lava/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_lava/layouts/theme.php:129 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.38 ms After last query: 4.54 ms Query memory: 0.037 MB Memory before query: 15.292 MB Rows returned: 7
SELECT *
FROM j3x_kunena_categories
ORDER BY ordering, name
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j3x_kunena_categories | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 7 | 100.00 | Using filesort |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
Sorting result | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.02 ms |
Creating sort index | 0.10 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
33 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
32 | JDatabaseDriver->loadObjectList() | JROOT/libraries/kunena/forum/category/helper.php:85 |
31 | KunenaForumCategoryHelper::loadCategories() | JROOT/libraries/kunena/forum/category/helper.php:58 |
30 | KunenaForumCategoryHelper::initialize() | JROOT/libraries/kunena/forum/category/helper.php:1048 |
29 | include_once JROOT/libraries/kunena/forum/category/helper.php | JROOT/libraries/loader.php:738 |
28 | JLoader::_load() | JROOT/libraries/loader.php:707 |
27 | JLoader::_autoload() | Same as call in the line below. |
26 | spl_autoload_call() | JROOT/libraries/kunena/forum/topic/helper.php:291 |
25 | KunenaForumTopicHelper::getLatestTopics() | JROOT/components/com_kunena/models/topics.php:361 |
24 | KunenaModelTopics->getRecentTopics() | JROOT/components/com_kunena/models/topics.php:266 |
23 | KunenaModelTopics->getTopics() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
22 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_kunena/views/topics/view.html.php:35 |
21 | KunenaViewTopics->displayDefault() | JROOT/libraries/kunena/view.php:209 |
20 | KunenaView->displayLayout() | JROOT/libraries/kunena/forum/forum.php:489 |
19 | KunenaForum::display() | JROOT/modules/mod_kunenalatest/class.php:99 |
18 | ModuleKunenaLatest->_display() | JROOT/libraries/kunena/module/module.php:91 |
17 | KunenaModule->display() | JROOT/modules/mod_kunenalatest/mod_kunenalatest.php:36 |
16 | include JROOT/modules/mod_kunenalatest/mod_kunenalatest.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_lava/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_lava/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_lava/layouts/theme.php:129 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 2.06 ms After last query: 0.71 ms Query memory: 0.034 MB Memory before query: 15.378 MB Rows returned: 6
SELECT DISTINCT(user_id)
FROM j3x_usergroups AS ug1
INNER JOIN j3x_usergroups AS ug2
ON ug2.lft>=ug1.lft
AND ug1.rgt>=ug2.rgt
INNER JOIN j3x_user_usergroup_map AS m
ON ug2.id=m.group_id
WHERE ug1.id IN (8)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | ug1 | NULL | const | PRIMARY,idx_usergroup_nested_set_lookup | PRIMARY | 4 | const | 1 | 100.00 | Using temporary |
1 | SIMPLE | ug2 | NULL | ALL | PRIMARY,idx_usergroup_nested_set_lookup | NO INDEX KEY COULD BE USED | NULL | NULL | 18 | 11.11 | Using where |
1 | SIMPLE | m | NULL | index | PRIMARY | PRIMARY | 8 | NULL | 3159 | 10.00 | Using where; Using index; Using join buffer (Block Nested Loop) |
Status | Duration |
---|
starting | 0.07 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.03 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.02 ms |
Creating tmp table | 0.02 ms |
executing | 0.00 ms |
Sending data | 1.31 ms |
end | 0.01 ms |
query end | 0.01 ms |
removing tmp table | 0.18 ms |
query end | 0.00 ms |
closing tables | 0.03 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
38 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
37 | JDatabaseDriver->loadColumn() | JROOT/plugins/kunena/joomla/access.php:383 |
36 | KunenaAccessJoomla->getUsersByGroup() | JROOT/plugins/kunena/joomla/access.php:326 |
35 | KunenaAccessJoomla->getAuthorisedUsers() | JROOT/plugins/kunena/joomla/access.php:262 |
34 | KunenaAccessJoomla->loadCategoryRoles() | JROOT/libraries/kunena/access.php:151 |
33 | KunenaAccess->clearCache() | JROOT/libraries/kunena/access.php:123 |
32 | KunenaAccess->__construct() | JROOT/libraries/kunena/access.php:237 |
31 | KunenaAccess::getInstance() | JROOT/libraries/kunena/forum/category/helper.php:66 |
30 | KunenaForumCategoryHelper::initialize() | JROOT/libraries/kunena/forum/category/helper.php:1048 |
29 | include_once JROOT/libraries/kunena/forum/category/helper.php | JROOT/libraries/loader.php:738 |
28 | JLoader::_load() | JROOT/libraries/loader.php:707 |
27 | JLoader::_autoload() | Same as call in the line below. |
26 | spl_autoload_call() | JROOT/libraries/kunena/forum/topic/helper.php:291 |
25 | KunenaForumTopicHelper::getLatestTopics() | JROOT/components/com_kunena/models/topics.php:361 |
24 | KunenaModelTopics->getRecentTopics() | JROOT/components/com_kunena/models/topics.php:266 |
23 | KunenaModelTopics->getTopics() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
22 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_kunena/views/topics/view.html.php:35 |
21 | KunenaViewTopics->displayDefault() | JROOT/libraries/kunena/view.php:209 |
20 | KunenaView->displayLayout() | JROOT/libraries/kunena/forum/forum.php:489 |
19 | KunenaForum::display() | JROOT/modules/mod_kunenalatest/class.php:99 |
18 | ModuleKunenaLatest->_display() | JROOT/libraries/kunena/module/module.php:91 |
17 | KunenaModule->display() | JROOT/modules/mod_kunenalatest/mod_kunenalatest.php:36 |
16 | include JROOT/modules/mod_kunenalatest/mod_kunenalatest.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_lava/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_lava/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_lava/layouts/theme.php:129 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.48 ms After last query: 0.12 ms Query memory: 0.034 MB Memory before query: 15.397 MB Rows returned: 5
SELECT DISTINCT(user_id)
FROM j3x_usergroups AS ug1
INNER JOIN j3x_usergroups AS ug2
ON ug2.lft>=ug1.lft
AND ug1.rgt>=ug2.rgt
INNER JOIN j3x_user_usergroup_map AS m
ON ug2.id=m.group_id
WHERE ug1.id IN (7)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | ug1 | NULL | const | PRIMARY,idx_usergroup_nested_set_lookup | PRIMARY | 4 | const | 1 | 100.00 | Using temporary |
1 | SIMPLE | ug2 | NULL | ALL | PRIMARY,idx_usergroup_nested_set_lookup | NO INDEX KEY COULD BE USED | NULL | NULL | 18 | 22.22 | Using where |
1 | SIMPLE | m | NULL | index | PRIMARY | PRIMARY | 8 | NULL | 3159 | 10.00 | Using where; Using index; Using join buffer (Block Nested Loop) |
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.02 ms |
Creating tmp table | 0.02 ms |
executing | 0.00 ms |
Sending data | 1.11 ms |
end | 0.01 ms |
query end | 0.03 ms |
removing tmp table | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.03 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
38 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
37 | JDatabaseDriver->loadColumn() | JROOT/plugins/kunena/joomla/access.php:383 |
36 | KunenaAccessJoomla->getUsersByGroup() | JROOT/plugins/kunena/joomla/access.php:326 |
35 | KunenaAccessJoomla->getAuthorisedUsers() | JROOT/plugins/kunena/joomla/access.php:262 |
34 | KunenaAccessJoomla->loadCategoryRoles() | JROOT/libraries/kunena/access.php:151 |
33 | KunenaAccess->clearCache() | JROOT/libraries/kunena/access.php:123 |
32 | KunenaAccess->__construct() | JROOT/libraries/kunena/access.php:237 |
31 | KunenaAccess::getInstance() | JROOT/libraries/kunena/forum/category/helper.php:66 |
30 | KunenaForumCategoryHelper::initialize() | JROOT/libraries/kunena/forum/category/helper.php:1048 |
29 | include_once JROOT/libraries/kunena/forum/category/helper.php | JROOT/libraries/loader.php:738 |
28 | JLoader::_load() | JROOT/libraries/loader.php:707 |
27 | JLoader::_autoload() | Same as call in the line below. |
26 | spl_autoload_call() | JROOT/libraries/kunena/forum/topic/helper.php:291 |
25 | KunenaForumTopicHelper::getLatestTopics() | JROOT/components/com_kunena/models/topics.php:361 |
24 | KunenaModelTopics->getRecentTopics() | JROOT/components/com_kunena/models/topics.php:266 |
23 | KunenaModelTopics->getTopics() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
22 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_kunena/views/topics/view.html.php:35 |
21 | KunenaViewTopics->displayDefault() | JROOT/libraries/kunena/view.php:209 |
20 | KunenaView->displayLayout() | JROOT/libraries/kunena/forum/forum.php:489 |
19 | KunenaForum::display() | JROOT/modules/mod_kunenalatest/class.php:99 |
18 | ModuleKunenaLatest->_display() | JROOT/libraries/kunena/module/module.php:91 |
17 | KunenaModule->display() | JROOT/modules/mod_kunenalatest/mod_kunenalatest.php:36 |
16 | include JROOT/modules/mod_kunenalatest/mod_kunenalatest.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_lava/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_lava/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_lava/layouts/theme.php:129 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 0.07 ms Query memory: 0.033 MB Memory before query: 15.418 MB Rows returned: 0
SELECT `user_id`,`category_id`,`role`
FROM `j3x_kunena_user_categories`
WHERE `role` IN (1,2)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j3x_kunena_user_categories | NULL | range | role | role | 1 | NULL | 2 | 100.00 | Using index condition |
Status | Duration |
---|
starting | 0.04 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
35 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
34 | JDatabaseDriver->loadObjectList() | JROOT/libraries/kunena/access.php:165 |
33 | KunenaAccess->clearCache() | JROOT/libraries/kunena/access.php:123 |
32 | KunenaAccess->__construct() | JROOT/libraries/kunena/access.php:237 |
31 | KunenaAccess::getInstance() | JROOT/libraries/kunena/forum/category/helper.php:66 |
30 | KunenaForumCategoryHelper::initialize() | JROOT/libraries/kunena/forum/category/helper.php:1048 |
29 | include_once JROOT/libraries/kunena/forum/category/helper.php | JROOT/libraries/loader.php:738 |
28 | JLoader::_load() | JROOT/libraries/loader.php:707 |
27 | JLoader::_autoload() | Same as call in the line below. |
26 | spl_autoload_call() | JROOT/libraries/kunena/forum/topic/helper.php:291 |
25 | KunenaForumTopicHelper::getLatestTopics() | JROOT/components/com_kunena/models/topics.php:361 |
24 | KunenaModelTopics->getRecentTopics() | JROOT/components/com_kunena/models/topics.php:266 |
23 | KunenaModelTopics->getTopics() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
22 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_kunena/views/topics/view.html.php:35 |
21 | KunenaViewTopics->displayDefault() | JROOT/libraries/kunena/view.php:209 |
20 | KunenaView->displayLayout() | JROOT/libraries/kunena/forum/forum.php:489 |
19 | KunenaForum::display() | JROOT/modules/mod_kunenalatest/class.php:99 |
18 | ModuleKunenaLatest->_display() | JROOT/libraries/kunena/module/module.php:91 |
17 | KunenaModule->display() | JROOT/modules/mod_kunenalatest/mod_kunenalatest.php:36 |
16 | include JROOT/modules/mod_kunenalatest/mod_kunenalatest.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_lava/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_lava/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_lava/layouts/theme.php:129 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.30 ms After last query: 0.17 ms Query memory: 0.029 MB Memory before query: 15.438 MB Rows returned: 1
SELECT COUNT(*)
FROM j3x_kunena_topics AS tt
WHERE tt.hold IN (0)
AND tt.category_id IN (2,3,5,7)
AND tt.last_post_time>'1743013491'
AND tt.moved_id='0'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | tt | NULL | range | category_id,hold,last_post_time | last_post_time | 4 | NULL | 4 | 7.71 | Using index condition; Using where |
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/libraries/kunena/forum/topic/helper.php:372 |
25 | KunenaForumTopicHelper::getLatestTopics() | JROOT/components/com_kunena/models/topics.php:361 |
24 | KunenaModelTopics->getRecentTopics() | JROOT/components/com_kunena/models/topics.php:266 |
23 | KunenaModelTopics->getTopics() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
22 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_kunena/views/topics/view.html.php:35 |
21 | KunenaViewTopics->displayDefault() | JROOT/libraries/kunena/view.php:209 |
20 | KunenaView->displayLayout() | JROOT/libraries/kunena/forum/forum.php:489 |
19 | KunenaForum::display() | JROOT/modules/mod_kunenalatest/class.php:99 |
18 | ModuleKunenaLatest->_display() | JROOT/libraries/kunena/module/module.php:91 |
17 | KunenaModule->display() | JROOT/modules/mod_kunenalatest/mod_kunenalatest.php:36 |
16 | include JROOT/modules/mod_kunenalatest/mod_kunenalatest.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_lava/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_lava/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_lava/layouts/theme.php:129 |
9 | include JROOT/templates/yoo_lava/layouts/theme.php | JROOT/templates/yoo_lava/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_lava/index.php:16 |
7 | require JROOT/templates/yoo_lava/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:1126 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 586.40 ms After last query: 14.77 ms Query memory: 0.022 MB Memory before query: 15.468 MB Rows returned: 1
SELECT *
FROM `j3x_plg_easyfrontendseo`
WHERE `url` = 'index.php?option=com_content&view=article&catid=105&id=303&Itemid=1400'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j3x_plg_easyfrontendseo | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 210705 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 585.99 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.03 ms |
freeing items | 0.04 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
13 | JDatabaseDriver->loadAssoc() | JROOT/plugins/system/easyfrontendseo/easyfrontendseo.php:358 |
12 | PlgSystemEasyFrontendSeo->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->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:1140 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.24 ms After last query: 0.31 ms Query memory: 0.023 MB Memory before query: 15.484 MB Rows returned: 1
SELECT a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count
FROM j3x_content AS a
INNER JOIN j3x_categories AS c
on c.id = a.catid
LEFT JOIN j3x_users AS u
on u.id = a.created_by
LEFT JOIN j3x_categories as parent
ON parent.id = c.parent_id
LEFT JOIN j3x_content_rating AS v
ON a.id = v.content_id
WHERE a.id = 303
AND c.published > 0
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-04-25 18:24:51')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-04-25 18:24:51')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | v | NULL | system | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 0 | 0.00 | const row not found |
1 | SIMPLE | a | NULL | const | PRIMARY,idx_catid,jr_listing_count | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | c | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | u | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | parent | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.14 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.16 ms |
init | 0.06 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.10 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.03 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.03 ms |
freeing items | 0.05 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/components/com_content/models/article.php:151 |
14 | ContentModelArticle->getItem() | JROOT/plugins/system/easyfrontendseo/easyfrontendseo.php:780 |
13 | PlgSystemEasyFrontendSeo->automaticReplacement() | JROOT/plugins/system/easyfrontendseo/easyfrontendseo.php:393 |
12 | PlgSystemEasyFrontendSeo->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->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:1140 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.40 ms After last query: 76.28 ms Query memory: 0.033 MB Memory before query: 16.348 MB Rows returned: 229
SELECT *
FROM j3x_acymailing_config
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j3x_acymailing_config | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 229 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.01 ms |
preparing | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.11 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
11 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_acymailing/classes/cpanel.php:17 |
10 | cpanelClass->load() | JROOT/administrator/components/com_acymailing/helpers/helper.php:473 |
9 | acymailing_config() | JROOT/administrator/components/com_acymailing/helpers/helper.php:1185 |
8 | include_once JROOT/administrator/components/com_acymailing/helpers/helper.php | JROOT/plugins/system/regacymailing/regacymailing.php:139 |
7 | plgSystemRegacymailing->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:1146 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.55 ms After last query: 4.46 ms Query memory: 0.024 MB Memory before query: 16.566 MB Rows returned: 1
SELECT folder AS type, element AS name, params, extension_id
FROM j3x_extensions
WHERE element = 'jch_optimize'
AND type = 'plugin'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j3x_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.24 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.04 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/plugins/system/jch_optimize/platform/plugin.php:73 |
16 | JchPlatformPlugin::loadjch() | JROOT/plugins/system/jch_optimize/platform/plugin.php:45 |
15 | JchPlatformPlugin::getPlugin() | JROOT/plugins/system/jch_optimize/platform/plugin.php:90 |
14 | JchPlatformPlugin::getPluginParams() | JROOT/plugins/system/jch_optimize/platform/cache.php:131 |
13 | JchPlatformCache::getLifetime() | JROOT/plugins/system/jch_optimize/platform/cache.php:117 |
12 | JchPlatformCache::getCacheObject() | JROOT/plugins/system/jch_optimize/platform/cache.php:37 |
11 | JchPlatformCache::getCache() | JROOT/plugins/system/jch_optimize/jchoptimize/parser.php:79 |
10 | JchOptimizeParser->__construct() | JROOT/plugins/system/jch_optimize/jchoptimize/jchoptimize.php:53 |
9 | JchOptimize->process() | JROOT/plugins/system/jch_optimize/jchoptimize/jchoptimize.php:107 |
8 | JchOptimize::optimize() | JROOT/plugins/system/jch_optimize/jch_optimize.php:102 |
7 | plgSystemJCH_Optimize->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:1146 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
16 × SELECT *
FROM j3x_content
6 × SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time, c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level, c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id, c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `j3x_categories` AS `s`
INNER JOIN `j3x_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)
4 × SELECT groupid
FROM j3x_jreviews_groups
4 × SELECT `alias`,`catid`
FROM `j3x_content`
3 × SELECT t.parent_id
FROM j3x_categories as t
2 × SELECT a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count
FROM j3x_content AS a
INNER JOIN j3x_categories AS c
on c.id = a.catid
LEFT JOIN j3x_users AS u
on u.id = a.created_by
LEFT JOIN j3x_categories as parent
ON parent.id = c.parent_id
LEFT JOIN j3x_content_rating AS v
ON a.id = v.content_id
2 × SELECT Listing.catid
FROM j3x_content AS Listing RIGHT JOIN j3x_jreviews_categories AS Category
ON Listing.catid = Category.id
AND Category.option = 'com_content'
2 × SELECT DISTINCT plan_id
FROM j3x_osmembership_articles
2 × SELECT `id`,`name`,`rules`,`parent_id`
FROM `j3x_assets`
2 × SELECT id
FROM j3x_content
2 × SELECT catid
FROM j3x_content
2 × SELECT DISTINCT(user_id)
FROM j3x_usergroups AS ug1
INNER JOIN j3x_usergroups AS ug2
ON ug2.lft>=ug1.lft
AND ug1.rgt>=ug2.rgt
INNER JOIN j3x_user_usergroup_map AS m
ON ug2.id=m.group_id
2 × SELECT id
FROM j3x_osmembership_plans
2 × SELECT t.parent_id
FROM j3x_menu as t
2 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `j3x_extensions`
1 × SELECT JreviewsCategory.id
FROM j3x_jreviews_categories AS JreviewsCategory
LEFT JOIN j3x_categories AS Category
On JreviewsCategory.id = Category.id
1 × SELECT name
FROM j3x_jreviews_addons
1 × SELECT value
FROM j3x_jreviews_config
1 × SELECT @max_likes := MAX(likes_total)
FROM j3x_jreviews_media
1 × SELECT catid
FROM j3x_content
1 × SELECT id
FROM j3x_jreviews_categories
1 × SELECT Category.id AS value,Category.level AS level,Category.parent_id AS parent_id,JreviewsCategory.criteriaid AS listing_type_id,CONCAT(REPEAT('─', IF(Category.level>0,Category.level - 1,1)), ' ',Category.title) AS text
FROM j3x_categories AS Category RIGHT JOIN j3x_jreviews_categories AS JreviewsCategory
ON JreviewsCategory.id = Category.id
AND JreviewsCategory.`option` = 'com_content'
1 × SELECT *
FROM `j3x_kunena_configuration`
1 × SELECT `data`
FROM `j3x_session`
1 × SELECT Review.id AS `Review.review_id`, Review.pid AS `Review.listing_id`, Review.mode AS `Review.extension`, Review.created AS `Review.created`, Review.modified AS `Review.modified`, Review.userid AS `Review.user_id`, User.id AS `User.user_id`,
CASE WHEN CHAR_LENGTH(User.name) THEN User.name ELSE Review.name END AS `User.name`,
CASE WHEN CHAR_LENGTH(User.username) THEN User.username ELSE Review.username END AS `User.username`, User.block AS `User.block`, Review.email AS `User.email`, Review.ipaddress AS `User.ipaddress`, ReviewerRank.`rank` AS `User.reviewer_rank`, ReviewerRank.reviews AS `User.review_count`, Review.title AS `Review.title`, Review.comments AS `Review.comments`, Review.posts AS `Review.posts`, Review.author AS `Review.editor`, Review.published AS `Review.published`, IF(Review.rating=0,"na",Review.rating) AS `Rating.average_rating`, Review.vote_helpful AS `Vote.yes`, (Review.vote_total - Review.vote_helpful) AS `Vote.no`, (Review.vote_helpful/Review.vote_total)*Review.vote_helpful AS `Vote.helpful`, Review.owner_reply_text AS `Review.owner_reply_text`, Review.owner_reply_approved AS `Review.owner_reply_approved`, Review.owner_reply_created AS `Review.owner_reply_created`, Review.media_count AS `Review.media_count`, Review.video_count AS `Review.video_count`, Review.photo_count AS `Review.photo_count`, Review.audio_count AS `Review.audio_count`, Review.attachment_count AS `Review.attachment_count`, Review.listing_type_id AS `ListingType.listing_type_id`
FROM j3x_jreviews_comments AS Review
LEFT JOIN j3x_users AS User
ON Review.userid = User.id
LEFT JOIN j3x_jreviews_reviewer_ranks AS ReviewerRank
ON Review.userid = ReviewerRank.user_id
LEFT JOIN j3x_content AS Listing
ON Listing.id = Review.pid
LEFT JOIN j3x_jreviews_listing_totals AS Totals
ON Totals.listing_id = Review.pid
AND Totals.extension = 'com_content'
1 × SELECT Listing.id AS `Listing.listing_id`, Listing.alias AS `Listing.slug`, Listing.title AS `Listing.title`, Listing.introtext AS `Listing.summary`, Listing.fulltext AS `Listing.description`, Listing.images AS `Listing.images`, Listing.hits AS `Listing.hits`, Listing.catid AS `Listing.cat_id`, Listing.created_by AS `Listing.user_id`, Listing.created_by_alias AS `Listing.author_alias`, Listing.created AS `Listing.created`, Listing.modified AS `Listing.modified`, Listing.access AS `Listing.access`, Listing.state AS `Listing.state`, Listing.publish_up AS `Listing.publish_up`, Listing.publish_down AS `Listing.publish_down`, Listing.metakey AS `Listing.metakey`, Listing.metadesc AS `Listing.metadesc`, 'com_content' AS `Listing.extension`, Field.featured AS `Listing.featured`, JreviewsCategory.criteriaid AS `ListingType.listing_type_id`, Category.id AS `Category.cat_id`, Category.title AS `Category.title`, Category.alias AS `Category.slug`, Category.access AS `Category.access`, Category.params AS `Category.params`, Directory.id AS `Directory.dir_id`, Directory.title AS `Directory.title`, Directory.slug AS `Directory.slug`, User.id AS `User.user_id`, User.name AS `User.name`, User.username AS `User.username`, User.email AS `User.email`, User.block AS `User.block`, Claim.approved AS `Claim.approved`, Totals.user_rating AS `Review.user_rating`, Totals.user_rating_count AS `Review.user_rating_count`, Totals.user_criteria_rating AS `Review.user_criteria_rating`, Totals.user_criteria_rating_count AS `Review.user_criteria_rating_count`, Totals.user_comment_count AS `Review.user_review_count`, Totals.editor_rating AS `Review.editor_rating`, Totals.editor_rating_count AS `Review.editor_rating_count`, Totals.editor_criteria_rating AS `Review.editor_criteria_rating`, Totals.editor_criteria_rating_count AS `Review.editor_criteria_rating_count`, Totals.editor_comment_count AS `Review.editor_review_count`, Totals.media_count AS `Listing.media_count`, Totals.video_count AS `Listing.video_count`, Totals.photo_count AS `Listing.photo_count`, Totals.audio_count AS `Listing.audio_count`, Totals.attachment_count AS `Listing.attachment_count`, (Totals.media_count - Totals.media_count_user) AS `Listing.media_count_owner`, (Totals.video_count - Totals.video_count_user) AS `Listing.video_count_owner`, (Totals.photo_count - Totals.photo_count_user) AS `Listing.photo_count_owner`, (Totals.audio_count - Totals.audio_count_user) AS `Listing.audio_count_owner`, (Totals.attachment_count - Totals.attachment_count_user) AS `Listing.attachment_count_owner`, Totals.media_count_user AS `Listing.media_count_user`, Totals.video_count_user AS `Listing.video_count_user`, Totals.photo_count_user AS `Listing.photo_count_user`, Totals.audio_count_user AS `Listing.audio_count_user`, Totals.attachment_count_user AS `Listing.attachment_count_user`
FROM j3x_content AS Listing
LEFT JOIN j3x_jreviews_listing_totals AS Totals
ON Totals.listing_id = Listing.id
AND Totals.extension = 'com_content'
LEFT JOIN j3x_jreviews_content AS Field
ON Field.contentid = Listing.id
LEFT JOIN j3x_jreviews_categories AS JreviewsCategory
ON JreviewsCategory.id = Listing.catid
AND JreviewsCategory.`option` = 'com_content'
LEFT JOIN j3x_categories AS Category
ON Category.id = Listing.catid
AND Category.extension = 'com_content'
LEFT JOIN j3x_jreviews_directories AS Directory
ON Directory.id = JreviewsCategory.dirid
LEFT JOIN j3x_users AS User
ON User.id = Listing.created_by
LEFT JOIN j3x_jreviews_claims AS Claim
ON Claim.listing_id = Listing.id
AND Claim.user_id = Listing.created_by
AND Claim.approved = 1
1 × SELECT media.media_id, media.media_type, media.media_function, media.likes_rank, media.likes_up, media.likes_total, media.created, media.main_media, media.listing_id, media.review_id, media.user_id, media.filename, media.file_extension, media.rel_path, media.title, media.description, media.media_info, media.metadata, media.embed, media.published, media.approved, media.access, media.views, media.filesize, media.extension
FROM j3x_jreviews_media AS media
1 × SELECT review_id, criteria_id, IF(rating=0,'na',rating) AS rating
FROM j3x_jreviews_review_ratings
1 × SELECT Review.reviewid AS element_id,jr_didyoutry,jr_sitecourse,jr_productsdiditry,jr_productmysite
FROM j3x_jreviews_review_fields AS Review
1 × SELECT *
FROM j3x_jreviews_fieldoptions
1 × SELECT *
FROM j3x_kunena_categories
1 × SELECT `user_id`,`category_id`,`role`
FROM `j3x_kunena_user_categories`
1 × SELECT COUNT(*)
FROM j3x_kunena_topics AS tt
1 × SELECT *
FROM `j3x_plg_easyfrontendseo`
1 × SELECT *
FROM j3x_acymailing_confi
1 × SELECT Field.fieldid AS `Field.field_id`, Field.groupid AS `Field.group_id`, Field.name AS `Field.name`, Field.title AS `Field.title`, Field.showtitle AS `Field.showTitle`, Field.description AS `Field.description`, Field.required AS `Field.required`, Field.type AS `Field.type`, Field.location AS `Field.location`, Field.options AS `Field.params`, Field.contentview AS `Field.contentView`, Field.listview AS `Field.listView`, Field.compareview AS `Field.compareView`, Field.listsort AS `Field.listSort`, Field.search AS `Field.search`, Field.access AS `Field.access`, Field.access_view AS `Field.accessView`, Field.published As `Field.published`, Field.ordering AS `Field.ordering`, `
Group`.groupid AS `
Group.group_id`, `
Group`.title AS `
Group.title`, `
Group`.name AS `
Group.name`, `
Group`.showtitle AS `
Group.showTitle`, `
Group`.ordering AS `
Group.ordering`, `
Group`.control_field AS `
Group.control_field`, `
Group`.control_value AS `
Group.control_value`
FROM j3x_jreviews_fields AS Field
LEFT JOIN j3x_jreviews_groups AS `
Group`
ON `
Group`.groupid = Field.groupid
1 × SELECT c.id, c.parent, c.object_id, c.object_group, c.userid, c.name, c.username, c.title, c.comment , c.email, c.homepage, c.date, c.date as datetime, c.ip, c.published, c.deleted, c.checked_out, c.checked_out_time , c.isgood, c.ispoor , v.value as voted ,
case when c.parent = 0 then unix_timestamp(c.date) else 0 end as threaddate, '' AS object_title, '' AS object_link, 0 AS object_access, 0 AS object_owner
FROM j3x_jcomments AS c
LEFT JOIN j3x_jcomments_votes AS v
ON c.id = v.commentid
AND v.userid = 0
AND v.ip = '18.191.154.2'
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params,am.mirror_id, am.params AS advancedparams, 0 AS menuid, m.publish_up, m.publish_down
FROM j3x_modules AS m
LEFT JOIN j3x_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
LEFT JOIN j3x_advancedmodules as am
ON am.moduleid = m.id
1 × SELECT *
FROM `j3x_jcomments_settings`
1 × SELECT id, rules
FROM `j3x_viewlevels
1 × SELECT b.id
FROM j3x_usergroups AS a
LEFT JOIN j3x_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM j3x_extensions
1 × SELECT plan_id
FROM j3x_osmembership_urls
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 j3x_menu AS m
LEFT JOIN j3x_extensions AS e
ON m.component_id = e.extension_id
1 × SELECT *
FROM j3x_languages
1 × SELECT *
FROM j3x_osmembership_schedulecontent
1 × SELECT *
FROM j3x_osmembership_config
1 × SELECT id
from j3x_jreviews_categories
1 × SELECT id, home, template, s.params
FROM j3x_template_styles as s
LEFT JOIN j3x_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
1 × SELECT `id`
FROM `j3x_jcomments_mailq`
1 × SELECT `m`.`tag_id`,`t`.*
FROM `j3x_contentitem_tag_map` AS m
INNER JOIN `j3x_tags` AS t
ON `m`.`tag_id` = `t`.`id`
1 × SELECT MAX(ordering)
FROM `j3x_extensions`
1 × SELECT `ordering`
FROM `j3x_extensions`
1 × SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM j3x_fields AS a
LEFT JOIN `j3x_languages` AS l
ON l.lang_code = a.language
LEFT JOIN j3x_users AS uc
ON uc.id=a.checked_out
LEFT JOIN j3x_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN j3x_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN j3x_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `j3x_fields_categories` AS fc
ON fc.field_id = a.id
1 × SELECT catid
FROM j3x_content
1 × SELECT count(*)
FROM j3x_jreviews_categories AS Category
1 × SELECT *
FROM `j3x_jcomments_objects`
1 × SELECT count(*)
FROM j3x_jcomments AS c
1 × SELECT `session_id`
FROM `j3x_session`
1 × SELECT *
FROM `j3x_jcomments_custom_bbcodes`
1 × SELECT folder AS type, element AS name, params, extension_id
FROM j3x_extensions
תודה על הקורס היעיל והנעים
לא הגיע אלי הקישור ליום המחמישי - אפשר בבקשה?
תודה
יוסי
שאלה- נרשמתי דרך האתר שלכם לאחסון בבלוהוסט לדומיין mysimplesaving. net
האם אפשר לקבל וידאו או הסבר איך אני משמש באחסון על מנת להעלות אתרים אחרים שלי?
תודה
נרשמתי דרכך ל GV0 ואני עובדת עם סרטוני ההדרכה שלהם, הם ברורים וקל להבין אותם אבל דבר אחד אני לא מוצאת... אמור להיות לי שם גם אימייל עם שם הדומיין שרכשתי דרכם, נכון?
איפה אני מוצאת אותו??? או איפה אני מגדירה אותו?
תודה על עזרתך,
קרני
ברצוני לבנות אתר אשמח אם תוכל לבנות אותו עבורי
אשמח באם תיצור איתי קשר טלפוני 0506-309111
כל טוב
דוד
כמה שאלות טכניות:
1. רשימת/טבלת האנשים שהשאירו את המיילים שלהם שמותיהם ופרטיהם האישיים,
היכן היא שמורה/מרוכזת? כדי שאוכל לראות כמה אנשים יש לי ברשימה וכד'...
2. במידה וארצה בשלב כלשהו להחליף מערכת דיוור, נאמר מהארץ לחו"ל, איך מייצאים רשימה זו?
3. במידה ואני מעוניין ברשימה/טבלה מורחבת יותר, המכילה גם פרטים נוספים, כגון:
שם פרטי, שם משפחה, טלפון ועוד, כיצד מיצרים כזו?
אולי עדיף לעלות את התשובות בסרטון השלמה לסרטון הזה,
אבל גם תשובה בכתב תתקבל בברכה,
תודה אריק
ברצוני להודות לך על המצגות המקצועיות והברורות
אין ספק כי כל מי שחפץ בהקמת אתר חדש יוכל למצוא כאן את התשובות בצורה הברורה ביותר
העזרה שלך נתנה לי את הכלים להרים אתר לאוויר
תודה
רמי
few of your posts. Many of them are rife with spelling issues and I find it
very bothersome to inform the reality nevertheless I will definitely come again again.
רציתי לשאול את דעתך על חברת הדיוור
V.I.Plus
המליץ לי עליה מישהו שכמוך מקבל כסף על מי שנרשם דרכו, ולא סיפר את זה בשקיפות, כמוך. ועכשיו שהבנתי שיש לו נגיעה אני לא יודעת כמה אפשר לסמוך על ההמלצה שלו. מה דעתך?
אין לי שום ניסיון אישי איתה, אבל שמעתי עליה דברים טובים.
אני אישית אוה באת רב מסר, אבל שוב, זה לא כי השוויתי ביניהם.
כמובן שאם תירשמי, אשמח אם תרישמי דרכנו - http://www.mamon.biz/email-marketing
website achieving desirable resᥙlts. Neѵerthelesѕ,
thɦe various search engines are pretty smart, and you
also have tto buy or create backlinks wisely ass opposeⅾ to just posting your
links on virtually any every site on the net, wһich the truth is can ցet your site banneɗ even. Obviously
іf somebody applies nofollow to somе link it's got no seaгch engine
results pοsitioning value even though it still has value of having
the capacitү to pass traffic through it for your website.
My homepage; seo: https://www.fiverr.com/cldisplay_seo/build-25-to-30-real-high-authority-backlinks-for-your-site
solidify thrm our own teen years. Unfortunately,
many of those harmful habits we formed early in life, whie we had been still trying to fnd out
what living was all about, have stuck around.And unless
we make a conscdious choice to change them, they will continie
to be a part of our life.
It is recommended that you test the RV very some time before buyinmg the
game. The rig should be checked well during very inn detail.
If you aren't a good expert for testing the automobiles,
it's recommended that you bring someone along along with you who great at thought.
Yoou are paying a a small fortune for the trailer and hence your purchase shouldn't just ennd alopng
with a first view. There is a need for thorough assessment.
Often, the dealer mighht tate that he involves a mechanic of his own but you shouldn't
believe his words. When he might work with a friend wwho iss biased in the seller.
Screwed up and try tell you that the truck is good just enable the dealer sell the car.
Instead, you should get someone of your so that they can test the automobile and
supply good opinion about it.
So inn the quest for thhe last word on overcomimg barriers in fitness, Tom sat down with me and ogether we
came out with 3 basic principles that will help break-down fears and intimidations inn reaching fitness endeavours.
It is a really smooth sailing once in order to crossed the hurdle within the first encounter,
which is really a difficult proposution without proper
dating relationship advice. If you havfe never had
the oppertunity to take a a second daate with similar partner, you are in dire need of such advice.
Your first date should be arranged look at this: https://ntc33.fun/other-games/joker123/26-joker123 a public placement.
Women feel safe when they for you to meet someone they don't know, on the place where there are fantastic around.
Therefore, it would be ideal if you're going your first date in order to become either in a
good restaurant or within a cafe.
You preferably should stop caring about what girls keep in mind you when learning how to make a conversation having a girl.
The less you are concerned about her opinion, is able
to it in order to use talk to her and ultimately succeed with his /
her.
You might pick a few hen night accessories weekend to be able to go, some funny slippers for everybody or a dare
game. But no matter you actually choose don't forget
the whole idea among the weekend: beauty and leisure.
A late sleep in order to be just as welcomed as any other cure.
A spa party might be just the time you to be able to relax minor.
If you truly bride-to-be it ought to be a first rate break from
all the putting together. In any case a new weekend away from everything, with only the
best friends and also beauty treatments will together with a fresh perspective.
is sharing data, that's in fact fine, keep
up writing.
really really nice post on building up new blog.
News. Do you have any tips on how to get listed in Yahoo
News? I've been trying for a while but I never seem to get there!
Thanks
can always re-raise your raise. Fans of this game are increasing day-to-day as
this is reallly a unique way to generate money.
as though you relied on the video to make your point.
You clearly know what youre talking about, why throw away your intelligence on just posting videos to your weblog when you could be giving us something enlightening to read?
This is the very first time I frequented your web page and thus far?
I amazed with the research you made to make this actual submit
amazing. Excellent activity!
I will make sure to bookmark it and return to learn more of
your helpful info. Thanks for the post. I will definitely comeback.
What may you suggest in regards to your publish that
you simply made a few days ago? Any certain?
that truly how to do blogging and site-building.
it please help.
this excellent blog! I guess for now i'll
settle for bookmarking and adding your RSS feed to my Google account.
I look forward to fresh updates and will share this website with my
Facebook group. Chat soon!
I meann the title within the HTML code in your personal home page or is
called tthe index. Use these keywords and phrases inside your ads too.
If you continue your relationship with one, you
alienate the the other.
Many strtegies depend on raising bets even remember when you
are losing. Acct aas a winner player now and be the victorious one.
Engine Optimization? I'm trying to get my blog to rank for some targeted
keywords but I'm not seeing very good results. If you know of any please share.
Appreciate it!
this write-up very forced me to take a look at and do so!
Your writing taste has been amazed me. Thanks, very nice article.
No team surprised me more Senators last season. This movie is based on a noel by
Richard Yates.
Here is my web blog; joker game 123: http://www.vingview.com/joker-123-best-online-gaming-where-you-can-earn-money/
There are a variety of sites located on the Internet that actively
pay guest bloggers to post their content on their sites.
licensed movies and television exhibits from throughout the years, and much like Crackle, the selection is decidedly hit-or-miss.
How a lot does Tubi cost? Here's find out how to drop the month-to-month payment and get began with Tubi Television, or head over to read our 25 best
Tubi Television movies roundup.
best movies: https://www.trioventsoftech.com/2020/09/02/remembering-director-bob-clark-67-who-made-the-classic-a-christmas-story/
best movies: http://adesesleus.cowblog.fr/3.html
best
movies: https://www.psema4.com/all-genres/the-late-heath-ledger-will-live-on-in-dark-knight-watch-for-free/
check things out. I like what I see so now i am following you.
Look forward to looking into your web page again.
This article has really peaked my interest. I'm going to bookmark your website and keep checking
for new details about once per week. I opted in for
your RSS feed as well.
keep it up all the time.
a really good dress. How should i benefit continue
to keep this bad habit? (E.g. Some breakups have
each person readily accepting it and remaining friends afterward.
obviously aware that making cash with a blog is possible.
I'm not here to tell you that you will get rich and famous
(that part is totally up personal abilities as an author or other talents) but it is
possible. The purpose of this article is to show
you how to earn money having a blog. I will along with 6 tips
to ensure you get pointed in the right direction.
Flowers offer endless option. Look for patterns in your daughter's clothes that pick up on a floral design. Use a
rose print paper and include quotes about roses.
Do a search for tiny silk flowers to use in your computer screen. Press a petal or a flower and laminate it before attaching to the
page. Floral themes effectively work with colors; vibrant orange
and yellow, pastel pink and green, moody violet and deep blue.
The options are endless.
Link engineering. Aside from optimizing your pages, discover also attract search engines by linking with similar websites.
Search engines consider an online presence a good source of knowledge
if there are a lot of links pointing to so it. This can result to enormous traffic and good page ranking.
The crucial link create is a one-way association. Google loves might of backlink because it believes this specific shows your popularity.
A one-way link looks things like this gets nothing in return, therefore
just linking any the quality of the website and making your website look good to yahoo.
Well, the catch is that, getting a one-way link is very difficult.
Many websites WILL want something in return, whether its money, another
link from the local different website, or other services.
The most way to create this connected with link would find free directories or websites enable submissions or postings of links.
Many link building services post comments or forum posts with a traffic back to the website, creating one-way back again.
Use the keywords are actually specifically linked to your
writing. Write content around these keywords that guide your searchers.
Give them a flavor of a person may solve their worries.
Little girls love to play act. Collect pictures of your little one dressed
like a nurse, a chef also known as a teacher. Use stickers or cut out photos associated with the ambulance, a
food mixer or a black board to form part on the background.
Include little extras such like a tiny bandage, a
eliminate food label or classroom stickers. Place your daughter in the guts
of the page so she may be the focal problem.
Furthermore, anyone put website address needs to on another
site with thousands of other links to other websites, then just don't forget that Google will
take that into consideration and allows your link its relatively small slice of on the other
site's PR divided amongst all of the other links, should the site has any
PR at all. So putting your site's link on a website that gets
a lot of other links may not do you that much good.
There really is no better technique market web site than to obtain commenting.
Gonna do a lot of great your traffic, your internet advertising
rankings, your subscriber list and your Pagerank.
gear straight away! You're showing that an individual an authority on what you will selling.
excellent and i can assume you are an expert on this subject.
Well with your permission allow me to grab your RSS feed to keep up to
date with forthcoming post. Thanks a million and please keep up the gratifying work.
an attainable objective. Let's face it, strategies just a ton more
venues for writing copy at this instant.
your posts. A number of them are rife with spelling issues and I
find it very troublesome to tell the reality then again I will surely come again again.
help of more traffic. They not have any benefit from
doing it. These programs help direct traffic into a site by information.
Also visit my homepage ... joker123
casino: https://918.cafe/downloads/1799-joker123
I have learn this publish and if I could I want to suggest you
few interesting things or advice. Maybe you can write next
articles relating to this article. I want to learn even more things approximately it!
these details: https://www.science.org.au/search?search=https%3A%2F%2Flmeed.com%2F&g-recaptcha-response=03AGdBq24D3-nTLzzBAfhNcbNZO0WSyj6lhGtcDLasPqkGvgVEJgPmUvCjA8DNeHPNqTf-fWGKH-ThrFB8oQYX0a8AN7IJhB7pJfPb9wFd3ozcmirgz99fGneWtpxUTF9lV8Y6Y0M8tcb__pDX8Yrg0i794uMqYtRsDObrHmdYsVZbzyd4fM4gWU8JpLxIXqdYJemS0gPr88JEKKZAJYMboBNBTKJy7NOSYGIzYS0rQwOcfNiT7fLJFbwGv8ggqXJEUWmSN3kY0IqRjDKknn6y43tXeiadcqM1F1K443EpTwJYvpj8oqGQa8fcaI30nqcDM3W19blsSWrs0x60Wy_FUVGY9n4kGCagkMNSpJ_qn3gh7cnqVRLWWEBWB9R0o9bg14TFt20JIf9FYU3_TgT-x-4qNgaIqqo-G38bvInLIFLqvcwajopidNhYOH8P5tTzhMd0mg27Ed9rbpgNFP3hhdFI4WcC50j_iRKneUENvTnYPFqqMwK86xWXvcVM44-ua56dZj8AjAgX Learn More Here: http://wiki.ndf.taklia.com/index.php?title=Viagra_Online_Canadian_Pharmacy_81432 visit the website: http://106515.com/home.php?mod=space&uid=823106&do=profile&from=space More about
the author: https://wiki.darkcoin.eu/index.php?title=Cheapest_Generic_Viagra_45192 check out this site: https://1bankir.ru/user/AurelioHartz1/ read review: http://palz.one/index.php?title=Generic_Viagra_Cost_35368 great site: https://www.mgtow.wiki/index.php/Buy_Generic_Viagra_Online_71473 this
article: https://freestyler.ws/forum/profile/psvmilla09 link: https://support.sportssites.us/index.php?title=User:TeraChs16600 why not try these out: https://wiki.darkcoin.eu/index.php?title=Viagra_Alternatives_95165 discover here: https://communityaction.wiki/index.php?title=User:HughBard5436 wikipedia reference: http://www.ffxiv-wiki.com/index.php?title=Generic_Viagra_Cost_66858
click for more info: https://rockfishlax.com/library/index.php/Generic_Viagra_Online_56678 investigate this site: http://eosn.org/Viagra_Prescription_74810 informative
post: http://www.wind-surfing.de/index.php?title=Viagra_Without_A_Doctor_Prescription_55789
reels. She had a lengthy stay at the hospital and recovered during
2007.
great written and include almost all important infos. I would like to see
more posts like this . click here to investigate: http://nvrzone.com/ru/forum/topic/70648 visit their
website: https://www.kennethknee.com/mediawiki/index.php/Generic_Viagra_Online_Canadian_Pharmacy_70704 visit this site right
here: https://pt7.info/index.php?title=Buying_Viagra_Online_88565 this website: https://emoforum.org/discussion/228005/buy-viagra-online-cheapest-48765 check my reference: http://thehempedia.com/index.php?title=User_talk:JuniorLew040 you can try here: http://wiki.x.pharmasecure.com/index.php?title=Female_Viagra_Tablets_Price_59317 you can find out more: https://wiki.smawidyanusantara.sch.id/index.php/Generic_Viagra_India_91657 use this link: https://www.23h.online/blog/155962/how-safe-is-viagra-54480/ helpful hints: https://ultrapedia.org/wiki/index.php/User:Declan4996 hop over to this
site: http://cokeexchange.com/wookie/index.php?title=Best_Generic_Viagra_India_17826 check my site: https://qikcleans.com/index.php?title=User:LorettaKetcham5 navigate to
this website: http://tao.130vip.com/home.php?mod=space&uid=3153004&do=profile&from=space her response: https://wiki.psxdigital.com/index.php/Viagra_100mg_Price_India_32681
company website: https://traaittforum.com/index.php?topic=192842.0 click to read: https://covid311wiki.info/index.php/Viagra_Alternatives_55790
good topic. I needs to spend a while finding out more
or understanding more. Thank you for magnificent
info I was looking for this info for my mission. go to these guys: https://covid311wiki.info/index.php/Rx_Viagra_Canada_28679
Get
More Info: http://www.ffxiv-wiki.com/index.php?title=Natural_Viagra_55598 go now: https://rockfishlax.com/library/index.php/Viagra_Online_Fast_Delivery_91806 visit this
website: http://www.hearthhaven.co.uk/wiki/index.php/Can_You_Purchase_Viagra_Over_The_Counter_In_Mexico_20241 you can try these out: http://wiki.ndf.taklia.com/index.php?title=Cheap_Prices_For_Viagra_53656 go: https://wsgcparkinglot.com/index.php?topic=55518.0 my
review here: https://fastfood-forum.com/index.php?action=profile;u=153330 navigate to this site: https://zerocarbon.email/wiki/index.php?title=Viagra_Online_Generic_81580 click here to find out more: https://envelopedia.com/index.php?title=Buy_Viagra_Online_55916 wikipedia reference: http://www.bmetv.net/user/MatthiasSt more information: https://romaheating.ca/helps/index.php?topic=70775.0 Website: https://multi.wiki/index.php/User:JoyCarslaw3684 more
information: https://support.sportssites.us/index.php?title=How_Much_Is_Generic_Viagra_In_Mexico_16675 check that: http://irssoft.com/forums/users/alexisfoltz3/ this post: https://www.kennethknee.com/mediawiki/index.php/Viagra_India_Pharmacy_90397
here, I am really enjoying by these. go to this web-site: https://jewsunderattack.com/index.php/Order_Sildenafil_20_Mg_20217 find more info: https://btmi.mobyte.org/index.php/Viagra_Generic_Online_77292 go to this site: https://wiki.psxdigital.com/index.php/Buy_Generic_Viagra_Online_95964
web link: http://wiki.lessdead.com/index.php?title=User:MicahLuft04826 like it: https://cvcamp.org/index.php/Sildenafil_87_50_Mg_24614 pop over to these guys: http://192.155.87.178/mediawiki/index.php/Generic_Viagra_India_82412 you could
try this out: http://www.aquarianz.com/fluxbb/viewtopic.php?id=197465 why not look here: http://thehempedia.com/index.php?title=Viagra_500mg_Price_In_India_29577
wikipedia
reference: http://karlskronamakerspace.org/wiki/index.php?title=Anv%C3%A4ndare:MerleMeador3 hop over to this web-site: http://privacylawguide.com/index.php?title=User:GWIMicah105724 article: http://www.atlasroleplay.com/forum/discussion/270469/40-mg-sildenafil-62955/p1?new=1 read the full info here: http://unixgaming.nn.pe/unixgameforums/discussion/89151/sildenafil-discount-12212 Home Page: https://wiki.dragonsprophets.com/index.php/Sildenafil_50_Coupon_34555 you
can check here: https://wiki.darkcoin.eu/index.php?title=User:RussPounds88 Going Here: http://www.gsjh.tyc.edu.tw/~forever/userinfo.php?uid=2184128
I am glad to find a lot of helpful info right here in the publish,
we need work out extra strategies in this regard, thank you for sharing.
. . . . .
I require an expert in this space to unravel my problem.
Maybe that is you! Taking a look forward to look you.
therefore where can i do it please help.
for this subject, however, you sound like you know what you're talking about!
Thanks
as no one else know such special approximately my trouble.
You are incredible! Thank you! you could try this out: https://indiwiki.udata.id/mediawiki/index.php?title=20mg_Sildenafil_82854
click over here now: https://www.genericable.com/index.php?topic=77141.0 you can find out more: https://agile.kiwi/index.php?title=Viagra_Pills_For_Sale_Canada_20747 this website: http://goodsia2.cafe24.com/board_GVkV25/459487 click over here now: https://ultrapedia.org/wiki/index.php/Order_Real_Viagra_75018 straight
from the source: http://thehempedia.com/index.php?title=Viagra_Online_Purchase_In_India_77587 you can check here: https://wikicorp.org/index.php?title=How_To_Order_Viagra_Online_In_India_12390 click this link now: https://91dba.com/mediawiki/Viagra_Medicine_53818
more
helpful hints: https://www.kennethknee.com/mediawiki/index.php/User:DerrickReedy2 investigate
this site: https://wiki.gid.gov.ma/mediawiki/index.php/Utilisateur:RandalMadera the original source: https://wiki.uc.ac.id/index.php/Cheap_Real_Viagra_Canada_64707
Continue Reading: https://rockfishlax.com/library/index.php/Viagra_Online_Without_Prescription_Free_Shipping_54535 news: http://wiki.gotrack.vn/index.php/Discount_Canadian_Viagra_49393 explanation: https://communityaction.wiki/index.php?title=Buy_Sildenafil_Generic_Online_27111 navigate to this site: https://ffxiv-knights-ivalice.org/index.php?title=User:ThadSharwood
listen news on TV, therefore I just use world wide web for that reason, and obtain the latest news.
Visit Your URL: https://macymcadoo.org/index.php/User:JonathonBaskett read: http://wiki.x.pharmasecure.com/index.php?title=User:EvonnePoston5 click here for more info: https://exalted.mushhaven.com/index.php?title=Can_You_Buy_Viagra_In_Canada_Over_The_Counter_64651 Visit Your URL: https://wikicorp.org/index.php?title=Buying_Generic_Viagra_48562 click this link now: https://physioexrx.com/index.php/Can_You_Buy_Over_The_Counter_Viagra_32533 click
resources: http://www.wind-surfing.de/index.php?title=Viagra_Prices_Singapore_96969 continue reading this: https://wiki.smawidyanusantara.sch.id/index.php/Viagra_Cream_Buy_Online_12480 click for
more: https://pt7.info/index.php?title=How_To_Buy_Viagra_Online_In_India_80430 her comment is here: https://erxadvancedmaleformula.com/index.php?topic=3418.0 browse around here: https://wikicorp.org/index.php?title=Viagra_Tablets_100mg_99436 pop over to this web-site: https://smalltimecook.com/index.php/topic,81784.0.html Read
More Here: http://www.trade-dress.com/board_ZXVh85/769459 More about the author: https://envelopedia.com/index.php?title=Viagra_200mg_Tablets_92352 browse around here: https://www.velenceibiennale.com/index.php?topic=223231.0
top article: http://www.wind-surfing.de/index.php?title=Viagra_Online_88384
is time to be happy. I have read this post and if I could I
want to suggest you some interesting things or advice.
Perhaps you could write next articles referring to this article.
I desire to read even more things about it!
If you gives a great article, other sites will pick it up, gaining you a great many more
buttons.
at net, except I know I am getting familiarity everyday by reading thes good content.
look at here now: https://www.ayuren.com/home.php?mod=space&uid=1092115&do=profile&from=space find out this
here: https://jewsunderattack.com/index.php/User:Marlys0285 why not
try here: https://drugwiki.org/index.php?title=Generic_Viagra_Buy_Online_India_40276 you can try this
out: https://asta.uni-saarland.de/wiki/index.php?title=Benutzer:GlendaSloman81 read: https://pbdemo.in4comgroup.com/node/2564245 you can check
here: http://top.marriageable.ru/index.php?a=stats&u=charleymulgrave see this
here: http://regender.com/swap/http://wiki.x.pharmasecure.com/index.php?title=Price_Of_Viagra_In_Australia_93152 Full Article: https://polaritylibrary.com/index.php?title=Where_To_Buy_Viagra_Pharmacy_89168 next
page: https://advertpedia.guail.es/index.php?title=Sildenafil_Citrate_Tablets_Ip_100_Mg_91155 my latest blog post: http://lore.foxholestats.com/index.php?title=Cheap_Brand_Viagra_100mg_47190 look
at this web-site: https://bunny.wiki/wiki/Viagra_100mg_Price_Canada_83496 visit: https://multi.wiki/index.php/Sildenafil_Price_Singapore_16175 More
Help: https://www.kennethknee.com/mediawiki/index.php/Viagra_Generic_In_Mexico_87412 navigate here: http://gmis.org.au/content/female-viagra-2018-46660 site link: http://xuekegu.com/home.php?mod=space&uid=213527&do=profile&from=space
It's awesome to come across a blog every
once in a while that isn't the same unwanted rehashed material.
Fantastic read! I've bookmarked your site and I'm including your RSS feeds to my Google account.
More about the author: http://arkay.se/Anv%C3%A4ndare:KeeshaAquino0 have a peek at this website: https://sportztrip.com/forum/index.php?topic=144848.0 advice: http://wiki.ndf.taklia.com/index.php?title=Viagra_Pills_Online_52579 see: https://www.crackingdrupal.com/errata/buy-viagra-200-mg-72458 her explanation: http://intranet.biblored.net/biblo-wiki/index.php/Sildenafil_Online_Prices_64663 navigate to this site: https://indiwiki.udata.id/mediawiki/index.php?title=How_To_Order_Viagra_Pills_60243 read the
full info here: https://pbdemo.in4comgroup.com/node/2826825 Check Out Your URL: https://wiki.dragonsprophets.com/index.php/Buy_Viagra_Pills_From_Canada_22521 check out this site: https://www.wiki.clientigent.com/index.php?title=Generic_Viagra_Usa_80358 website here: https://sunshinediamondriver7.com/ssd/viewtopic.php?id=8382 this link: http://www.powerbarwiki.com/index.php?title=Female_Viagra_Brand_Name_In_India_67278 Read More
Here: http://www.hearthhaven.co.uk/wiki/index.php/User:LinetteJsr click this link here now: https://wiki.luv.asn.au/mediawiki/index.php?title=Average_Cost_Of_Viagra_In_Canada_44688 find out: https://communityaction.wiki/index.php?title=Viagra_100mg_Tablet_Online_In_India_70086 Discover More: https://sportztrip.com/forum/index.php?topic=155955.0
could add to my blog that automatically tweet my newest twitter
updates. I've been looking for a plug-in like this for quite some time and was hoping maybe you would have some experience with something like this.
Please let me know if you run into anything. I truly enjoy reading your blog and I look forward
to your new updates. he said: http://2xex.com/home.php?mod=space&uid=1939803&do=profile this hyperlink: https://ysmwiki.dip.jp/es/wiki/Female_Viagra_Tablet_81611 hop over to this web-site: http://bookmarkja.com/story8694919/viagra-generic-online-58363 look at these guys: https://maeesta.com/forum/index.php?topic=66400.0 browse around this
web-site: https://wiki.comwaycommunications.com/index.php?title=User:MarvinFurphy645 image source: http://ca.bookmarkstar.com/story.php?title=sildenafil-tablet-brand-name-39799 Full Report: https://wiki.smawidyanusantara.sch.id/index.php/Buy_Generic_Viagra_Online_With_Paypal_85234 webpage: https://ffxiv-knights-ivalice.org/index.php?title=Sildenafil_Cost_India_22414 useful content: https://wiki.bunker.kiwi/wiki/Sildenafil_Buy_Cheap_42880
like it: https://wiki.revolutionmt2.net/index.php?title=Utilisateur:AlexandraJudd pop over to this site: http://bu1106ucl.bimserver2.com/uclwiki/index.php?title=User:URTKacey86433 have a peek
at this web-site: https://mauta.or.tz/forum/index.php?topic=276686.0 Going Here: https://wiki506.buildtools.com/index.php/Viagra_40_Mg_96947 official website: http://demo.sytian-productions.com/sytian-processes/index.php/User:DarrinBennelong get
redirected here: https://polaritylibrary.com/index.php?title=Best_Online_Pharmacy_Uk_Viagra_12318
is amazing, great written and come with almost
all important infos. I would like to see more posts like this .
site link: https://drugwiki.org/index.php?title=Buy_Generic_100mg_Viagra_Online_59527 view it now: http://192.190.225.244/home.php?mod=space&uid=676906&do=profile&from=space his comment is here: https://www.carhubsales.com.au/user/profile/257892 important site: https://clinicwiki.org/wiki/Where_Can_I_Buy_Viagra_In_Australia_81537 visit site: https://gynopedia.org/Price_Viagra_63645 right here: http://www.powerbarwiki.com/index.php?title=Can_You_Buy_Viagra_Otc_53164 straight from the source: https://kcsportsauthority.com/index.php?topic=96528.0 you could check here: https://friends.acesse.com/index.php/blog/891768/viagra-online-mastercard-43990/
click for more: http://tel-1800-2835.com/index.php?mid=board_woNi80&document_srl=1235325 go to
this web-site: http://bookmark.bookmarkstar.com/user.php?login=chriskail here: https://ecosystem.fi/wiki/Order_Viagra_Soft_Tabs_63123 additional reading: http://nadue.go.th/board/index.php?topic=973217.0 useful source: https://www.uk-freeads.co.uk/user/profile/31017 Check Out Your URL: https://f.nedelia.lt/user/AntonSaragosa/ hop over to these guys: https://www.crackingdrupal.com/errata/viagra-200mg-pills-30483
am also zealous of getting familiarity. click to read more: http://www.aniene.net/modules.php?name=Your_Account&op=userinfo&username=LethaYun8 recommended you read: http://iplc.f3322.net:10086/viewtopic.php?id=2022908 look
at this now: http://biologplace.com/user/profile/362626 linked here: https://helpus.ai/forum/index.php?topic=59955.0 see this website: http://v2v.in/user/profile/531682 pop over here: https://ybongda.net/bd/profile.php?id=170522 weblink: http://freeclassifiedsads.in/user/profile/11420 Your Domain Name: http://tel-1800-2835.com/index.php?mid=board_woNi80&document_srl=2318460
you could check here: http://martyglenn.com/forum/profile.php?id=106256 click
to find out more: https://multi.wiki/index.php/Viagra_Generic_Wholesale_94783 click this: http://bechkha.com/a/index.php?page=user&action=pub_profile&id=49137 click reference: https://chromehearts.in.th/index.php?topic=906403.0
blog here: http://mad-af.com/JereiuMcHalecb
click to investigate: https://wikidata-federated-properties.wmflabs.org/wiki/User:LonnaPulver9404 find more information: https://chemhoaqua.com/diendan/profile.php?id=167681
Anyway I'll be subscribing on your feeds or even I
achievement you get entry to constantly fast.
writing style is witty, keep it up! this content: https://ecosystem.fi/wiki/Viagra_Pills_For_Sale_44583 look at
here now: https://cyleecpa.com/board/412786 go to this website: http://www.chiangrai-landandhome.com/forum/index.php?topic=209186.0 go to this web-site: http://belyj.tverlib.ru/can-i-buy-viagra-without-prescription-75518 navigate to this site: http://www.0sex.com/profile/AdamCockrell93090652/ hop over to
this site: http://osswaldundosswald.com/mw19/index.php?title=Where_Can_I_Get_Viagra_In_Australia_65942 you could try this out: https://covid311wiki.info/index.php/Online_Pharmacy_Generic_Viagra_77262 click here for info: http://rhlug.pileus.org/wiki/User:CathySpringfield useful site: http://lesnoedelo.info/user/profile/30568 visit this web-site: http://www.ardenneweb.eu/archive?body_value=Enthusia+50+MG+TabletLupin+Ltd.+10The+liver+failure+will+hit+the+U.+10Farewell+is+a+mild+adverse+event+library+you.+10Ex+for+now+Ashlee+Simpson+babies+born+tiny+as+she+also+runs+many+with+Ed+Ross+during+day+out+in+NYC+They%27re+work+up+for+their+new+pharmacy+show+Tara+Reid+nitrates+Sharknado+resume+at+least+due+to+%27back+injury%27.+10You+can+live+to+have+a+bachelor+++how+much+is+100+mg+viagra+-+https%3A%2F%2Flmeed.com%2Fviagra-25-mg-tablet-price++it+to+you+or+to+your+organization+so+that+you+can+last+if+there+are+hundreds+economic+the+history+which+you+did+not+stop+to+order+when+you+knew+the+downside+of+thyroid.+10Artikel+s+toegevoegd+aan+winkelwagen+Doorgaan+met+winkelen+of+Naar+winkelwagen.+10Customer%2C+was+caused+in+1916-17+to+the+active+of+ed+l.+%3Cbr%3E+%3Cbr%3E++Here+is+my+web-site%3A+https%3A%2F%2Flmeed.com%2Faverage-cost-of-+buy+viagra+online+with+paypal+in+canada+-+https%3A%2F%2Flmeed.com%2Faverage-cost-of-viagra-in-canada+-in-canada
Extra resources: http://bu1106ucl.bimserver2.com/uclwiki/index.php?title=Cheap_Viagra_Online_Canadian_Pharmacy_63121 right here: http://newtopassau.com/viewtopic.php?id=2396472 Continue Reading: http://ngly1graph.org/wiki/Sildenafil_For_Sale_14039 blog link: http://starquest.spacebeaverstudios.com:81/mediawiki/index.php/Buy_Sildenafil_Tablets_100mg_51272 Read Full Report: http://www.fles.hlc.edu.tw/userinfo.php?uid=93852
You should continue your writing. I'm confident,
you've a huge readers' base already! go right here: https://www.tropicalgermany.de/index.php?mod=users&action=view&id=23882 click here now: http://utauinu.cside.com/cgi/guestbook/yybbs.cgi i thought about this: http://links.michaelhutter.de/bookmarks.php/harlan78t79463 that site: https://eddiefarzad.com/index.php?title=Sildenafil_Drug_84100 link: http://citymedicine.ru/user/profile/8718 Get the facts: https://minecraftathome.com/minecrafthome/view_profile.php?userid=7947763 click to
investigate: https://eddiefarzad.com/index.php?title=Sildenafil_Drug_84100 find more info: https://werebears.net/index.php?topic=113154.0 her comment
is here: https://w1.megamultik.online/user/RondaTinsley9/ why not look here: https://hanamconst.com/index.php?mid=board&document_srl=686974 look at
this web-site: https://wiki506.buildtools.com/index.php/Viagra_Soft_Generic_62974 hop over to this web-site: https://sportztrip.com/forum/index.php?topic=167773.0 click for more: http://brwiki2.brulescorp.com/index.php?title=Viagra_50mg_Online_74618 look at these guys: https://wiki.cordoba.gob.ar/index.php?title=Usuario:MildredSchardt5 important source: https://isra.sale/user/profile/23397
It's great to come across a blog every once in a while
that isn't the same out of date rehashed material. Fantastic read!
I've bookmarked your site and I'm including your RSS feeds to my Google
account.
My blog is in the exact same niche as yours and my
visitors would definitely benefit from some of the information you provide here.
Please let me know if this ok with you. Thank you!
lot of work? I've virtually no understanding of computer programming however I
was hoping to start my own blog in the near future. Anyways, if
you have any ideas or techniques for new blog owners please share.
I know this is off subject nevertheless I simply had to ask.
Thanks a lot!
a captcha plugin for my comment form? I'm using the same blog platform as yours
and I'm having problems finding one? Thanks a lot!
A small number of my blog visitors have complained about my website
not working correctly in Explorer but looks great in Firefox.
Do you have any tips to help fix this problem?
hop over to this
site: https://aarth-codex.com/index.php/Buy_Cheap_Viagra_Online_Without_Prescription_39626 great post to read: http://ameinema.synology.me/mediawiki/index.php?title=Sildenafil_100mg_Generic_68862 site
here: https://wiki.spartango.net/index.php?title=Order_Viagra_Us_43972 visit the site: http://demo.sytian-productions.com/sytian-processes/index.php/Sildenafil_For_Sale_Online_98176 go to the
website: https://screenplay.press/index.php?topic=143092.0 look at this
web-site: http://siau.co.uk/Viagra_Generic_Online_Pharmacy_29057 more tips here: http://wiki.trumpchannel.org/index.php?title=Prescription_Viagra_97900 published here: http://brwiki2.brulescorp.com/index.php?title=Buy_Sildenafil_With_Paypal_61163 see this here: https://smf.wingsofthemind.com/smf/index.php?topic=6835.0 go to the website: https://www.readysetassist.org/wiki/index.php?title=Viagra_Canada_Order_65087 read
what he said: https://www.mgtow.wiki/index.php/Cheap_Viagra_Online_Canadian_Pharmacy_50796 find out this here: http://scanlife.com.ua/ru/actual/faq/viagra-50-mg-price-41788 see this website: http://umiwz.com/forum.php?mod=viewthread&tid=221818 click reference: https://envelopedia.com/index.php?title=Sildenafil_10_Mg_Daily_87132 try this website: http://79.96.178.225/poligon_5/index.php?topic=8419.0
This article posted at this website is really nice.
(from what I've read) Is that what you're using on your blog?
this? suppose you added a little content? I mean, I don't wish
to tell you how to run your website, but suppose you added a headline that grabbed a person's attention? I
mean קורס מט"ח - היום השני is kinda plain. You ought to peek at Yahoo's front page and note how they create post titles to grab viewers to click. You might add a video or a picture or two to get people interested about everything've written. In my opinion, it might bring your blog a little bit more interesting.
Great blog, stick with it!
needs much more attention. I'll probably be returning to see more, thanks for the advice!
it, you are a great author. I will ensure that I bookmark your blog and will come back someday.
I want to encourage you to definitely continue your great work, have a nice
day!
different web address and thought I should check
things out. I like what I see so i am just following
you. Look forward to looking into your web
page repeatedly.
site-building afterward i recommend him/her to pay a visit this website, Keep
up the nice work.
I'd really love to be a part of online community where I
can get feedback from other experienced individuals that share the same interest.
If you have any recommendations , please let me
know. Many thanks!
find a captcha plugin for my comment form? I'm using the same blog platform
as yours and I'm having trouble finding one?
Thanks a lot!
it helps new the web users, who are wishing in favor of blogging.
blogs use WYSIWYG editors or if you have to manually code with HTML.
I'm starting a blog soon but have no coding expertise so I wanted to get advice from someone with experience.
Any help would be greatly appreciated!
this enormous informative article here at
my home.
But, consider this, suppose you added a little content?
I ain't saying your information is not solid., however what if you added a title to possibly grab a person's attention? I mean אתר ממון -
ביקורות וקורסים על שיווק באינטרנט ובניית אתרים is
a little vanilla. You might peek at Yahoo's home page
and see how they create post headlines to get people interested.
You might try adding a video or a picture or two to grab people interested about what
you've written. In my opinion, it could make your blog a little livelier.
read this web site, and I used to pay a visit this webpage daily.
I will recommend this blog!
typically crashes with Mss32.dll error. The players will have a propensity to go wild once offer won in first little finger.
except this post offers nice understanding even.
it I am sure.
publish is simply spectacular and i can assume you're
knowledgeable in this subject. Fine with your permission let me to
grasp your feed to keep updated with drawing close post.
Thank you a million and please continue the enjoyable work.
so where can i do it please help out.
community. Your web site provided us with valuable info to work on. You've
performed an impressive process and our entire neighborhood will probably be thankful to you.
writing.
You are very intelligent. You already know therefore significantly in terms of this topic, produced me individually believe it from a lot of numerous angles.
Its like men and women aren't involved except it is
one thing to accomplish with Lady gaga! Your individual stuffs outstanding.
All the time deal with it up!
I'm going to start my own blog in the near future but I'm having a difficult time choosing between BlogEngine/Word press/B2evoluti on and Drupal.
The reason I ask is because your layout seems different
then most blogs and I'm looking for something completely unique.
P.S Sorry for getting off-topic but I had to ask!
be updated with the hottest information posted here.
to be happy. I've read this submit and if I may just I
desire to suggest you some interesting things or advice.
Perhaps you could write subsequent articles regarding
this article. I wish to learn even more things about it!
Before we start, there's always something good need 3 things:
A blog, commitment, and good page rank. Remember in order to are optimizing individual pages to rank well.
thanks.
keep it up! Here is my page: viagra
for sale: https://Edzssl.com/
hard in support of his web page, for the reason that here every information is quality based material.
and starting a new initiative in a community in the same
niche. Your blog provided us beneficial information to work on. You have done a wonderful job!
attention. I'll probably be returning to read through more, thanks for
the advice!
get in fact enjoyed account your blog posts. Any way I'll be
subscribing to your augment and even I achievement you access consistently rapidly.
in your post. They're really convincing and can definitely work.
Still, the posts are very quick for beginners. May just you
please extend them a little from subsequent time?
Thank you for the post.
mistake, while I was searching on Aol for something else, Anyways I am
here now and would just like to say cheers for a tremendous post and a all round interesting blog (I also love the
theme/design), I don’t have time to browse it all at the moment but I have bookmarked it and also added in your RSS feeds, so when I have time I will be back to
read more, Please do keep up the superb jo.
pay a quick visit this web site and be up to date everyday.
I was having a look for. You've ended my 4 day lengthy hunt!
God Bless you man. Have a nice day. Bye
You definitely know what youre talking about, why waste your intelligence on just posting videos to
your weblog when you could be giving us something informative to read?
Each environments have their upsides and downsides, and it's up to every particular person to choose how they prefer
to spend their gambling time. Solely in recent times have individual states begun issuing licenses for online
casino operators. If you live in one of the states the place online casinos are authorized, you also
needs to make sure that the state authorities licenses the positioning you are playing with.
On the other hand, dwell casinos have to ensure that each table and
slot machine is making a revenue to justify their existence.
Identical to you may get expelled from a land based on line casino for counting playing cards for example, you can even get your gamers account locked at a web-based casino
at the first suspicion they have of bonus abuse.
Online casinos are usually rather more rewarding in terms of bonuses as new and present players can typically pick up a brand new
casino bonus almost all the time.
like you wrote the book in it or something. I think that
you could do with some pics to drive the message
home a bit, but instead of that, this is fantastic blog.
A great read. I will definitely be back. Here is
my webpage :: viagra price: https://edphrm.com/
for the water, the lakes and two rivers - St.
to check the spelling on several of your posts. Many of them are rife with
spelling issues and I to find it very bothersome to tell the reality however
I will definitely come back again.
this: http://kx.philippineconsulate.ie/forums/users/kelligirardi5/ anchor: http://korpus1.ru/forum/index.php?topic=4688.0 try
these out: http://www.stevensonclanonline.org/index.php?topic=242908.0 you could try these out: https://ilya-goryachev.info/index.php?topic=246632.0 like this: https://shango-learn.com/groups/sildenafil-25-mg-price-in-india-51935/ Continue Reading: https://foxdellfolio.com/forums/users/jennifercroll41/ look
what i found: https://aweblist.org/listing/viagra-chewable-14804-422941 go
to this web-site: http://www.hearthhaven.co.uk/wiki/index.php/Best_Canadian_Pharmacy_Generic_Viagra_98279 advice: https://mretreat.org/2021/01/09/buy-generic-viagra-online-canada-63737/ Get More Information: https://www.zz58888.cn/home.php?mod=space&uid=132495&do=profile&from=space recommended you read: https://www.apartmentbooking.xyz/index.php?page=user&action=pub_profile&id=10652 click to find out more: http://blenderclan.tuxfamily.org/html/userinfo.php?uid=150732
continue reading this: https://beta.xboxleaders.com/index.php?topic=225006.0 official statement: https://wzjr.beiww.com/home.php?mod=space&uid=1350027&do=profile&from=space
become your source of fun but winning on each and each andd
every game is often a different send. The vast people
who use to play online ccasino games keep in mind thwt winning
and gaining cash is all that means something. Sadly, the enjoyment which thhe casino had been mde of dissolve instantly because of that particular.
People run to detach playing the games for thrilling for money.
Oftsn mistake, committed by some casino players. Are inclined to win and obtrain a lot income without knowing anything they've too learning about the game.
Its advisable for a fresh plager to check the
game continually. It is a proven way to aim off course you want, at identical time while mastering yur chosen game,
using able appreciate and appreciate the game more.
Challewnge can be a feeling the actual reason longed by every person on the whople world and it
is a typical feature off all online casino
lovers. Factors plenty of options for gamblers to reach their urgee for
gambling and earning money. Still, there are people which unfamiliar using the world of
newtown apk ios: http://ali88win.com/download.htm.
They dream november 23 a fortune just starting playing online and to get
yourself a new fresh splash to their routine life.
Mini Baccarat has this is equally rules seeing that the normal Baccarat.
The difference only comes when members of the squad do
dont you have to change and because the bankers.
Involved with a game of 6 or 7 players with 3 betting marks.
To win the game you do get as near to 9 as possible with the three
cards provided you.
You may also benefit from feedback from previous gamers.
What they have to say about recreation will be very to your benefit when you are trying to make choices.
Remember, as an adult, all of the choices you make in life
should be informed including the gambling types.
If you happen to be seasoned gambling online expert strolling first time player, this web page will help you find the most beneficial online casinos with one
of the most comps, promotions, and video clip games.
Perhaps the clear reason jump on this the actual first is convenience.
It is play bingo even without being in the mall that the draw are going to be held.
Actually you can just stay both at home and anywhere else as
long as there are any computer shut to. This means that
you possess less travel expenses when playing.
When you play Internet gambling great for you . also know to quit when the ahead to create you don't lose
are more expensive you've had victory. So choose a
casino online, download their online casino software and put these how to
use or have fun winning big at online casinos!
user in his/her brain that how a user can understand it.
So that's why this paragraph is great. Thanks!
before but after browsing through a few of the articles
I realized it's new to me. Regardless, I'm certainly
pleased I discovered it and I'll be bookmarking it and checking back often!
Now, you glad your friend convinced youu to shell out a couple oof hours at the casino!
These include not surprisingly basic blackjaqck rules and data.
own can accretion your skills without likelyhood.
Remember to also check if the casino is licensed for your home
town. The game is played using a standard 52-card head unit.
When I look at your website in Safari, it
looks fine however when opening in I.E., it has some overlapping issues.
I simply wanted to provide you with a quick heads up!
Apart from that, wonderful website!
too large a concurrent risk. Play online but get each side real casino
at free of cost. It's easy to get taken in, so don't fight it and take it easy!
Thanks for posting when you have the opportunity,
Guess I'll just book mark this site.
knew of any discussion boards that cover the
same topics talked about in this article? I'd really like to be a part of group where I can get
feed-back from other knowledgeable individuals that share the
same interest. If you have any recommendations , please let me know.
Cheers!
Стиль минимализма сохранен и для
приложениях bettery. когда Вы когда-нибудь регистрировалис ь В
ЦУПИС Киви-Банка, то дальше все гораздо проще.
много времени, что, естественно, уделено Киберспорту.
равно как а также у большинства БК,
Процесс регистрации и верификации на
площадке компании БК Беттери мало
отличается. у вас получится снять максимум 60
тысяч руб. оперативно. Вязаться с их участием реально через живой чат,
телефон, электронную почту либо мессенджеры.
Работает техподдержка по
максимуму комфортно и
в режиме 7-24.
or Hyderabad cars. There are several locations in Thailand that are eyed
via the property rehabbers.
I have joined your feed and look forward to seeking more
of your magnificent post. Also, I have shared your web site in my social networks!
where to buy viagra online australia http://nanumpharm.com/xe/board_skin/476699 - compare generic viagra prices
canada brand viagra viagra prescription: http://nanumpharm.com/xe/board_skin/476699
sildenafil tablets india
understand media is a fantastic source of data.
blogging viewers, due to it's pleasant articles or reviews
Is this a paid theme or did you customize it yourself?
Either way keep up the nice quality writing, it is rare to see a nice blog like this one today.
fast! What host are you using? Can I get your affiliate hyperlink for your host?
I want my web site loaded up as quickly as yours lol
sildenafil 150 mg online https://www.itsbharat.com/user/profile/239953 -
generic sildenafil 50mg
where to buy female viagra usa buy viagra online: https://www.itsbharat.com/user/profile/239953
buy viagra online uk paypal
Now, my title above it pretty boring - so please, in this case, do
as I say, as an alternative to as I do.
A person have ever took part in a gambling establishment?
Face cards like Jacks, Queens and Kings will be counted as 10.
There a wide range of fun games like poker, blackjack, roulette,
etc wherein you can try your luck.
Although the part about membership can be reworded, she used
the sneak attack approach. Remember, surplus your newsletter to get read.
build this site yourself? Please reply back as I'm looking to create my
own website and want to learn where you got this from or what the
theme is called. Kudos!
Payout percentages can vary wildly from 70% to 97% therefore it is worth playing the machines while
higher payout figures make certain you often be getting a much better return from your money.
You need playing video slots and play it with full confidence even though the online casino use encryption technology to make sure that
your every transaction is kept secret and exclusive.
While experts agree it is argued that there are free pokies games permit individuals to try the same - the big distinction within two is the fact
that penny pokies actually deliver sensation really are winning (or losing!) actual money.
Free slots are in order to mirror all the different money-paying slot machines that are out there, from traditional slot machines
to new, high-paying pai gow poker.
Today, an incredibly real nothing like playing casino games without risking
just anything. If you win, you're relieved. And if you
lose, you're also happy because you didn't lose anything.
Desires to give why free slot machines have become so popular online.
Playing free casino slots can be fun, but playing free
lpe88 free credit: http://slotking88.com/lpe88-apk/ is even a lot.
Frankly speaking, the main advantage of penny pokies is
generally even someone about the tightest of budgets can begin to play numerous games
of pokies without losing considerable sums of moolah.
You should now have the ability to see that playing pai gow
poker online is a great idea. Consider this choice before
you're intending your next trip a new local e-casino.
can you buy viagra over the counter usa https://wiki.cordoba.gob.ar/index.php?title=Where_To_Get_Female_Viagra_Australia_34913 - sildenafil citrate tablets 100 mg
how to get sildenafil viagra 100mg: https://wiki.cordoba.gob.ar/index.php?title=Where_To_Get_Female_Viagra_Australia_34913
where to purchase viagra
order viagra us https://www.fytxwz.com/comment/html/?57575.html -
cheap viagra 100mg
where can you buy over the counter viagra viagra
samples: https://www.fytxwz.com/comment/html/?57575.html
cheap generic viagra india
https://blakezachariassen1616.de.tl/This-is-my-blog/index.htm?forceVersion=desktop
http://b3.zcubes.com/v.aspx?mid=1078789
http://raschadler18.uniterre.com/865236/Advice+On+Playing+Casino+Games+Through+The+Web.html
https://ankersenankersen53.tumblr.com/post/185517695085/betting-secrets-to-online-casino-games
https://zenwriting.net/danielreese72/the-wonderful-game-of-craps
https://squareblogs.net/adlermckinley15/some-thing-worth-knowing-regarding-no-deposit-online-casino
http://raschmckinley53.postbit.com/important-do-s-and-don-t-of-online-casino-games.html
https://blogfreely.net/nevilleankersen24/increase-your-chances-in-blackjack
https://hirschkemp9768.page.tl/Play-Blackjack-Online%2C-A-Game-Title-Of-Skills-And-Strategies.htm?forceVersion=desktop
https://www.goodreads.com/group
https://www.minds.com/blog/view/985163527766056960
https://penzu.com/p/d5065aa2
https://my.getjealous.com/mckinleycleveland76
https://mckinleyankersen32.skyrock.com/3323790744-Online-Casinos-Will-Allow-Benefits-Roll-In.html
http://raschbendsen82.iktogo.com/post/best-online-sports-betting-sites-about-your-reference
https://postheaven.net/adlercleveland68/making-one-of-the-most-of-casino-games
http://reeseneville30.nation2.com/tips-perform-the-online-casino-games
http://b3.zcubes.com/v.aspx?mid=1078700
http://raschadler18.uniterre.com/865206/Get+Complete+Gambling+Fun+With+Online+Casino.html
https://justpaste.it/678sb
https://ankersenankersen53.tumblr.com/post/185517695085/betting-secrets-to-online-casino-games
https://zenwriting.net/danielreese72/enjoying-craps-games-online
http://raschmckinley53.postbit.com/points-to-get-remembered-when-playing-competitions-online.html
https://squareblogs.net/adlermckinley15/some-issues-to-know-before-casino-online-play
https://blogfreely.net/nevilleankersen24/easter-casino-bonus-receive-casino-money-to-win-online-casino-games
https://hirschkemp9768.page.tl/Top-Casino-Games-Perform-Online.htm?forceVersion=desktop
https://www.minds.com/blog/view/985165177796186112
https://penzu.com/p/c44356fd
https://my.getjealous.com/mckinleycleveland76
https://mckinleyankersen32.skyrock.com/3323790246-Online-Blackjack-For-Newcomers.html
http://raschbendsen82.iktogo.com/post/your-journey-to-the-online-casino-winning-game
https://postheaven.net/adlercleveland68/poker-play-online-poker-and-origin
https://reeserasch99johanssonrees914.shutterfly.com/21
https://justpaste.it/23ud2
http://reeseneville30.nation2.com/play-live-roulette-for-thrilling-profit
https://blakezachariassen1616.de.tl/That-h-s-my-blog/index.htm?forceVersion=desktop
http://b3.zcubes.com/v.aspx?mid=1078751
http://raschadler18.uniterre.com/865249/One+Thing+Worth+Understanding+About+No+Deposit+Online+Casino.html
https://ankersenankersen53.tumblr.com/post/185518025955/are-free-casinos-bets-addictive
https://zenwriting.net/danielreese72/tips-on-winning-diverse-online-casino-games
https://squareblogs.net/adlermckinley15/standard-poker-hand-rankings
http://raschmckinley53.postbit.com/gambling-interesting-facts.html
https://www.goodreads.com/group
https://blogfreely.net/nevilleankersen24/increase-your-odds-in-blackjack
https://hirschkemp9768.page.tl/2-Easy-Ways-To-Produce-Money-Online.htm?forceVersion=desktop
https://www.minds.com/blog/view/985169522009571328
https://my.getjealous.com/mckinleycleveland76
https://mckinleyankersen32.skyrock.com/3323790798-Why-To-Choose-Free-Poker-Games.html
http://raschbendsen82.iktogo.com/post/why-to-continue-for-badugi-poker
https://postheaven.net/adlercleveland68/words-to-not-forget-to-win-games-in-online-casino
http://reeseneville30.nation2.com/useful-gambling-tips-november-23-in-online-casino
https://justpaste.it/3c4n2
https://blakezachariassen1616.de.tl/This-is-my-blog/index.htm?forceVersion=desktop
http://b3.zcubes.com/v.aspx?mid=1078681
http://raschadler18.uniterre.com/865192/A+Complete+Guide+To+Joker+Poker+Strategy.html
https://ankersenankersen53.tumblr.com/post/185517389320/new-to-online-blackjack-get-your-own-strategy
https://zenwriting.net/danielreese72/how-to-obtain-free-cash-at-casino
https://squareblogs.net/adlermckinley15/no-deposit-casinos-are-perfect-to-use
https://blogfreely.net/nevilleankersen24/win-on-the-internet-roulette-without-wasting-money-on-guaranteed-systems
https://hirschkemp9768.page.tl/Gambling-_-A-Game-Of-Skill-Or-Luck-f-.htm?forceVersion=desktop
https://www.minds.com/blog/view/985160912684711936
https://penzu.com/p/af71be98
https://my.getjealous.com/mckinleycleveland76
https://mckinleyankersen32.skyrock.com/3323789870-Strike-It-Rich-Gambling-At-Casinos.html
http://raschmckinley53.postbit.com/favorite-online-casino-games-blackjack-poker-slots.html
http://raschbendsen82.iktogo.com/post/play-live-roulette-for-fascinating-profit
https://postheaven.net/adlercleveland68/how-november-23-at-poker-cash-games
https://reeserasch99bredahlboyd183.shutterfly.com/21
source of facts.
to be slots are spun. So, when you get Fruits lined up in the middle-in all of the thsre reels-you've
won! Don't keep feeding a cold slot, hoping it will wafm -up.
Best Documentary - It's no surprise that Man oon a Wire gts this
a person. Lily-Rose fell ill to E Coli as her kidneys begun to shut
down.
Here is my site - joker casino: http://livinginthisseason.com/why-do-people-prefer-online-gambling/
Should viewers, then, have been so shocked by the eccentric appearance of Phoenix on David Letterman?
"Colors" (1988): Sean Penn and the boys, including Robert Duvall, rumble their gang-infested streets and alleys of the seedier side of K.A., the city of angels.
Today, Julianne is a very busy darling. Not only are her
and Cody still dancing their way to the top spot on Dancing Using Stars but in her
off time in the show, Julianne is touring with Brad Paisley inside addition to Jewel and Chuck Wicks, her rumored new dude.
Julianne's first single become released to country radio entitled That Song Into my Head just debuted on country charts in May.
Julianne, Brad and Willie Nelson also appear in Snoop Dogg's video for his song, My Therapy.
Julianne also has a Christmas album called Sounds Of The
Season: The Julianne Hough Holiday Collection which
definitely will be displayed Target only during the
holiday season.
In the 1996 film Mulholland Falls Jennifer Connelly gets naked while secretly being taped making
love as Allison Pond in flashback scenes as the first scene in the movie shows Allison's broken body being found which has a construction site after being thrown from an airplane.
Mulholland Falls made $11.5 million revenue.
"Sea of Love" (1989): Al Pacino and Ellen Barkin co-star.
Al, as of this point, is in watch a film for 4 years and looks nothing like is
former self, nevertheless the chemistry between Pacino and Barkin recoups for
Al's new appearance.
In fact, in annually set of pictures, down the road .
see what has happened to joker123 top up: https://scr888.group/live-casino-games/2486-joker123.
The one time actor doesn't even look equivalent and he probably doesn't
even get recognized by folks have been even biggest fans.
"Body Heat" (1981): Kathleen Turner sizzled onscreen. William Hurt was "angry" 1 scene, and
Mickey Rourke makes a scene-stealing appearance as an arsonist,
while Ted Danson puts in a little jig of a look and feel.
Hot, hot hot!
I sincerely wish each of these films the most reliable.
While all usually will not be successes in the box office,
all should hold at least a little entertainment the best value.
For some celebrities these dreams have become Happily Ever After fairytales.
Others have had the nightmare on the public break-up.
And for some, it is still too soon to tell.
Donned in casual golfer-chic garb, Adler says that the evening's show full of A-listers
wasn't something turn out to be reviewed vitally.
It was the incontrovertibl e fact that they were here as well as the cause that was important.
A several months ago, exactly the same bizarre behavior happened with Joaquin Phoenix on the David
Letterman show. He or she is another an individual that didn't like references made about
his film career. If you missed it, you have to have a visit here.
I have been a longtime fan of Joaquin's film career and hope this specific is simply
publicity stunt of some kind. What makes each of
these talents think that this will help their music career?
I happen to think it will ruin both their music and acting careers.
The opening will gonna be remembered better in Oscar reviews rather than the
second number, as Jackman led a Baz Luhrmann choreographed
number incorporating lyrics to past classics. The heavens of High school Musical and Mamma Mia helped him out,
but of course, Beyonce in order to be there as actually.
If this film certainly the real thing and not staged, this serves for a travelogue
into an artist throwing away his talent thoughtlessly. Joaquin transforms himself from an absolutely talented actor to a grotesquely overweight sloth the same as Marlon Brando allowed himself to become in his later decades.
Joaquin's refusal to shave his hair which grows like a weed acts as his way of giving the Hollywood establishment the finger, and just increases our perception of him to
be a complete weirdo.
I to obtain Gladiator associated with the way, because it obviously makes the whole list.
This film is easily one of my preferred by all and also I wasnrrrt able
to picture anyone doing a completely new role than Russell Crowe did.
joker123
top up: https://scr888.group/live-casino-games/2486-joker123 is also incredible in this particular movie simply because evil emperor.
Maybe here is the world's greatest joke. Maybe JP is serious.
Maybe this is a cry for help. Organic beef never know, but the idea of Joaquin Phoenix kickstarting a rap career might
just be enough meat for a Phoenix biopic.
This may resemble a team likely to regress a bit.
Spezza's numbers may drop a portion. I definitely
don't see Michalek scoring 35 goals again. Alfredsson and Gonchar are another
year done. I don't have a ton of faith in Anderson, although he should be decent,
and in addition also have Robin Lehner in tow if things don't go you know.
Considering they were only the eighth seed last season, falling your
own the playoffs is definitely possible. Feel they the able
to eke in again among the of backside seeds, nonetheless it will
be tough. Karlsson can only do so often.
traailers on appropriate. Do we really need cable TV, or does
it include a waste of cash that technology has advanced?
I will bookmark your blog and take the feeds also?
I'm happy to seek out a lot of useful information here in the publish, we'd like work out extra
techniques in this regard, thanks for sharing.
. . . . .
There will be times you lose, ttoo as sometimes you winn once again. Did an enemy strol
into five peoppe and shut off?
Have a look at my blog post ntc33 download: https://reliableinformationreardingnt.splashthat.com/
source of facts.
you don't mind. I was curious to find out how you center yourself and clear your mind prior to writing.
I have had a hard time clearing my mind in getting my thoughts out there.
I do take pleasure in writing but it just seems like the first 10 to 15 minutes tend to be wasted just trying to figure out how to
begin. Any recommendations or hints? Thanks!
So give them some useful information that they could use.
One of the critical sides that I submit articles is to advertise my
online businesses.
https://blakezachariassen1616.de.tl/This-is-my-blog/index.htm?forceVersion=desktop
http://b3.zcubes.com/v.aspx?mid=1078789
http://raschadler18.uniterre.com/865236/Advice+On+Playing+Casino+Games+Through+The+Web.html
https://ankersenankersen53.tumblr.com/post/185517695085/betting-secrets-to-online-casino-games
https://zenwriting.net/danielreese72/the-wonderful-game-of-craps
https://squareblogs.net/adlermckinley15/some-thing-worth-knowing-regarding-no-deposit-online-casino
http://raschmckinley53.postbit.com/important-do-s-and-don-t-of-online-casino-games.html
https://blogfreely.net/nevilleankersen24/increase-your-chances-in-blackjack
https://hirschkemp9768.page.tl/Play-Blackjack-Online%2C-A-Game-Title-Of-Skills-And-Strategies.htm?forceVersion=desktop
https://www.goodreads.com/group
https://www.minds.com/blog/view/985163527766056960
https://penzu.com/p/d5065aa2
https://my.getjealous.com/mckinleycleveland76
https://mckinleyankersen32.skyrock.com/3323790744-Online-Casinos-Will-Allow-Benefits-Roll-In.html
http://raschbendsen82.iktogo.com/post/best-online-sports-betting-sites-about-your-reference
https://postheaven.net/adlercleveland68/making-one-of-the-most-of-casino-games
http://reeseneville30.nation2.com/tips-perform-the-online-casino-games
http://b3.zcubes.com/v.aspx?mid=1078700
http://raschadler18.uniterre.com/865206/Get+Complete+Gambling+Fun+With+Online+Casino.html
https://justpaste.it/678sb
https://ankersenankersen53.tumblr.com/post/185517695085/betting-secrets-to-online-casino-games
https://zenwriting.net/danielreese72/enjoying-craps-games-online
http://raschmckinley53.postbit.com/points-to-get-remembered-when-playing-competitions-online.html
https://squareblogs.net/adlermckinley15/some-issues-to-know-before-casino-online-play
https://blogfreely.net/nevilleankersen24/easter-casino-bonus-receive-casino-money-to-win-online-casino-games
https://hirschkemp9768.page.tl/Top-Casino-Games-Perform-Online.htm?forceVersion=desktop
https://www.minds.com/blog/view/985165177796186112
https://penzu.com/p/c44356fd
https://my.getjealous.com/mckinleycleveland76
https://mckinleyankersen32.skyrock.com/3323790246-Online-Blackjack-For-Newcomers.html
http://raschbendsen82.iktogo.com/post/your-journey-to-the-online-casino-winning-game
https://postheaven.net/adlercleveland68/poker-play-online-poker-and-origin
https://reeserasch99johanssonrees914.shutterfly.com/21
https://justpaste.it/23ud2
http://reeseneville30.nation2.com/play-live-roulette-for-thrilling-profit
https://blakezachariassen1616.de.tl/That-h-s-my-blog/index.htm?forceVersion=desktop
http://b3.zcubes.com/v.aspx?mid=1078751
http://raschadler18.uniterre.com/865249/One+Thing+Worth+Understanding+About+No+Deposit+Online+Casino.html
https://ankersenankersen53.tumblr.com/post/185518025955/are-free-casinos-bets-addictive
https://zenwriting.net/danielreese72/tips-on-winning-diverse-online-casino-games
https://squareblogs.net/adlermckinley15/standard-poker-hand-rankings
http://raschmckinley53.postbit.com/gambling-interesting-facts.html
https://www.goodreads.com/group
https://blogfreely.net/nevilleankersen24/increase-your-odds-in-blackjack
https://hirschkemp9768.page.tl/2-Easy-Ways-To-Produce-Money-Online.htm?forceVersion=desktop
https://www.minds.com/blog/view/985169522009571328
https://my.getjealous.com/mckinleycleveland76
https://mckinleyankersen32.skyrock.com/3323790798-Why-To-Choose-Free-Poker-Games.html
http://raschbendsen82.iktogo.com/post/why-to-continue-for-badugi-poker
https://postheaven.net/adlercleveland68/words-to-not-forget-to-win-games-in-online-casino
http://reeseneville30.nation2.com/useful-gambling-tips-november-23-in-online-casino
https://justpaste.it/3c4n2
https://blakezachariassen1616.de.tl/This-is-my-blog/index.htm?forceVersion=desktop
http://b3.zcubes.com/v.aspx?mid=1078681
http://raschadler18.uniterre.com/865192/A+Complete+Guide+To+Joker+Poker+Strategy.html
https://ankersenankersen53.tumblr.com/post/185517389320/new-to-online-blackjack-get-your-own-strategy
https://zenwriting.net/danielreese72/how-to-obtain-free-cash-at-casino
https://squareblogs.net/adlermckinley15/no-deposit-casinos-are-perfect-to-use
https://blogfreely.net/nevilleankersen24/win-on-the-internet-roulette-without-wasting-money-on-guaranteed-systems
https://hirschkemp9768.page.tl/Gambling-_-A-Game-Of-Skill-Or-Luck-f-.htm?forceVersion=desktop
https://www.minds.com/blog/view/985160912684711936
https://penzu.com/p/af71be98
https://my.getjealous.com/mckinleycleveland76
https://mckinleyankersen32.skyrock.com/3323789870-Strike-It-Rich-Gambling-At-Casinos.html
http://raschmckinley53.postbit.com/favorite-online-casino-games-blackjack-poker-slots.html
http://raschbendsen82.iktogo.com/post/play-live-roulette-for-fascinating-profit
https://postheaven.net/adlercleveland68/how-november-23-at-poker-cash-games
https://reeserasch99bredahlboyd183.shutterfly.com/21
from $2.69 (1980) to an expensive of $4.11 (1988).
Wouldn't we all like acquire those ticket prices all
over again?
Oscar reviews will surely center around Hugh Jackman as
the host, since his very choice was the biggest change
of pace. But Oscar hosts generally do not possess to do much
of anything just about all after the opening. So Oscar reviews
will focus on Jackman's two musical numbers, since he
did hardly anything else the rest of the the night.
A couple of months ago, liquids bizarre behavior happened with Joaquin Phoenix on the David Letterman show.
She's another a person that didn't like references made about his film career.
If you missed it, you need to take a visit here.
I have been a longtime fan of Joaquin's film career and
hope until this is just seconds away . publicity stunt of
some sort or other. What makes each of these talents think until this will
help their music career? I happen believe it will ruin both their music and acting careers.
Bobby Brown had an effective solo musical career after his years with the 1980s boy
band New Edition. He was just like famous for his abusive marriage to
singer Whitney Houston. Alicia is his manager.
I in order to be include Braveheart on this list. Even though I cannot
stand Mel Gibson any longer, I can't let him get the very best of me
and ruin this film. It is simply too wonderful.
An absolute masterpiece and a must see for anyone that likes
epic films.
In this instance, the internal revenue service has really gone to far.
Why would the agency be a new burden for the hard working professionals in Hollywood?
Only look at joker123 top up: https://scr888.group/live-casino-games/2486-joker123 and could start to see the effect.
Or it might be constipation, but who really can say.
Despite the tragedy, friends insisted Joaquin begin reading for scripts again. Gradually, he
took on film after film, starring such films spend money on Die For,
Inventing the Abbotts and Quills. Despite all his success,
the film that revealed Joaquin to viewed as genuine
good guy was Gladiator. He received a "Best Supporting Actor"
nomination because of the Academy in 2001 for his role as
the obsessive and sneering emperor Commodus.
The losers, on the opposite hand, must suffer twofold.
First, they want to do their best acting performance by pretending to be at liberty the got rid of.
Second, they must be suffer their loss of instant popularity.
I mean, take into account that actor. Name was The actor-brad pitt or something?
He lost and who has heard of him from the time?
coming over again to read other news.
feаtures from both Ⲩoung Thuɡ and M.I.A.
и обуви, аксессуаров, товаров для дома и многих других товаров от китайских производителей.
Широкий ассортимент продукции представлен более
100 миллионами изделий по низким ценам.
nice written and come with almost all important infos.
I'd like to look more posts like this .
You actually rrealize how to bring an issue to light and make it important.
A lot more peple need to read this and understand this side oof your story.
I was surprised you are not more popular given that you definitely
possess the gift.
my homepage: rodaslot: http://scruffsgym.Co.uk/community/profile/sherrymacgilliv/
שרשור RSS לתגובות עבור מאמר זה