Query Time: 0.09 ms Query memory: 0.007 MB Memory before query: 6.668 MB Rows returned: 1
SELECT `data`
FROM `j3x_session`
WHERE `session_id` = X'6666316634613534366230373230613861386335313334343962373264633162'
| 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.41 ms Query memory: 0.006 MB Memory before query: 6.715 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.06 ms After last query: 0.28 ms Query memory: 0.005 MB Memory before query: 6.753 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.07 ms After last query: 0.03 ms Query memory: 0.005 MB Memory before query: 6.767 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: 0.92 ms After last query: 0.06 ms Query memory: 0.005 MB Memory before query: 6.788 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.11 ms After last query: 3.32 ms Query memory: 0.008 MB Memory before query: 7.622 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: 0.09 ms After last query: 0.05 ms Query memory: 0.006 MB Memory before query: 7.614 MB
UPDATE `j3x_extensions`
SET `params` = '{\"mediaversion\":\"f812a5185854aad6d963a194731f4be7\"}'
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.06 ms After last query: 2.21 ms Query memory: 0.005 MB Memory before query: 7.819 MB Rows returned: 0
SELECT plan_id
FROM j3x_osmembership_urls
WHERE `url` = 'https://freepatentsbank.com/bikorot/media/plg_jchoptimize/cache/js/489b3996dbed809bc02f3513455f3386_0.js'
| 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.06 ms After last query: 0.02 ms Query memory: 0.005 MB Memory before query: 7.825 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: 0.80 ms After last query: 0.76 ms Query memory: 0.010 MB Memory before query: 7.868 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 | ALL | idx_client_id_parent_id_alias_language | NO INDEX KEY COULD BE USED | NULL | NULL | 326 | 5.77 | Using where; Using filesort |
| 1 | SIMPLE | e | NULL | eq_ref | PRIMARY | PRIMARY | 4 | freepate_bikorn.m.component_id | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 22 | JDatabaseDriver->loadObjectList() | JROOT/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.06 ms After last query: 0.55 ms Query memory: 0.006 MB Memory before query: 8.514 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 |
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/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.42 ms After last query: 1.81 ms Query memory: 0.008 MB Memory before query: 8.654 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 |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/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: 0.04 ms After last query: 0.22 ms Query memory: 0.005 MB Memory before query: 8.735 MB Rows returned: 0
SELECT DISTINCT plan_id
FROM j3x_osmembership_articles
WHERE article_id = 489
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 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.05 ms After last query: 0.01 ms Query memory: 0.005 MB Memory before query: 8.740 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/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: 0.03 ms After last query: 0.03 ms Query memory: 0.005 MB Memory before query: 8.745 MB Rows returned: 0
SELECT *
FROM j3x_osmembership_schedulecontent
WHERE article_id = 489
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 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.05 ms After last query: 0.15 ms Query memory: 0.005 MB Memory before query: 8.750 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 |
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/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.05 ms After last query: 0.23 ms Query memory: 0.005 MB Memory before query: 8.772 MB Rows returned: 1
SELECT catid
FROM j3x_content
WHERE id = 489
| 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 |
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:1740 |
| 9 | JDatabaseDriver->loadResult() | JROOT/plugins/system/jreviews_articleoverrides/jreviews_articleoverrides.php:52 |
| 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: 1.06 ms After last query: 0.01 ms Query memory: 0.005 MB Memory before query: 8.777 MB Rows returned: 584
SHOW TABLES
EXPLAIN not possible on query: SHOW TABLES
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/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.07 ms After last query: 0.05 ms Query memory: 0.005 MB Memory before query: 8.845 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 |
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/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.14 ms After last query: 0.90 ms Query memory: 0.007 MB Memory before query: 8.947 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 |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_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.22 ms After last query: 0.09 ms Query memory: 0.006 MB Memory before query: 8.954 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 |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Application/SiteApplication.php:486 |
| 10 | Joomla\CMS\Application\SiteApplication->getTemplate() | JROOT/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: 0.43 ms After last query: 1.17 ms Query memory: 0.009 MB Memory before query: 9.087 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 |
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: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.29 ms After last query: 1.25 ms Query memory: 0.010 MB Memory before query: 9.894 MB Rows returned: 8
SHOW FULL COLUMNS
FROM `j3x_assets`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `j3x_assets`
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 19 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:253 |
| 18 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:172 |
| 17 | Joomla\CMS\Table\Table->__construct() | JROOT/libraries/src/Table/Asset.php:61 |
| 16 | Joomla\CMS\Table\Asset->__construct() | JROOT/libraries/src/Access/Access.php:783 |
| 15 | Joomla\CMS\Access\Access::getAssetId() | JROOT/libraries/src/Access/Access.php:544 |
| 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.05 ms After last query: 0.15 ms Query memory: 0.009 MB Memory before query: 9.927 MB Rows returned: 0
SELECT *
FROM j3x_assets
WHERE `name` = 'com_content.article.489'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 17 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:739 |
| 16 | Joomla\CMS\Table\Table->load() | JROOT/libraries/src/Access/Access.php:784 |
| 15 | Joomla\CMS\Access\Access::getAssetId() | JROOT/libraries/src/Access/Access.php:544 |
| 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.04 ms After last query: 0.08 ms Query memory: 0.009 MB Memory before query: 9.942 MB Rows returned: 0
SELECT *
FROM j3x_assets
WHERE `name` = 'com_content.article.489'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 17 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:739 |
| 16 | Joomla\CMS\Table\Table->load() | JROOT/libraries/src/Access/Access.php:784 |
| 15 | Joomla\CMS\Access\Access::getAssetId() | JROOT/libraries/src/Access/Access.php:544 |
| 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.17 ms After last query: 0.24 ms Query memory: 0.007 MB Memory before query: 9.939 MB Rows returned: 31
SHOW FULL COLUMNS
FROM `j3x_content`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `j3x_content`
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/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.14 ms After last query: 1.07 ms Query memory: 0.005 MB Memory before query: 10.174 MB
UPDATE j3x_content
SET `hits` = (`hits` + 1)
WHERE `id` = '489'
| 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 |
No SHOW PROFILE (maybe because there are more than 100 queries)
| # | 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.05 ms After last query: 0.41 ms Query memory: 0.010 MB Memory before query: 10.335 MB Rows returned: 0
SELECT *
FROM j3x_assets
WHERE `name` = 'com_content.article.489'
| 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.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| executing | 0.00 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 20 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:739 |
| 19 | Joomla\CMS\Table\Table->load() | JROOT/libraries/src/Access/Access.php:784 |
| 18 | Joomla\CMS\Access\Access::getAssetId() | JROOT/libraries/src/Access/Access.php:544 |
| 17 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
| 16 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
| 15 | Joomla\CMS\User\User->authorise() | JROOT/components/com_content/models/article.php:58 |
| 14 | ContentModelArticle->populateState() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:457 |
| 13 | Joomla\CMS\MVC\Model\BaseDatabaseModel->getState() | JROOT/components/com_content/models/article.php:78 |
| 12 | ContentModelArticle->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/plugins/system/jreviews_articleoverrides/views/view.html.php:45 |
| 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.03 ms After last query: 0.04 ms Query memory: 0.010 MB Memory before query: 10.344 MB Rows returned: 0
SELECT *
FROM j3x_assets
WHERE `name` = 'com_content.article.489'
| 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.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| executing | 0.00 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.00 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 20 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:739 |
| 19 | Joomla\CMS\Table\Table->load() | JROOT/libraries/src/Access/Access.php:784 |
| 18 | Joomla\CMS\Access\Access::getAssetId() | JROOT/libraries/src/Access/Access.php:544 |
| 17 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
| 16 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
| 15 | Joomla\CMS\User\User->authorise() | JROOT/components/com_content/models/article.php:58 |
| 14 | ContentModelArticle->populateState() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:457 |
| 13 | Joomla\CMS\MVC\Model\BaseDatabaseModel->getState() | JROOT/components/com_content/models/article.php:78 |
| 12 | ContentModelArticle->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/plugins/system/jreviews_articleoverrides/views/view.html.php:45 |
| 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.03 ms After last query: 0.04 ms Query memory: 0.009 MB Memory before query: 10.359 MB Rows returned: 0
SELECT *
FROM j3x_assets
WHERE `name` = 'com_content.article.489'
| 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.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| executing | 0.00 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.00 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 18 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:739 |
| 17 | Joomla\CMS\Table\Table->load() | JROOT/libraries/src/Access/Access.php:784 |
| 16 | Joomla\CMS\Access\Access::getAssetId() | JROOT/libraries/src/Access/Access.php:544 |
| 15 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
| 14 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
| 13 | Joomla\CMS\User\User->authorise() | JROOT/components/com_content/models/article.php:128 |
| 12 | ContentModelArticle->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/plugins/system/jreviews_articleoverrides/views/view.html.php:45 |
| 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.03 ms After last query: 0.02 ms Query memory: 0.009 MB Memory before query: 10.368 MB Rows returned: 0
SELECT *
FROM j3x_assets
WHERE `name` = 'com_content.article.489'
| 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.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| executing | 0.00 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.00 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 18 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:739 |
| 17 | Joomla\CMS\Table\Table->load() | JROOT/libraries/src/Access/Access.php:784 |
| 16 | Joomla\CMS\Access\Access::getAssetId() | JROOT/libraries/src/Access/Access.php:544 |
| 15 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
| 14 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
| 13 | Joomla\CMS\User\User->authorise() | JROOT/components/com_content/models/article.php:128 |
| 12 | ContentModelArticle->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/plugins/system/jreviews_articleoverrides/views/view.html.php:45 |
| 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: 0.04 ms Query memory: 0.007 MB Memory before query: 10.336 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 = 489
AND c.published > 0
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2026-06-11 17:25:13')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2026-06-11 17:25:13')
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 | 0 | 0.00 | unique row not found |
| 1 | SIMPLE | parent | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 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.01 ms |
| init | 0.03 ms |
| System lock | 0.00 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.01 ms |
| cleaning up | 0.02 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/plugins/system/jreviews_articleoverrides/views/view.html.php:45 |
| 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.26 ms After last query: 0.61 ms Query memory: 0.013 MB Memory before query: 10.394 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 = 225
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.64 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.02 ms |
| System lock | 0.00 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.00 ms |
| Creating sort index | 0.08 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 |
|---|
| 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:317 |
| 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/plugins/system/jreviews_articleoverrides/views/view.html.php:74 |
| 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.22 ms Query memory: 0.006 MB Memory before query: 10.421 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` = 489
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.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 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/plugins/system/jreviews_articleoverrides/views/view.html.php:183 |
| 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.19 ms After last query: 0.51 ms Query memory: 0.007 MB Memory before query: 10.534 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.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.03 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.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 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/plugins/system/jreviews_articleoverrides/views/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.09 ms After last query: 0.01 ms Query memory: 0.007 MB Memory before query: 10.541 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 | element_folder_clientid | 804 | const,const | 1 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.05 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.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 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/plugins/system/jreviews_articleoverrides/views/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.31 ms After last query: 0.97 ms Query memory: 0.009 MB Memory before query: 10.630 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 (225,0))
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.03 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.03 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| Creating tmp table | 0.02 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| Creating sort index | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| removing tmp table | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
| 18 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
| 17 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:189 |
| 16 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
| 15 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
| 14 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.06 ms After last query: 1.27 ms Query memory: 0.007 MB Memory before query: 10.908 MB Rows returned: 0
SELECT DISTINCT plan_id
FROM j3x_osmembership_articles
WHERE article_id = 489
| 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.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.00 ms |
| executing | 0.00 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 15 | JDatabaseDriver->loadColumn() | JROOT/plugins/content/articlerestriction/articlerestriction.php:32 |
| 14 | plgContentArticleRestriction->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.06 ms After last query: 0.30 ms Query memory: 0.009 MB Memory before query: 10.947 MB Rows returned: 1
SELECT catid
FROM j3x_content
WHERE id = 489
| 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.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 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 |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:304 |
| 16 | plgContentJreviews->articleinJReviewsCategory() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:288 |
| 15 | plgContentJreviews->checkJreviewsCategory() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:63 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.06 ms After last query: 0.01 ms Query memory: 0.009 MB Memory before query: 10.955 MB Rows returned: 1
SELECT
count(*)
FROM
j3x_jreviews_categories AS Category
WHERE
Category.option = 'com_content'
AND
Category.id = 225
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | Category | NULL | const | PRIMARY,option | PRIMARY | 156 | const,const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 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 |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.00 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:320 |
| 16 | plgContentJreviews->articleinJReviewsCategory() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:288 |
| 15 | plgContentJreviews->checkJreviewsCategory() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:63 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.04 ms After last query: 1.92 ms Query memory: 0.009 MB Memory before query: 11.503 MB
SET SQL_BIG_SELECTS=1
EXPLAIN not possible on query: SET SQL_BIG_SELECTS=1
| Status | Duration |
|---|
| starting | 0.01 ms |
| Opening tables | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.00 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 17 | JDatabase->query() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/model_joomla.php:72 |
| 16 | S2Model->query() | JROOT/components/com_jreviews/jreviews/framework.php:92 |
| 15 | require_once JROOT/components/com_jreviews/jreviews/framework.php | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:65 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.83 ms After last query: 0.04 ms Query memory: 0.009 MB Memory before query: 11.514 MB Rows returned: 2
SHOW TABLES LIKE '%_jreviews_config'
EXPLAIN not possible on query: SHOW TABLES LIKE '%_jreviews_config'
| Status | Duration |
|---|
| starting | 0.01 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 | 0.76 ms |
| Sending data | 0.00 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| removing tmp table | 0.01 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 18 | JDatabaseDriver->loadResult() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/model_joomla.php:72 |
| 17 | S2Model->query() | JROOT/components/com_jreviews/jreviews/models/configuration.php:40 |
| 16 | JReviews\Models\ConfigurationModel::tableCreated() | JROOT/components/com_jreviews/jreviews/framework.php:94 |
| 15 | require_once JROOT/components/com_jreviews/jreviews/framework.php | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:65 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.07 ms After last query: 0.03 ms Query memory: 0.009 MB Memory before query: 11.523 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.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 17 | JDatabaseDriver->loadResult() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/model_joomla.php:72 |
| 16 | S2Model->query() | JROOT/components/com_jreviews/jreviews/framework.php:99 |
| 15 | require_once JROOT/components/com_jreviews/jreviews/framework.php | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:65 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.11 ms After last query: 0.97 ms Query memory: 0.009 MB Memory before query: 11.987 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.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.00 ms |
| preparing | 0.00 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| Creating sort index | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 17 | JDatabaseDriver->loadColumn() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/model_joomla.php:72 |
| 16 | S2Model->query() | JROOT/components/com_jreviews/jreviews/framework.php:174 |
| 15 | require_once JROOT/components/com_jreviews/jreviews/framework.php | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:65 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.12 ms After last query: 12.17 ms Query memory: 0.012 MB Memory before query: 15.496 MB
INSERT INTO j3x_jreviews_config ( id, value )
VALUES ('ranks_rebuild_last','1781198713')
ON DUPLICATE KEY UPDATE value =
VALUES(value)
EXPLAIN not possible on query: INSERT INTO j3x_jreviews_config ( id, value ) VALUES ('ranks_rebuild_last','1781198713') ON DUPLICATE KEY UPDATE value = VALUES(value)
| 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 |
| update | 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.00 ms |
| # | Caller | File and line number |
|---|
| 28 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 27 | JDatabase->query() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/model_joomla.php:72 |
| 26 | S2Model->query() | JROOT/components/com_jreviews/jreviews/models/configuration.php:82 |
| 25 | JReviews\Models\ConfigurationModel->store() | JROOT/components/com_jreviews/jreviews/services/configuration/configuration.php:823 |
| 24 | JReviews\Services\Configuration->store() | JROOT/components/com_jreviews/jreviews/plugins/cron_functions.php:56 |
| 23 | CronFunctionsComponent->run() | JROOT/components/com_jreviews/jreviews/plugins/cron_functions.php:105 |
| 22 | CronFunctionsComponent->rebuildRankTable() | JROOT/components/com_jreviews/jreviews/plugins/cron_functions.php:46 |
| 21 | CronFunctionsComponent->startup() | JROOT/components/com_s2framework/s2framework/libs/controller/controller.php:141 |
| 20 | S2Controller->__initComponents() | JROOT/components/com_jreviews/jreviews/controllers/my_controller.php:636 |
| 19 | MyController->_initPlugins() | JROOT/components/com_jreviews/jreviews/controllers/my_controller.php:248 |
| 18 | MyController->beforeFilter() | JROOT/components/com_jreviews/jreviews/controllers/com_content_controller.php:43 |
| 17 | ComContentController->beforeFilter() | JROOT/components/com_s2framework/s2framework/dispatcher.php:335 |
| 16 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:141 |
| 15 | plgContentJreviews->processDetailPage() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:104 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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: 5.58 ms After last query: 0.36 ms Query memory: 0.012 MB Memory before query: 15.513 MB
UPDATE
j3x_jreviews_comments
SET
vote_helpful = 0, vote_total = 0;| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | UPDATE | j3x_jreviews_comments | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1333 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| updating | 5.37 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.16 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 26 | JDatabase->query() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/model_joomla.php:72 |
| 25 | S2Model->query() | JROOT/components/com_jreviews/jreviews/models/review.php:1202 |
| 24 | ReviewModel->updateVoteCount() | JROOT/components/com_jreviews/jreviews/models/review.php:1235 |
| 23 | ReviewModel->rebuildRanksTable() | JROOT/components/com_jreviews/jreviews/plugins/cron_functions.php:111 |
| 22 | CronFunctionsComponent->rebuildRankTable() | JROOT/components/com_jreviews/jreviews/plugins/cron_functions.php:46 |
| 21 | CronFunctionsComponent->startup() | JROOT/components/com_s2framework/s2framework/libs/controller/controller.php:141 |
| 20 | S2Controller->__initComponents() | JROOT/components/com_jreviews/jreviews/controllers/my_controller.php:636 |
| 19 | MyController->_initPlugins() | JROOT/components/com_jreviews/jreviews/controllers/my_controller.php:248 |
| 18 | MyController->beforeFilter() | JROOT/components/com_jreviews/jreviews/controllers/com_content_controller.php:43 |
| 17 | ComContentController->beforeFilter() | JROOT/components/com_s2framework/s2framework/dispatcher.php:335 |
| 16 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:141 |
| 15 | plgContentJreviews->processDetailPage() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:104 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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: 6.20 ms After last query: 0.05 ms Query memory: 0.012 MB Memory before query: 15.526 MB
UPDATE
j3x_jreviews_comments as Review
INNER JOIN
(
SELECT
review_id AS review_id,
SUM(vote_yes + vote_no) AS vote_total,
SUM(vote_yes) AS vote_helpful
FROM
j3x_jreviews_votes AS Review
GROUP BY
review_id
ORDER BY
NULL
) AS VoteAggregate
ON Review.id = VoteAggregate.review_id
SET Review.vote_helpful = VoteAggregate.vote_helpful,
Review.vote_total = VoteAggregate.vote_total| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | PRIMARY | <derived2> | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 854 | 100.00 | NULL |
| 1 | UPDATE | Review | NULL | eq_ref | PRIMARY | PRIMARY | 4 | VoteAggregate.review_id | 1 | 100.00 | NULL |
| 2 | DERIVED | Review | NULL | ALL | review_id | NO INDEX KEY COULD BE USED | NULL | NULL | 854 | 100.00 | Using temporary |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.03 ms |
| init | 0.00 ms |
| updating main table | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| Creating tmp table | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 1.40 ms |
| updating reference tables | 4.43 ms |
| end | 0.00 ms |
| end | 0.00 ms |
| removing tmp table | 0.04 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| removing tmp table | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| removing tmp table | 0.00 ms |
| closing tables | 0.13 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 26 | JDatabase->query() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/model_joomla.php:72 |
| 25 | S2Model->query() | JROOT/components/com_jreviews/jreviews/models/review.php:1225 |
| 24 | ReviewModel->updateVoteCount() | JROOT/components/com_jreviews/jreviews/models/review.php:1235 |
| 23 | ReviewModel->rebuildRanksTable() | JROOT/components/com_jreviews/jreviews/plugins/cron_functions.php:111 |
| 22 | CronFunctionsComponent->rebuildRankTable() | JROOT/components/com_jreviews/jreviews/plugins/cron_functions.php:46 |
| 21 | CronFunctionsComponent->startup() | JROOT/components/com_s2framework/s2framework/libs/controller/controller.php:141 |
| 20 | S2Controller->__initComponents() | JROOT/components/com_jreviews/jreviews/controllers/my_controller.php:636 |
| 19 | MyController->_initPlugins() | JROOT/components/com_jreviews/jreviews/controllers/my_controller.php:248 |
| 18 | MyController->beforeFilter() | JROOT/components/com_jreviews/jreviews/controllers/com_content_controller.php:43 |
| 17 | ComContentController->beforeFilter() | JROOT/components/com_s2framework/s2framework/dispatcher.php:335 |
| 16 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:141 |
| 15 | plgContentJreviews->processDetailPage() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:104 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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: 2.30 ms After last query: 0.04 ms Query memory: 0.012 MB Memory before query: 15.539 MB Rows returned: 0
SELECT
Review.id
FROM j3x_jreviews_comments as Review
WHERE
Review.mode = "com_content"
AND Review.pid NOT IN (
SELECT id
from j3x_content
)| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | PRIMARY | Review | NULL | ref | extension | extension | 152 | const | 1277 | 100.00 | Using where |
| 2 | SUBQUERY | j3x_content | NULL | index | PRIMARY | PRIMARY | 4 | NULL | 474 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 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 |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 2.14 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| removing tmp table | 0.00 ms |
| freeing items | 0.01 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/models/review.php:1184 |
| 24 | ReviewModel->deleteOrphanedReviews() | JROOT/components/com_jreviews/jreviews/models/review.php:1239 |
| 23 | ReviewModel->rebuildRanksTable() | JROOT/components/com_jreviews/jreviews/plugins/cron_functions.php:111 |
| 22 | CronFunctionsComponent->rebuildRankTable() | JROOT/components/com_jreviews/jreviews/plugins/cron_functions.php:46 |
| 21 | CronFunctionsComponent->startup() | JROOT/components/com_s2framework/s2framework/libs/controller/controller.php:141 |
| 20 | S2Controller->__initComponents() | JROOT/components/com_jreviews/jreviews/controllers/my_controller.php:636 |
| 19 | MyController->_initPlugins() | JROOT/components/com_jreviews/jreviews/controllers/my_controller.php:248 |
| 18 | MyController->beforeFilter() | JROOT/components/com_jreviews/jreviews/controllers/com_content_controller.php:43 |
| 17 | ComContentController->beforeFilter() | JROOT/components/com_s2framework/s2framework/dispatcher.php:335 |
| 16 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:141 |
| 15 | plgContentJreviews->processDetailPage() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:104 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.38 ms After last query: 0.03 ms Query memory: 0.011 MB Memory before query: 15.552 MB
DELETE
FROM
j3x_jreviews_reviewer_ranks
WHERE
user_id = 0
OR user_id NOT IN (
SELECT
userid
FROM
j3x_jreviews_comments
WHERE
published = 1
)
OR user_id NOT IN (
SELECT id
FROM j3x_users
WHERE block = 0
)| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | DELETE | j3x_jreviews_reviewer_ranks | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 54 | 100.00 | Using where |
| 3 | DEPENDENT SUBQUERY | j3x_users | NULL | unique_subquery | PRIMARY,idx_block | PRIMARY | 4 | func | 1 | 96.04 | Using where |
| 2 | DEPENDENT SUBQUERY | j3x_jreviews_comments | NULL | ref | userid,published,published_user_author | published_user_author | 5 | const,func | 18 | 100.00 | Using index |
| Status | Duration |
|---|
| Sending data | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 25 | JDatabase->query() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/model_joomla.php:72 |
| 24 | S2Model->query() | JROOT/components/com_jreviews/jreviews/models/review.php:1264 |
| 23 | ReviewModel->rebuildRanksTable() | JROOT/components/com_jreviews/jreviews/plugins/cron_functions.php:111 |
| 22 | CronFunctionsComponent->rebuildRankTable() | JROOT/components/com_jreviews/jreviews/plugins/cron_functions.php:46 |
| 21 | CronFunctionsComponent->startup() | JROOT/components/com_s2framework/s2framework/libs/controller/controller.php:141 |
| 20 | S2Controller->__initComponents() | JROOT/components/com_jreviews/jreviews/controllers/my_controller.php:636 |
| 19 | MyController->_initPlugins() | JROOT/components/com_jreviews/jreviews/controllers/my_controller.php:248 |
| 18 | MyController->beforeFilter() | JROOT/components/com_jreviews/jreviews/controllers/com_content_controller.php:43 |
| 17 | ComContentController->beforeFilter() | JROOT/components/com_s2framework/s2framework/dispatcher.php:335 |
| 16 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:141 |
| 15 | plgContentJreviews->processDetailPage() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:104 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.54 ms After last query: 0.03 ms Query memory: 0.011 MB Memory before query: 15.567 MB
INSERT INTO
j3x_jreviews_reviewer_ranks (user_id, reviews, votes_percent_helpful, votes_total)
(
SELECT
userid AS user_id,
COUNT(*) AS reviews,
(IF(SUM(vote_total)>0,SUM(vote_helpful)/SUM(vote_total),0)) AS votes_percent_helpful,
SUM(vote_total) AS votes_total
FROM
j3x_jreviews_comments AS Review
RIGHT JOIN
j3x_users AS User
ON User.id = Review.userid
AND User.block = 0
WHERE
userid > 0
AND published = 1
GROUP BY
userid
ORDER BY
NULL
)
ON DUPLICATE KEY UPDATE
reviews =
VALUES(reviews),
votes_percent_helpful =
VALUES(votes_percent_helpful),
votes_total =
VALUES(votes_total);EXPLAIN not possible on query: INSERT INTO
j3x_jreviews_reviewer_ranks (user_id, reviews, votes_percent_helpful, votes_total)
(
SELECT
userid AS user_id,
COUNT(*) AS reviews,
(IF(SUM(vote_total)>0,SUM(vote_helpful)/SUM(vote_total),0)) AS votes_percent_helpful,
SUM(vote_total) AS votes_total
FROM
j3x_jreviews_comments AS Review
RIGHT JOIN
j3x_users AS User ON User.id = Review.userid AND User.block = 0
WHERE
userid > 0
AND published = 1
GROUP BY
userid
ORDER BY
NULL
)
ON DUPLICATE KEY UPDATE
reviews = VALUES(reviews),
votes_percent_helpful = VALUES(votes_percent_helpful),
votes_total = VALUES(votes_total);
| Status | Duration |
|---|
| starting | 0.04 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.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.37 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 25 | JDatabase->query() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/model_joomla.php:72 |
| 24 | S2Model->query() | JROOT/components/com_jreviews/jreviews/models/review.php:1314 |
| 23 | ReviewModel->rebuildRanksTable() | JROOT/components/com_jreviews/jreviews/plugins/cron_functions.php:111 |
| 22 | CronFunctionsComponent->rebuildRankTable() | JROOT/components/com_jreviews/jreviews/plugins/cron_functions.php:46 |
| 21 | CronFunctionsComponent->startup() | JROOT/components/com_s2framework/s2framework/libs/controller/controller.php:141 |
| 20 | S2Controller->__initComponents() | JROOT/components/com_jreviews/jreviews/controllers/my_controller.php:636 |
| 19 | MyController->_initPlugins() | JROOT/components/com_jreviews/jreviews/controllers/my_controller.php:248 |
| 18 | MyController->beforeFilter() | JROOT/components/com_jreviews/jreviews/controllers/com_content_controller.php:43 |
| 17 | ComContentController->beforeFilter() | JROOT/components/com_s2framework/s2framework/dispatcher.php:335 |
| 16 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:141 |
| 15 | plgContentJreviews->processDetailPage() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:104 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.23 ms After last query: 0.02 ms Query memory: 0.011 MB Memory before query: 15.580 MB
INSERT INTO
j3x_jreviews_reviewer_ranks (user_id, `rank`)
(
SELECT
user_id,
@curRank := @curRank + 1 AS `rank`
FROM
j3x_jreviews_reviewer_ranks, (SELECT @curRank := 0) r
ORDER BY
reviews DESC, votes_percent_helpful DESC
)
ON DUPLICATE KEY UPDATE
`rank` =
VALUES(`rank`);EXPLAIN not possible on query: INSERT INTO
j3x_jreviews_reviewer_ranks (user_id, `rank`)
(
SELECT
user_id,
@curRank := @curRank + 1 AS `rank`
FROM
j3x_jreviews_reviewer_ranks, (SELECT @curRank := 0) r
ORDER BY
reviews DESC, votes_percent_helpful DESC
)
ON DUPLICATE KEY UPDATE
`rank` = VALUES(`rank`);
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| optimizing | 0.01 ms |
| executing | 0.00 ms |
| statistics | 0.00 ms |
| preparing | 0.00 ms |
| Creating tmp table | 0.01 ms |
| Sorting for order | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.10 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| removing tmp table | 0.02 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| removing tmp table | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 25 | JDatabase->query() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/model_joomla.php:72 |
| 24 | S2Model->query() | JROOT/components/com_jreviews/jreviews/models/review.php:1316 |
| 23 | ReviewModel->rebuildRanksTable() | JROOT/components/com_jreviews/jreviews/plugins/cron_functions.php:111 |
| 22 | CronFunctionsComponent->rebuildRankTable() | JROOT/components/com_jreviews/jreviews/plugins/cron_functions.php:46 |
| 21 | CronFunctionsComponent->startup() | JROOT/components/com_s2framework/s2framework/libs/controller/controller.php:141 |
| 20 | S2Controller->__initComponents() | JROOT/components/com_jreviews/jreviews/controllers/my_controller.php:636 |
| 19 | MyController->_initPlugins() | JROOT/components/com_jreviews/jreviews/controllers/my_controller.php:248 |
| 18 | MyController->beforeFilter() | JROOT/components/com_jreviews/jreviews/controllers/com_content_controller.php:43 |
| 17 | ComContentController->beforeFilter() | JROOT/components/com_s2framework/s2framework/dispatcher.php:335 |
| 16 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:141 |
| 15 | plgContentJreviews->processDetailPage() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:104 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.06 ms After last query: 0.03 ms Query memory: 0.012 MB Memory before query: 15.591 MB
INSERT INTO j3x_jreviews_config ( id, value )
VALUES ('media_likes_rebuild_last','1781198713')
ON DUPLICATE KEY UPDATE value =
VALUES(value)
EXPLAIN not possible on query: INSERT INTO j3x_jreviews_config ( id, value ) VALUES ('media_likes_rebuild_last','1781198713') ON DUPLICATE KEY UPDATE value = VALUES(value)
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| update | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 28 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 27 | JDatabase->query() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/model_joomla.php:72 |
| 26 | S2Model->query() | JROOT/components/com_jreviews/jreviews/models/configuration.php:82 |
| 25 | JReviews\Models\ConfigurationModel->store() | JROOT/components/com_jreviews/jreviews/services/configuration/configuration.php:823 |
| 24 | JReviews\Services\Configuration->store() | JROOT/components/com_jreviews/jreviews/plugins/cron_functions.php:56 |
| 23 | CronFunctionsComponent->run() | JROOT/components/com_jreviews/jreviews/plugins/cron_functions.php:117 |
| 22 | CronFunctionsComponent->rebuildMediaLikesTable() | JROOT/components/com_jreviews/jreviews/plugins/cron_functions.php:49 |
| 21 | CronFunctionsComponent->startup() | JROOT/components/com_s2framework/s2framework/libs/controller/controller.php:141 |
| 20 | S2Controller->__initComponents() | JROOT/components/com_jreviews/jreviews/controllers/my_controller.php:636 |
| 19 | MyController->_initPlugins() | JROOT/components/com_jreviews/jreviews/controllers/my_controller.php:248 |
| 18 | MyController->beforeFilter() | JROOT/components/com_jreviews/jreviews/controllers/com_content_controller.php:43 |
| 17 | ComContentController->beforeFilter() | JROOT/components/com_s2framework/s2framework/dispatcher.php:335 |
| 16 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:141 |
| 15 | plgContentJreviews->processDetailPage() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:104 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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: 0.40 ms Query memory: 0.011 MB Memory before query: 15.625 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.02 ms |
| checking permissions | 0.00 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 |
| Creating tmp table | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.09 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| removing tmp table | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.02 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 25 | JDatabase->query() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/model_joomla.php:72 |
| 24 | S2Model->query() | JROOT/components/com_jreviews/jreviews/models/media_like.php:177 |
| 23 | MediaLikeModel->updateCount() | JROOT/components/com_jreviews/jreviews/plugins/cron_functions.php:123 |
| 22 | CronFunctionsComponent->rebuildMediaLikesTable() | JROOT/components/com_jreviews/jreviews/plugins/cron_functions.php:49 |
| 21 | CronFunctionsComponent->startup() | JROOT/components/com_s2framework/s2framework/libs/controller/controller.php:141 |
| 20 | S2Controller->__initComponents() | JROOT/components/com_jreviews/jreviews/controllers/my_controller.php:636 |
| 19 | MyController->_initPlugins() | JROOT/components/com_jreviews/jreviews/controllers/my_controller.php:248 |
| 18 | MyController->beforeFilter() | JROOT/components/com_jreviews/jreviews/controllers/com_content_controller.php:43 |
| 17 | ComContentController->beforeFilter() | JROOT/components/com_s2framework/s2framework/dispatcher.php:335 |
| 16 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:141 |
| 15 | plgContentJreviews->processDetailPage() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:104 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.15 ms After last query: 0.02 ms Query memory: 0.011 MB Memory before query: 15.637 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.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.00 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.09 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 25 | JDatabase->query() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/model_joomla.php:72 |
| 24 | S2Model->query() | JROOT/components/com_jreviews/jreviews/models/media_like.php:181 |
| 23 | MediaLikeModel->updateCount() | JROOT/components/com_jreviews/jreviews/plugins/cron_functions.php:123 |
| 22 | CronFunctionsComponent->rebuildMediaLikesTable() | JROOT/components/com_jreviews/jreviews/plugins/cron_functions.php:49 |
| 21 | CronFunctionsComponent->startup() | JROOT/components/com_s2framework/s2framework/libs/controller/controller.php:141 |
| 20 | S2Controller->__initComponents() | JROOT/components/com_jreviews/jreviews/controllers/my_controller.php:636 |
| 19 | MyController->_initPlugins() | JROOT/components/com_jreviews/jreviews/controllers/my_controller.php:248 |
| 18 | MyController->beforeFilter() | JROOT/components/com_jreviews/jreviews/controllers/com_content_controller.php:43 |
| 17 | ComContentController->beforeFilter() | JROOT/components/com_s2framework/s2framework/dispatcher.php:335 |
| 16 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:141 |
| 15 | plgContentJreviews->processDetailPage() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:104 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.16 ms After last query: 0.02 ms Query memory: 0.011 MB Memory before query: 15.649 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.02 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.00 ms |
| preparing | 0.01 ms |
| Creating tmp table | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.07 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| removing tmp table | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 25 | JDatabase->query() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/model_joomla.php:72 |
| 24 | S2Model->query() | JROOT/components/com_jreviews/jreviews/models/media_like.php:183 |
| 23 | MediaLikeModel->updateCount() | JROOT/components/com_jreviews/jreviews/plugins/cron_functions.php:123 |
| 22 | CronFunctionsComponent->rebuildMediaLikesTable() | JROOT/components/com_jreviews/jreviews/plugins/cron_functions.php:49 |
| 21 | CronFunctionsComponent->startup() | JROOT/components/com_s2framework/s2framework/libs/controller/controller.php:141 |
| 20 | S2Controller->__initComponents() | JROOT/components/com_jreviews/jreviews/controllers/my_controller.php:636 |
| 19 | MyController->_initPlugins() | JROOT/components/com_jreviews/jreviews/controllers/my_controller.php:248 |
| 18 | MyController->beforeFilter() | JROOT/components/com_jreviews/jreviews/controllers/com_content_controller.php:43 |
| 17 | ComContentController->beforeFilter() | JROOT/components/com_s2framework/s2framework/dispatcher.php:335 |
| 16 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:141 |
| 15 | plgContentJreviews->processDetailPage() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:104 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.07 ms After last query: 0.21 ms Query memory: 0.010 MB Memory before query: 15.678 MB Rows returned: 1
SELECT
count(*)
FROM
j3x_jreviews_categories AS JreviewCategory
WHERE
JreviewCategory.id = 225
AND
JreviewCategory.option = 'com_content'
AND
JreviewCategory.criteriaid > 0| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | JreviewCategory | NULL | const | PRIMARY,criteriaid,option | PRIMARY | 156 | const,const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 20 | JDatabaseDriver->loadResult() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/model_joomla.php:72 |
| 19 | S2Model->query() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/models/category.php:66 |
| 18 | CategoryModel->isJreviewsCategory() | JROOT/components/com_jreviews/jreviews/controllers/com_content_controller.php:153 |
| 17 | ComContentController->com_content_view() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
| 16 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:141 |
| 15 | plgContentJreviews->processDetailPage() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:104 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.21 ms After last query: 0.07 ms Query memory: 0.010 MB Memory before query: 15.690 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.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.12 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 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/cms_compat/joomla/models/everywhere/everywhere_com_content.php:319 |
| 20 | EverywhereComContentModel->addCategoryFiltering() | JROOT/components/com_jreviews/jreviews/repositories/listings_repository.php:233 |
| 19 | ListingsRepositoryComponent->prepareQueryData() | JROOT/components/com_jreviews/jreviews/repositories/listings_repository.php:148 |
| 18 | ListingsRepositoryComponent->one() | JROOT/components/com_jreviews/jreviews/controllers/com_content_controller.php:191 |
| 17 | ComContentController->com_content_view() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
| 16 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:141 |
| 15 | plgContentJreviews->processDetailPage() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:104 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.32 ms After last query: 0.34 ms Query memory: 0.010 MB Memory before query: 15.713 MB Rows returned: 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
WHERE 1 = 1
AND (
(Listing.id = 489)
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 >= 0
)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | Listing | NULL | const | PRIMARY,idx_state,idx_catid,jr_listing_count,jr_state | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | Totals | NULL | const | PRIMARY | PRIMARY | 156 | const,const | 1 | 100.00 | NULL |
| 1 | SIMPLE | Field | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | JreviewsCategory | NULL | const | PRIMARY,option | PRIMARY | 156 | const,const | 1 | 100.00 | NULL |
| 1 | SIMPLE | Category | NULL | const | PRIMARY,cat_idx | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | Directory | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | User | NULL | const | PRIMARY | PRIMARY | 4 | const | 0 | 0.00 | unique row not found |
| 1 | SIMPLE | Claim | NULL | ref | listing_id,user_id,approved | listing_id | 4 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.06 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.02 ms |
| init | 0.05 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.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.02 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 22 | JDatabaseDriver->loadAssocList() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/model_joomla.php:72 |
| 21 | S2Model->query() | JROOT/components/com_s2framework/s2framework/libs/model/model.php:426 |
| 20 | S2ModelCore->find() | JROOT/components/com_s2framework/s2framework/libs/model/model.php:175 |
| 19 | S2ModelCore->findRow() | JROOT/components/com_jreviews/jreviews/repositories/listings_repository.php:163 |
| 18 | ListingsRepositoryComponent->one() | JROOT/components/com_jreviews/jreviews/controllers/com_content_controller.php:191 |
| 17 | ComContentController->com_content_view() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
| 16 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:141 |
| 15 | plgContentJreviews->processDetailPage() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:104 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.10 ms After last query: 0.13 ms Query memory: 0.012 MB Memory before query: 15.745 MB Rows returned: 5
SELECT
groupid
FROM j3x_jreviews_groups
WHERE
groupid IN (7,17,4,33,35,36)
AND type = 'content'| 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 | 23 | 18.18 | Using where |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 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 |
| 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.00 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/models/field.php:670 |
| 24 | FieldModel->getFieldGroupIdsByListingTypeIds() | JROOT/components/com_jreviews/jreviews/models/field.php:936 |
| 23 | FieldModel->getFieldsArray() | JROOT/components/com_jreviews/jreviews/models/field.php:848 |
| 22 | FieldModel->addFields() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/models/everywhere/everywhere_com_content.php:752 |
| 21 | EverywhereComContentModel->afterFind() | JROOT/components/com_s2framework/s2framework/libs/model/model.php:450 |
| 20 | S2ModelCore->find() | JROOT/components/com_s2framework/s2framework/libs/model/model.php:175 |
| 19 | S2ModelCore->findRow() | JROOT/components/com_jreviews/jreviews/repositories/listings_repository.php:163 |
| 18 | ListingsRepositoryComponent->one() | JROOT/components/com_jreviews/jreviews/controllers/com_content_controller.php:191 |
| 17 | ComContentController->com_content_view() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
| 16 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:141 |
| 15 | plgContentJreviews->processDetailPage() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:104 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.19 ms After last query: 0.03 ms Query memory: 0.011 MB Memory before query: 15.760 MB Rows returned: 16
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 = 'content'
AND Field.groupid IN ( 4,7,17,33,35)| 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 | 17 | 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.02 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.08 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/model_joomla.php:68 |
| 24 | S2Model->query() | JROOT/components/com_jreviews/jreviews/models/field.php:986 |
| 23 | FieldModel->getFieldsArray() | JROOT/components/com_jreviews/jreviews/models/field.php:848 |
| 22 | FieldModel->addFields() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/models/everywhere/everywhere_com_content.php:752 |
| 21 | EverywhereComContentModel->afterFind() | JROOT/components/com_s2framework/s2framework/libs/model/model.php:450 |
| 20 | S2ModelCore->find() | JROOT/components/com_s2framework/s2framework/libs/model/model.php:175 |
| 19 | S2ModelCore->findRow() | JROOT/components/com_jreviews/jreviews/repositories/listings_repository.php:163 |
| 18 | ListingsRepositoryComponent->one() | JROOT/components/com_jreviews/jreviews/controllers/com_content_controller.php:191 |
| 17 | ComContentController->com_content_view() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
| 16 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:141 |
| 15 | plgContentJreviews->processDetailPage() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:104 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.07 ms After last query: 0.07 ms Query memory: 0.011 MB Memory before query: 15.835 MB Rows returned: 1
SELECT
Listing.contentid AS element_id,jr_website,jr_buyonlist,jr_buyonpageclali,jr_try,jr_codeforsignup,jr_productprice,jr_pricediscount,jr_hebrew,jr_hdaracha,jr_freetryial,jr_videoproducts,jr_order,jr_remarketingcode,jr_broadcast,jr_webinarfeatures,jr_programwebinar
FROM
j3x_jreviews_content AS Listing
WHERE
Listing.contentid IN (489)| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | Listing | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/model_joomla.php:68 |
| 24 | S2Model->query() | JROOT/components/com_jreviews/jreviews/models/field.php:1071 |
| 23 | FieldModel->getFieldsArray() | JROOT/components/com_jreviews/jreviews/models/field.php:848 |
| 22 | FieldModel->addFields() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/models/everywhere/everywhere_com_content.php:752 |
| 21 | EverywhereComContentModel->afterFind() | JROOT/components/com_s2framework/s2framework/libs/model/model.php:450 |
| 20 | S2ModelCore->find() | JROOT/components/com_s2framework/s2framework/libs/model/model.php:175 |
| 19 | S2ModelCore->findRow() | JROOT/components/com_jreviews/jreviews/repositories/listings_repository.php:163 |
| 18 | ListingsRepositoryComponent->one() | JROOT/components/com_jreviews/jreviews/controllers/com_content_controller.php:191 |
| 17 | ComContentController->com_content_view() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
| 16 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:141 |
| 15 | plgContentJreviews->processDetailPage() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:104 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.18 ms After last query: 0.04 ms Query memory: 0.011 MB Memory before query: 15.853 MB Rows returned: 6
SELECT
*
FROM
j3x_jreviews_fieldoptions
WHERE
fieldid IN ( '90','66','168','173')
AND
value IN ( 'english-hebrew','audio','videos','live','שידור-עצמאי','לא')
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 | field_value | 767 | NULL | 8 | 9.15 | Using index condition; Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.06 ms |
| preparing | 0.00 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| Creating sort index | 0.05 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/model_joomla.php:68 |
| 24 | S2Model->query() | JROOT/components/com_jreviews/jreviews/models/field.php:1184 |
| 23 | FieldModel->getFieldsArray() | JROOT/components/com_jreviews/jreviews/models/field.php:848 |
| 22 | FieldModel->addFields() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/models/everywhere/everywhere_com_content.php:752 |
| 21 | EverywhereComContentModel->afterFind() | JROOT/components/com_s2framework/s2framework/libs/model/model.php:450 |
| 20 | S2ModelCore->find() | JROOT/components/com_s2framework/s2framework/libs/model/model.php:175 |
| 19 | S2ModelCore->findRow() | JROOT/components/com_jreviews/jreviews/repositories/listings_repository.php:163 |
| 18 | ListingsRepositoryComponent->one() | JROOT/components/com_jreviews/jreviews/controllers/com_content_controller.php:191 |
| 17 | ComContentController->com_content_view() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
| 16 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:141 |
| 15 | plgContentJreviews->processDetailPage() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:104 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.06 ms After last query: 0.16 ms Query memory: 0.011 MB Memory before query: 15.851 MB Rows returned: 0
SELECT
content_id AS listing_id, count(*) AS favored
FROM j3x_jreviews_favorites AS Favorite
WHERE
Favorite.content_id IN (489)
GROUP BY
listing_id| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | Favorite | NULL | ref | user_favorite | user_favorite | 4 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 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 |
| Sending data | 0.00 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 24 | JDatabaseDriver->loadAssocList() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/model_joomla.php:68 |
| 23 | S2Model->query() | JROOT/components/com_jreviews/jreviews/models/favorite.php:91 |
| 22 | FavoriteModel->addFavorite() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/models/everywhere/everywhere_com_content.php:767 |
| 21 | EverywhereComContentModel->afterFind() | JROOT/components/com_s2framework/s2framework/libs/model/model.php:450 |
| 20 | S2ModelCore->find() | JROOT/components/com_s2framework/s2framework/libs/model/model.php:175 |
| 19 | S2ModelCore->findRow() | JROOT/components/com_jreviews/jreviews/repositories/listings_repository.php:163 |
| 18 | ListingsRepositoryComponent->one() | JROOT/components/com_jreviews/jreviews/controllers/com_content_controller.php:191 |
| 17 | ComContentController->com_content_view() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
| 16 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:141 |
| 15 | plgContentJreviews->processDetailPage() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:104 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.30 ms After last query: 0.11 ms Query memory: 0.011 MB Memory before query: 15.879 MB Rows returned: 1
SELECT
tmp.media_id,
tmp.listing_id,
tmp.review_id,
tmp.media_type,
tmp.media_function,
tmp.likes_rank,
tmp.main_media,
media.likes_up,
media.likes_total,
media.created,
media.listing_id,
media.review_id,
media.user_id,
media.filename,
media.file_extension,
media.rel_path,
media.title,
media.description,
media.duration,
media.media_info,
media.metadata,
media.embed,
media.published,
media.approved,
media.access,
media.views,
media.filesize,
media.extension
FROM (
SELECT
media_id,
listing_id,
review_id,
media_type,
media_function,
main_media,
views,
likes_rank,
created,
ordering,
CASE
WHEN @id != listing_id
AND media_type = 'photo' THEN @photo := 1
ELSE IF(media_type = 'photo' ,@photo := @photo + 1,NULL)
END AS photo_rank,
CASE
WHEN @id != listing_id
AND media_type = 'video' THEN @video := 1
ELSE IF(media_type = 'video' ,@video := @video + 1,NULL)
END AS video_rank,
CASE
WHEN @id != listing_id
AND media_type = 'attachment' THEN @attachment := 1
ELSE IF(media_type = 'attachment',@attachment := @attachment + 1,NULL)
END AS attachment_rank,
CASE
WHEN @id != listing_id
AND media_type = 'audio' THEN @audio := 1
ELSE IF(media_type = 'audio',@audio := @audio + 1,NULL)
END AS audio_rank,
@id := listing_id
FROM (
SELECT
media_id, review_id, listing_id, user_id, media_type, media_function, likes_rank, likes_up, likes_total, created, main_media, ordering, views
FROM
j3x_jreviews_media
WHERE
listing_id IN (489)
AND published = 1
AND approved = 1
AND access IN (1)
AND extension = 'com_content'
) mtmp
JOIN (SELECT @id := NULL, @photo := 0, @video := 0, @attachment := 0, @audio := 0) r
ORDER BY
main_media DESC, listing_id, media_type, created DESC
) tmp
JOIN
j3x_jreviews_media AS media
ON media.media_id = tmp.media_id
WHERE
(tmp.photo_rank >= 0) OR
(tmp.video_rank >= 0) OR
(tmp.attachment_rank > 0) OR
(tmp.audio_rank > 0)
ORDER BY
tmp.main_media DESC, tmp.listing_id, tmp.media_type, tmp.created DESC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | PRIMARY | <derived2> | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 93.75 | Using where; Using filesort |
| 1 | PRIMARY | media | NULL | eq_ref | PRIMARY | PRIMARY | 4 | tmp.media_id | 1 | 100.00 | NULL |
| 2 | DERIVED | <derived4> | NULL | system | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using filesort |
| 2 | DERIVED | <derived3> | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 100.00 | NULL |
| 4 | DERIVED | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | No tables used |
| 3 | DERIVED | j3x_jreviews_media | NULL | ref | listing | listing | 306 | const,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.00 ms |
| init | 0.07 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| optimizing | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.00 ms |
| optimizing | 0.01 ms |
| executing | 0.00 ms |
| statistics | 0.00 ms |
| preparing | 0.00 ms |
| Sorting result | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.01 ms |
| Creating sort index | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| removing tmp table | 0.01 ms |
| closing tables | 0.00 ms |
| removing tmp table | 0.00 ms |
| closing tables | 0.00 ms |
| removing tmp table | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 25 | JDatabaseDriver->loadAssocList() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/model_joomla.php:72 |
| 24 | S2Model->query() | JROOT/components/com_jreviews/jreviews/models/media.php:1563 |
| 23 | MediaModel->addMediaDetail() | JROOT/components/com_jreviews/jreviews/models/media.php:1182 |
| 22 | MediaModel->addMedia() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/models/everywhere/everywhere_com_content.php:797 |
| 21 | EverywhereComContentModel->afterFind() | JROOT/components/com_s2framework/s2framework/libs/model/model.php:450 |
| 20 | S2ModelCore->find() | JROOT/components/com_s2framework/s2framework/libs/model/model.php:175 |
| 19 | S2ModelCore->findRow() | JROOT/components/com_jreviews/jreviews/repositories/listings_repository.php:163 |
| 18 | ListingsRepositoryComponent->one() | JROOT/components/com_jreviews/jreviews/controllers/com_content_controller.php:191 |
| 17 | ComContentController->com_content_view() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
| 16 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:141 |
| 15 | plgContentJreviews->processDetailPage() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:104 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.22 ms After last query: 0.18 ms Query memory: 0.017 MB Memory before query: 15.906 MB Rows returned: 2
SELECT
rating_range, count(*) AS count
FROM
(SELECT
CASE WHEN ROUND(rating,1) > 0
AND rating < 1.5 THEN 1
WHEN ROUND(rating,1) >= 1.5
AND ROUND(rating,1) < 2.5 THEN 2
WHEN ROUND(rating,1) >= 2.5
AND ROUND(rating,1) < 3.5 THEN 3
WHEN ROUND(rating,1) >= 3.5
AND ROUND(rating,1) < 4.5 THEN 4
WHEN ROUND(rating,1) >= 4.5 THEN 5
END as rating_range
FROM
j3x_jreviews_comments
WHERE
pid = 489
AND published = 1
AND mode = 'com_content'
AND rating > 0
AND author = 0
) AS ReviewRange
GROUP BY
rating_range| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | j3x_jreviews_comments | NULL | ref | listing_id,extension,published,published_user_author,listing | listing_id | 4 | const | 2 | 3.09 | Using index condition; Using where; Using temporary; Using filesort |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.03 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.07 ms |
| preparing | 0.01 ms |
| Creating tmp table | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.00 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| removing tmp table | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 24 | JDatabaseDriver->loadAssocList() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/model_joomla.php:68 |
| 23 | S2Model->query() | JROOT/components/com_jreviews/jreviews/models/review.php:303 |
| 22 | ReviewModel->getReviewRatingCounts() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/models/everywhere/everywhere_com_content.php:837 |
| 21 | EverywhereComContentModel->afterFind() | JROOT/components/com_s2framework/s2framework/libs/model/model.php:450 |
| 20 | S2ModelCore->find() | JROOT/components/com_s2framework/s2framework/libs/model/model.php:175 |
| 19 | S2ModelCore->findRow() | JROOT/components/com_jreviews/jreviews/repositories/listings_repository.php:163 |
| 18 | ListingsRepositoryComponent->one() | JROOT/components/com_jreviews/jreviews/controllers/com_content_controller.php:191 |
| 17 | ComContentController->com_content_view() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
| 16 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:141 |
| 15 | plgContentJreviews->processDetailPage() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:104 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.06 ms After last query: 0.48 ms Query memory: 0.010 MB Memory before query: 15.914 MB Rows returned: 1
SELECT
images
FROM
j3x_content
WHERE
id = 489
| 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.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 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 |
| Sending data | 0.00 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 20 | JDatabaseDriver->loadResult() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/model_joomla.php:72 |
| 19 | S2Model->query() | JROOT/components/com_jreviews/jreviews/models/media.php:956 |
| 18 | MediaModel->updateListingCoreImage() | JROOT/components/com_jreviews/jreviews/controllers/com_content_controller.php:299 |
| 17 | ComContentController->com_content_view() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
| 16 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:141 |
| 15 | plgContentJreviews->processDetailPage() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:104 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.28 ms After last query: 0.89 ms Query memory: 0.010 MB Memory before query: 15.952 MB Rows returned: 2
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`,
Review.owner_reply_approved As `Review.owner_reply_approved`,
Review.owner_reply_text As `Review.owner_reply_text`
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'
LEFT JOIN j3x_jreviews_categories AS JreviewsCategory
ON JreviewsCategory.id = Listing.catid
AND JreviewsCategory.`option` = 'com_content'
WHERE 1 = 1
AND (
Review.pid = 489
AND Review.mode = 'com_content'
AND Review.published = 1
AND Review.author = 0
AND JreviewsCategory.option = 'com_content'
)
ORDER BY `Review.created` DESC
LIMIT 20
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | Listing | NULL | const | PRIMARY,idx_catid,jr_listing_count | PRIMARY | 4 | const | 1 | 100.00 | Using filesort |
| 1 | SIMPLE | JreviewsCategory | NULL | const | PRIMARY,option | PRIMARY | 156 | const,const | 1 | 100.00 | Using index |
| 1 | SIMPLE | Review | NULL | ref | listing_id,extension,published,published_user_author,listing | listing_id | 4 | const | 2 | 9.26 | Using index condition; Using where |
| 1 | SIMPLE | Totals | NULL | const | PRIMARY | PRIMARY | 156 | const,const | 1 | 100.00 | Using index |
| 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 |
| Status | Duration |
|---|
| starting | 0.05 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.01 ms |
| init | 0.03 ms |
| System lock | 0.00 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.03 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.02 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 21 | JDatabaseDriver->loadAssocList() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/model_joomla.php:72 |
| 20 | S2Model->query() | JROOT/components/com_s2framework/s2framework/libs/model/model.php:426 |
| 19 | S2ModelCore->find() | JROOT/components/com_s2framework/s2framework/libs/model/model.php:139 |
| 18 | S2ModelCore->findAll() | JROOT/components/com_jreviews/jreviews/controllers/com_content_controller.php:403 |
| 17 | ComContentController->com_content_view() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
| 16 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:141 |
| 15 | plgContentJreviews->processDetailPage() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:104 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.09 ms After last query: 0.08 ms Query memory: 0.010 MB Memory before query: 15.978 MB Rows returned: 8
SELECT
review_id, criteria_id, IF(rating=0,'na',rating) AS rating
FROM
j3x_jreviews_review_ratings
WHERE
review_id IN (955,954)| 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 | 6 | 100.00 | Using where; Using index |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.03 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 22 | JDatabaseDriver->loadAssocList() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/model_joomla.php:72 |
| 21 | S2Model->query() | JROOT/components/com_jreviews/jreviews/models/review.php:1614 |
| 20 | ReviewModel->afterFind() | JROOT/components/com_s2framework/s2framework/libs/model/model.php:450 |
| 19 | S2ModelCore->find() | JROOT/components/com_s2framework/s2framework/libs/model/model.php:139 |
| 18 | S2ModelCore->findAll() | JROOT/components/com_jreviews/jreviews/controllers/com_content_controller.php:403 |
| 17 | ComContentController->com_content_view() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
| 16 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:141 |
| 15 | plgContentJreviews->processDetailPage() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:104 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.07 ms After last query: 0.09 ms Query memory: 0.011 MB Memory before query: 16.003 MB Rows returned: 1
SELECT
groupid
FROM j3x_jreviews_groups
WHERE
groupid IN (7,17,4,33,35,36)
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.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 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 |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 25 | JDatabaseDriver->loadColumn() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/model_joomla.php:72 |
| 24 | S2Model->query() | JROOT/components/com_jreviews/jreviews/models/field.php:670 |
| 23 | FieldModel->getFieldGroupIdsByListingTypeIds() | JROOT/components/com_jreviews/jreviews/models/field.php:936 |
| 22 | FieldModel->getFieldsArray() | JROOT/components/com_jreviews/jreviews/models/field.php:848 |
| 21 | FieldModel->addFields() | JROOT/components/com_jreviews/jreviews/models/review.php:1658 |
| 20 | ReviewModel->afterFind() | JROOT/components/com_s2framework/s2framework/libs/model/model.php:450 |
| 19 | S2ModelCore->find() | JROOT/components/com_s2framework/s2framework/libs/model/model.php:139 |
| 18 | S2ModelCore->findAll() | JROOT/components/com_jreviews/jreviews/controllers/com_content_controller.php:403 |
| 17 | ComContentController->com_content_view() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
| 16 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:141 |
| 15 | plgContentJreviews->processDetailPage() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:104 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.11 ms After last query: 0.02 ms Query memory: 0.011 MB Memory before query: 16.018 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 ( 36)| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | Field | NULL | ref | groupid,entry_published,list_published | groupid | 4 | const | 7 | 47.14 | Using where |
| 1 | SIMPLE | Group | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 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.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/model_joomla.php:68 |
| 23 | S2Model->query() | JROOT/components/com_jreviews/jreviews/models/field.php:986 |
| 22 | FieldModel->getFieldsArray() | JROOT/components/com_jreviews/jreviews/models/field.php:848 |
| 21 | FieldModel->addFields() | JROOT/components/com_jreviews/jreviews/models/review.php:1658 |
| 20 | ReviewModel->afterFind() | JROOT/components/com_s2framework/s2framework/libs/model/model.php:450 |
| 19 | S2ModelCore->find() | JROOT/components/com_s2framework/s2framework/libs/model/model.php:139 |
| 18 | S2ModelCore->findAll() | JROOT/components/com_jreviews/jreviews/controllers/com_content_controller.php:403 |
| 17 | ComContentController->com_content_view() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
| 16 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:141 |
| 15 | plgContentJreviews->processDetailPage() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:104 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.05 ms After last query: 0.03 ms Query memory: 0.011 MB Memory before query: 16.047 MB Rows returned: 0
SELECT
Review.reviewid AS element_id,jr_webinarnisayon,jr_webinarvetek,jr_webinarlistenervetek,jr_mywebinar
FROM
j3x_jreviews_review_fields AS Review
WHERE
Review.reviewid IN (955,954)| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | Review | NULL | range | PRIMARY | PRIMARY | 4 | NULL | 2 | 100.00 | Using index condition |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.00 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.00 ms |
| freeing items | 0.00 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 24 | JDatabaseDriver->loadObjectList() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/model_joomla.php:68 |
| 23 | S2Model->query() | JROOT/components/com_jreviews/jreviews/models/field.php:1129 |
| 22 | FieldModel->getFieldsArray() | JROOT/components/com_jreviews/jreviews/models/field.php:848 |
| 21 | FieldModel->addFields() | JROOT/components/com_jreviews/jreviews/models/review.php:1658 |
| 20 | ReviewModel->afterFind() | JROOT/components/com_s2framework/s2framework/libs/model/model.php:450 |
| 19 | S2ModelCore->find() | JROOT/components/com_s2framework/s2framework/libs/model/model.php:139 |
| 18 | S2ModelCore->findAll() | JROOT/components/com_jreviews/jreviews/controllers/com_content_controller.php:403 |
| 17 | ComContentController->com_content_view() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
| 16 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:141 |
| 15 | plgContentJreviews->processDetailPage() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:104 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.06 ms After last query: 0.10 ms Query memory: 0.010 MB Memory before query: 16.025 MB Rows returned: 1
SELECT
groupid
FROM j3x_jreviews_groups
WHERE
groupid IN (7,17,4,33,35,36)
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.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 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 |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.00 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 21 | JDatabaseDriver->loadColumn() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/model_joomla.php:72 |
| 20 | S2Model->query() | JROOT/components/com_jreviews/jreviews/models/field.php:670 |
| 19 | FieldModel->getFieldGroupIdsByListingTypeIds() | JROOT/components/com_jreviews/jreviews/models/field.php:1573 |
| 18 | FieldModel->getFieldsArrayNew() | JROOT/components/com_jreviews/jreviews/controllers/com_content_controller.php:415 |
| 17 | ComContentController->com_content_view() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
| 16 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:141 |
| 15 | plgContentJreviews->processDetailPage() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:104 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.02 ms Query memory: 0.010 MB Memory before query: 16.041 MB Rows returned: 4
SELECT
Field.fieldid AS `Field.id`,
Field.groupid AS `Field.groupid`,
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.search AS `Field.search`,
Field.access AS `Field.access`,
Field.access_view AS `Field.accessView`,
Field.published As `Field.published`,
Field.compareview AS `Field.compareView`,
Field.control_field AS `Field.control_field`,
Field.control_value AS `Field.control_value`,
`
Group`.groupid AS `
Group.group_id`,
`
Group`.title AS `
Group.title`,
`
Group`.name AS `
Group.name`,
`
Group`.showtitle AS `
Group.showTitle`,
`
Group`.control_field AS `
Group.control_field`,
`
Group`.control_value AS `
Group.control_value`
FROM
j3x_jreviews_fields AS Field
INNER JOIN
j3x_jreviews_groups AS `
Group`
ON (`
Group`.groupid = Field.groupid
AND
`
Group`.groupid IN (36)
AND `
Group`.type = 'review' )
WHERE
Field.published = 1
AND Field.location = 'review'
GROUP BY
Field.fieldid,
Field.groupid,
Field.name,
Field.title,
Field.showtitle,
Field.description,
Field.required,
Field.type,
Field.location,
Field.options,
Field.search,
Field.access,
Field.access_view,
Field.published,
Field.compareview,
Field.control_field,
Field.control_value,
Field.ordering,
`
Group`.groupid,
`
Group`.title,
`
Group`.name,
`
Group`.showtitle,
`
Group`.control_field,
`
Group`.control_value,
`
Group`.ordering
ORDER BY
`
Group`.ordering, Field.ordering| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | Group | NULL | const | PRIMARY,type | PRIMARY | 4 | const | 1 | 100.00 | Using filesort |
| 1 | SIMPLE | Field | NULL | ref | groupid,entry_published,list_published | groupid | 4 | const | 7 | 47.14 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.00 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| Creating sort index | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 20 | JDatabaseDriver->loadObjectList() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/model_joomla.php:72 |
| 19 | S2Model->query() | JROOT/components/com_jreviews/jreviews/models/field.php:1644 |
| 18 | FieldModel->getFieldsArrayNew() | JROOT/components/com_jreviews/jreviews/controllers/com_content_controller.php:415 |
| 17 | ComContentController->com_content_view() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
| 16 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:141 |
| 15 | plgContentJreviews->processDetailPage() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:104 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.18 ms After last query: 0.22 ms Query memory: 0.010 MB Memory before query: 16.068 MB Rows returned: 8
SELECT
FieldValue.optionid, FieldValue.fieldid, FieldValue.text, FieldValue.value, FieldValue.image, FieldValue.ordering
FROM
j3x_jreviews_fieldoptions AS FieldValue
WHERE
FieldValue.fieldid IN (174,175,176)
ORDER
BY FieldValue.text ASC| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | FieldValue | NULL | range | fieldid | fieldid | 4 | NULL | 12 | 100.00 | Using index condition; Using filesort |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| Creating sort index | 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.00 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/model_joomla.php:72 |
| 20 | S2Model->query() | JROOT/components/com_jreviews/jreviews/models/field.php:720 |
| 19 | FieldModel->getFieldOptions() | JROOT/components/com_jreviews/jreviews/models/field.php:1665 |
| 18 | FieldModel->getFieldsArrayNew() | JROOT/components/com_jreviews/jreviews/controllers/com_content_controller.php:415 |
| 17 | ComContentController->com_content_view() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
| 16 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:141 |
| 15 | plgContentJreviews->processDetailPage() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:104 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.07 ms After last query: 0.04 ms Query memory: 0.010 MB Memory before query: 16.093 MB Rows returned: 8
SELECT
FieldValue.optionid, FieldValue.fieldid, FieldValue.text, FieldValue.value, FieldValue.image, FieldValue.ordering
FROM
j3x_jreviews_fieldoptions AS FieldValue
WHERE
FieldValue.fieldid IN (174,175,176)
ORDER
BY FieldValue.ordering ASC| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | FieldValue | NULL | range | fieldid | fieldid | 4 | NULL | 12 | 100.00 | Using index condition; Using filesort |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| Creating sort index | 0.03 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.00 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/model_joomla.php:72 |
| 20 | S2Model->query() | JROOT/components/com_jreviews/jreviews/models/field.php:762 |
| 19 | FieldModel->getFieldOptions() | JROOT/components/com_jreviews/jreviews/models/field.php:1665 |
| 18 | FieldModel->getFieldsArrayNew() | JROOT/components/com_jreviews/jreviews/controllers/com_content_controller.php:415 |
| 17 | ComContentController->com_content_view() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
| 16 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:141 |
| 15 | plgContentJreviews->processDetailPage() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:104 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.05 ms After last query: 0.03 ms Query memory: 0.010 MB Memory before query: 16.107 MB Rows returned: 0
SELECT
FieldOption.optionid, FieldOption.fieldid, FieldOption.value
FROM
j3x_jreviews_fieldoptions AS FieldOption
WHERE
FieldOption.fieldid IN (174,175,176)
AND
FieldOption.default = 1| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | FieldOption | NULL | ref | fieldid,default | default | 1 | const | 1 | 7.84 | Using where |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 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 |
| Sending data | 0.00 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.00 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/model_joomla.php:72 |
| 20 | S2Model->query() | JROOT/components/com_jreviews/jreviews/models/field.php:835 |
| 19 | FieldModel->getDefaultOptionsByFieldId() | JROOT/components/com_jreviews/jreviews/models/field.php:1673 |
| 18 | FieldModel->getFieldsArrayNew() | JROOT/components/com_jreviews/jreviews/controllers/com_content_controller.php:415 |
| 17 | ComContentController->com_content_view() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
| 16 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:141 |
| 15 | plgContentJreviews->processDetailPage() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:104 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.17 ms After last query: 0.15 ms Query memory: 0.010 MB Memory before query: 16.120 MB Rows returned: 1
SELECT COUNT(*)
FROM j3x_jreviews_comments AS Review
WHERE 1 = 1
AND (
Review.pid = 489
AND Review.mode = 'com_content'
AND Review.published >= 0
AND Review.ipaddress = '216.73.217.117'
)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | Review | NULL | ref | listing_id,extension,published,published_user_author,listing | listing_id | 4 | const | 2 | 9.57 | Using where |
| 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 |
| optimizing | 0.01 ms |
| statistics | 0.05 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.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 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_s2framework/s2framework/libs/model/model.php:296 |
| 20 | S2ModelCore->findCount() | JROOT/components/com_jreviews/jreviews/repositories/reviews_repository.php:969 |
| 19 | ReviewsRepositoryComponent->getReviewCount() | JROOT/components/com_jreviews/jreviews/repositories/reviews_repository.php:932 |
| 18 | ReviewsRepositoryComponent->addUsersReviewCountsToListing() | JROOT/components/com_jreviews/jreviews/controllers/com_content_controller.php:425 |
| 17 | ComContentController->com_content_view() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
| 16 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:141 |
| 15 | plgContentJreviews->processDetailPage() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:104 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.10 ms After last query: 0.06 ms Query memory: 0.010 MB Memory before query: 16.132 MB Rows returned: 1
SELECT COUNT(*)
FROM j3x_jreviews_comments AS Review
WHERE 1 = 1
AND (
Review.pid = 489
AND Review.mode = 'com_content'
AND Review.published >= 0
AND Review.author = 0
AND Review.userid = 0
)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | Review | NULL | ref | listing_id,extension,userid,published,published_user_author,listing | listing_id | 4 | const | 2 | 8.82 | Using where |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.05 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.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 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_s2framework/s2framework/libs/model/model.php:296 |
| 20 | S2ModelCore->findCount() | JROOT/components/com_jreviews/jreviews/repositories/reviews_repository.php:969 |
| 19 | ReviewsRepositoryComponent->getReviewCount() | JROOT/components/com_jreviews/jreviews/repositories/reviews_repository.php:934 |
| 18 | ReviewsRepositoryComponent->addUsersReviewCountsToListing() | JROOT/components/com_jreviews/jreviews/controllers/com_content_controller.php:425 |
| 17 | ComContentController->com_content_view() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
| 16 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:141 |
| 15 | plgContentJreviews->processDetailPage() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:104 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.08 ms After last query: 0.05 ms Query memory: 0.010 MB Memory before query: 16.143 MB Rows returned: 1
SELECT COUNT(*)
FROM j3x_jreviews_comments AS Review
WHERE 1 = 1
AND (
Review.pid = 489
AND Review.mode = 'com_content'
AND Review.published >= 0
AND Review.author = 1
AND Review.userid = 0
)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | Review | NULL | ref | listing_id,extension,userid,published,published_user_author,listing | listing_id | 4 | const | 2 | 8.82 | Using where |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.04 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.00 ms |
| freeing items | 0.00 ms |
| cleaning up | 0.00 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_s2framework/s2framework/libs/model/model.php:296 |
| 20 | S2ModelCore->findCount() | JROOT/components/com_jreviews/jreviews/repositories/reviews_repository.php:969 |
| 19 | ReviewsRepositoryComponent->getReviewCount() | JROOT/components/com_jreviews/jreviews/repositories/reviews_repository.php:936 |
| 18 | ReviewsRepositoryComponent->addUsersReviewCountsToListing() | JROOT/components/com_jreviews/jreviews/controllers/com_content_controller.php:425 |
| 17 | ComContentController->com_content_view() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
| 16 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:141 |
| 15 | plgContentJreviews->processDetailPage() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:104 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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: 1.07 ms After last query: 6.35 ms Query memory: 0.014 MB Memory before query: 16.724 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 | ALL | published,newsfeeds | NO INDEX KEY COULD BE USED | NULL | NULL | 228 | 4.65 | 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.02 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.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| Creating sort index | 0.94 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:1701 |
| 31 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:413 |
| 30 | PlgSystemAdvancedModuleHelper->getModuleList() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:127 |
| 29 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
| 26 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/components/com_jreviews/jreviews/views/helpers/jreviews.php:91 |
| 24 | JreviewsHelper->moduleCount() | JROOT/components/com_jreviews/jreviews/views/helpers/jreviews.php:29 |
| 23 | JreviewsHelper->loadModulePosition() | JROOT/templates/jreviews_overrides/views/themes/mytheme/listings/detail.thtml:66 |
| 22 | include JROOT/templates/jreviews_overrides/views/themes/mytheme/listings/detail.thtml | JROOT/components/com_s2framework/s2framework/libs/view/view.php:426 |
| 21 | MyView->_render() | JROOT/components/com_s2framework/s2framework/libs/view/view.php:203 |
| 20 | MyView->render() | JROOT/components/com_s2framework/s2framework/libs/controller/controller.php:246 |
| 19 | S2Controller->render() | JROOT/components/com_jreviews/jreviews/controllers/my_controller.php:361 |
| 18 | MyController->render() | JROOT/components/com_jreviews/jreviews/controllers/com_content_controller.php:437 |
| 17 | ComContentController->com_content_view() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
| 16 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:141 |
| 15 | plgContentJreviews->processDetailPage() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:104 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.08 ms After last query: 2.56 ms Query memory: 0.017 MB Memory before query: 17.271 MB Rows returned: 1
SELECT t.parent_id
FROM j3x_menu as t
WHERE t.id = 156
| 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.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.00 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 36 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 35 | JDatabaseDriver->loadResult() | JROOT/libraries/regularlabs/src/Condition.php:314 |
| 34 | RegularLabs\Library\Condition->getParentIds() | JROOT/libraries/regularlabs/src/Condition/Menu.php:70 |
| 33 | RegularLabs\Library\Condition\Menu->getMenuParentIds() | JROOT/libraries/regularlabs/src/Condition/Menu.php:53 |
| 32 | RegularLabs\Library\Condition\Menu->pass() | JROOT/libraries/regularlabs/src/Conditions.php:253 |
| 31 | RegularLabs\Library\Conditions::passByType() | JROOT/libraries/regularlabs/src/Conditions.php:63 |
| 30 | RegularLabs\Library\Conditions::pass() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:178 |
| 29 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
| 26 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/components/com_jreviews/jreviews/views/helpers/jreviews.php:91 |
| 24 | JreviewsHelper->moduleCount() | JROOT/components/com_jreviews/jreviews/views/helpers/jreviews.php:29 |
| 23 | JreviewsHelper->loadModulePosition() | JROOT/templates/jreviews_overrides/views/themes/mytheme/listings/detail.thtml:66 |
| 22 | include JROOT/templates/jreviews_overrides/views/themes/mytheme/listings/detail.thtml | JROOT/components/com_s2framework/s2framework/libs/view/view.php:426 |
| 21 | MyView->_render() | JROOT/components/com_s2framework/s2framework/libs/view/view.php:203 |
| 20 | MyView->render() | JROOT/components/com_s2framework/s2framework/libs/controller/controller.php:246 |
| 19 | S2Controller->render() | JROOT/components/com_jreviews/jreviews/controllers/my_controller.php:361 |
| 18 | MyController->render() | JROOT/components/com_jreviews/jreviews/controllers/com_content_controller.php:437 |
| 17 | ComContentController->com_content_view() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
| 16 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:141 |
| 15 | plgContentJreviews->processDetailPage() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:104 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.05 ms After last query: 0.02 ms Query memory: 0.017 MB Memory before query: 17.288 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.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 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 |
| Sending data | 0.00 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.00 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 36 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 35 | JDatabaseDriver->loadResult() | JROOT/libraries/regularlabs/src/Condition.php:314 |
| 34 | RegularLabs\Library\Condition->getParentIds() | JROOT/libraries/regularlabs/src/Condition/Menu.php:70 |
| 33 | RegularLabs\Library\Condition\Menu->getMenuParentIds() | JROOT/libraries/regularlabs/src/Condition/Menu.php:53 |
| 32 | RegularLabs\Library\Condition\Menu->pass() | JROOT/libraries/regularlabs/src/Conditions.php:253 |
| 31 | RegularLabs\Library\Conditions::passByType() | JROOT/libraries/regularlabs/src/Conditions.php:63 |
| 30 | RegularLabs\Library\Conditions::pass() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:178 |
| 29 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
| 26 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/components/com_jreviews/jreviews/views/helpers/jreviews.php:91 |
| 24 | JreviewsHelper->moduleCount() | JROOT/components/com_jreviews/jreviews/views/helpers/jreviews.php:29 |
| 23 | JreviewsHelper->loadModulePosition() | JROOT/templates/jreviews_overrides/views/themes/mytheme/listings/detail.thtml:66 |
| 22 | include JROOT/templates/jreviews_overrides/views/themes/mytheme/listings/detail.thtml | JROOT/components/com_s2framework/s2framework/libs/view/view.php:426 |
| 21 | MyView->_render() | JROOT/components/com_s2framework/s2framework/libs/view/view.php:203 |
| 20 | MyView->render() | JROOT/components/com_s2framework/s2framework/libs/controller/controller.php:246 |
| 19 | S2Controller->render() | JROOT/components/com_jreviews/jreviews/controllers/my_controller.php:361 |
| 18 | MyController->render() | JROOT/components/com_jreviews/jreviews/controllers/com_content_controller.php:437 |
| 17 | ComContentController->com_content_view() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
| 16 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:141 |
| 15 | plgContentJreviews->processDetailPage() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:104 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.06 ms After last query: 0.21 ms Query memory: 0.017 MB Memory before query: 17.314 MB Rows returned: 1
SELECT *
FROM j3x_content
WHERE `id` = '489'
| 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.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.00 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 36 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 35 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:739 |
| 34 | Joomla\CMS\Table\Table->load() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:145 |
| 33 | RegularLabs\Library\Condition\ContentCategory->getCategoryIds() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:92 |
| 32 | RegularLabs\Library\Condition\ContentCategory->pass() | JROOT/libraries/regularlabs/src/Conditions.php:253 |
| 31 | RegularLabs\Library\Conditions::passByType() | JROOT/libraries/regularlabs/src/Conditions.php:63 |
| 30 | RegularLabs\Library\Conditions::pass() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:178 |
| 29 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
| 26 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/components/com_jreviews/jreviews/views/helpers/jreviews.php:91 |
| 24 | JreviewsHelper->moduleCount() | JROOT/components/com_jreviews/jreviews/views/helpers/jreviews.php:29 |
| 23 | JreviewsHelper->loadModulePosition() | JROOT/templates/jreviews_overrides/views/themes/mytheme/listings/detail.thtml:66 |
| 22 | include JROOT/templates/jreviews_overrides/views/themes/mytheme/listings/detail.thtml | JROOT/components/com_s2framework/s2framework/libs/view/view.php:426 |
| 21 | MyView->_render() | JROOT/components/com_s2framework/s2framework/libs/view/view.php:203 |
| 20 | MyView->render() | JROOT/components/com_s2framework/s2framework/libs/controller/controller.php:246 |
| 19 | S2Controller->render() | JROOT/components/com_jreviews/jreviews/controllers/my_controller.php:361 |
| 18 | MyController->render() | JROOT/components/com_jreviews/jreviews/controllers/com_content_controller.php:437 |
| 17 | ComContentController->com_content_view() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
| 16 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:141 |
| 15 | plgContentJreviews->processDetailPage() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:104 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.05 ms After last query: 0.14 ms Query memory: 0.017 MB Memory before query: 17.353 MB Rows returned: 1
SELECT *
FROM j3x_content
WHERE `id` = '489'
| 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.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.00 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 36 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 35 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:739 |
| 34 | Joomla\CMS\Table\Table->load() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:145 |
| 33 | RegularLabs\Library\Condition\ContentCategory->getCategoryIds() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:92 |
| 32 | RegularLabs\Library\Condition\ContentCategory->pass() | JROOT/libraries/regularlabs/src/Conditions.php:253 |
| 31 | RegularLabs\Library\Conditions::passByType() | JROOT/libraries/regularlabs/src/Conditions.php:63 |
| 30 | RegularLabs\Library\Conditions::pass() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:178 |
| 29 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
| 26 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/components/com_jreviews/jreviews/views/helpers/jreviews.php:91 |
| 24 | JreviewsHelper->moduleCount() | JROOT/components/com_jreviews/jreviews/views/helpers/jreviews.php:29 |
| 23 | JreviewsHelper->loadModulePosition() | JROOT/templates/jreviews_overrides/views/themes/mytheme/listings/detail.thtml:66 |
| 22 | include JROOT/templates/jreviews_overrides/views/themes/mytheme/listings/detail.thtml | JROOT/components/com_s2framework/s2framework/libs/view/view.php:426 |
| 21 | MyView->_render() | JROOT/components/com_s2framework/s2framework/libs/view/view.php:203 |
| 20 | MyView->render() | JROOT/components/com_s2framework/s2framework/libs/controller/controller.php:246 |
| 19 | S2Controller->render() | JROOT/components/com_jreviews/jreviews/controllers/my_controller.php:361 |
| 18 | MyController->render() | JROOT/components/com_jreviews/jreviews/controllers/com_content_controller.php:437 |
| 17 | ComContentController->com_content_view() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
| 16 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:141 |
| 15 | plgContentJreviews->processDetailPage() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:104 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.05 ms After last query: 0.36 ms Query memory: 0.017 MB Memory before query: 17.425 MB Rows returned: 1
SELECT *
FROM j3x_content
WHERE `id` = '489'
| 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.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 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 |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.00 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 36 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 35 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:739 |
| 34 | Joomla\CMS\Table\Table->load() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:145 |
| 33 | RegularLabs\Library\Condition\ContentCategory->getCategoryIds() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:92 |
| 32 | RegularLabs\Library\Condition\ContentCategory->pass() | JROOT/libraries/regularlabs/src/Conditions.php:253 |
| 31 | RegularLabs\Library\Conditions::passByType() | JROOT/libraries/regularlabs/src/Conditions.php:63 |
| 30 | RegularLabs\Library\Conditions::pass() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:178 |
| 29 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
| 26 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/components/com_jreviews/jreviews/views/helpers/jreviews.php:91 |
| 24 | JreviewsHelper->moduleCount() | JROOT/components/com_jreviews/jreviews/views/helpers/jreviews.php:29 |
| 23 | JreviewsHelper->loadModulePosition() | JROOT/templates/jreviews_overrides/views/themes/mytheme/listings/detail.thtml:66 |
| 22 | include JROOT/templates/jreviews_overrides/views/themes/mytheme/listings/detail.thtml | JROOT/components/com_s2framework/s2framework/libs/view/view.php:426 |
| 21 | MyView->_render() | JROOT/components/com_s2framework/s2framework/libs/view/view.php:203 |
| 20 | MyView->render() | JROOT/components/com_s2framework/s2framework/libs/controller/controller.php:246 |
| 19 | S2Controller->render() | JROOT/components/com_jreviews/jreviews/controllers/my_controller.php:361 |
| 18 | MyController->render() | JROOT/components/com_jreviews/jreviews/controllers/com_content_controller.php:437 |
| 17 | ComContentController->com_content_view() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
| 16 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:141 |
| 15 | plgContentJreviews->processDetailPage() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:104 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.04 ms After last query: 0.24 ms Query memory: 0.017 MB Memory before query: 17.474 MB Rows returned: 1
SELECT *
FROM j3x_content
WHERE `id` = '489'
| 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.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 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 |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.00 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 36 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 35 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:739 |
| 34 | Joomla\CMS\Table\Table->load() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:145 |
| 33 | RegularLabs\Library\Condition\ContentCategory->getCategoryIds() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:92 |
| 32 | RegularLabs\Library\Condition\ContentCategory->pass() | JROOT/libraries/regularlabs/src/Conditions.php:253 |
| 31 | RegularLabs\Library\Conditions::passByType() | JROOT/libraries/regularlabs/src/Conditions.php:63 |
| 30 | RegularLabs\Library\Conditions::pass() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:178 |
| 29 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
| 26 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/components/com_jreviews/jreviews/views/helpers/jreviews.php:91 |
| 24 | JreviewsHelper->moduleCount() | JROOT/components/com_jreviews/jreviews/views/helpers/jreviews.php:29 |
| 23 | JreviewsHelper->loadModulePosition() | JROOT/templates/jreviews_overrides/views/themes/mytheme/listings/detail.thtml:66 |
| 22 | include JROOT/templates/jreviews_overrides/views/themes/mytheme/listings/detail.thtml | JROOT/components/com_s2framework/s2framework/libs/view/view.php:426 |
| 21 | MyView->_render() | JROOT/components/com_s2framework/s2framework/libs/view/view.php:203 |
| 20 | MyView->render() | JROOT/components/com_s2framework/s2framework/libs/controller/controller.php:246 |
| 19 | S2Controller->render() | JROOT/components/com_jreviews/jreviews/controllers/my_controller.php:361 |
| 18 | MyController->render() | JROOT/components/com_jreviews/jreviews/controllers/com_content_controller.php:437 |
| 17 | ComContentController->com_content_view() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
| 16 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:141 |
| 15 | plgContentJreviews->processDetailPage() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:104 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.04 ms After last query: 0.22 ms Query memory: 0.017 MB Memory before query: 17.515 MB Rows returned: 1
SELECT *
FROM j3x_content
WHERE `id` = '489'
| 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.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 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 |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.00 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 36 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 35 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:739 |
| 34 | Joomla\CMS\Table\Table->load() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:145 |
| 33 | RegularLabs\Library\Condition\ContentCategory->getCategoryIds() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:92 |
| 32 | RegularLabs\Library\Condition\ContentCategory->pass() | JROOT/libraries/regularlabs/src/Conditions.php:253 |
| 31 | RegularLabs\Library\Conditions::passByType() | JROOT/libraries/regularlabs/src/Conditions.php:63 |
| 30 | RegularLabs\Library\Conditions::pass() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:178 |
| 29 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
| 26 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/components/com_jreviews/jreviews/views/helpers/jreviews.php:91 |
| 24 | JreviewsHelper->moduleCount() | JROOT/components/com_jreviews/jreviews/views/helpers/jreviews.php:29 |
| 23 | JreviewsHelper->loadModulePosition() | JROOT/templates/jreviews_overrides/views/themes/mytheme/listings/detail.thtml:66 |
| 22 | include JROOT/templates/jreviews_overrides/views/themes/mytheme/listings/detail.thtml | JROOT/components/com_s2framework/s2framework/libs/view/view.php:426 |
| 21 | MyView->_render() | JROOT/components/com_s2framework/s2framework/libs/view/view.php:203 |
| 20 | MyView->render() | JROOT/components/com_s2framework/s2framework/libs/controller/controller.php:246 |
| 19 | S2Controller->render() | JROOT/components/com_jreviews/jreviews/controllers/my_controller.php:361 |
| 18 | MyController->render() | JROOT/components/com_jreviews/jreviews/controllers/com_content_controller.php:437 |
| 17 | ComContentController->com_content_view() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
| 16 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:141 |
| 15 | plgContentJreviews->processDetailPage() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:104 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.04 ms After last query: 0.02 ms Query memory: 0.017 MB Memory before query: 17.532 MB Rows returned: 1
SELECT t.parent_id
FROM j3x_categories as t
WHERE t.id = 225
| 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.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 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 |
| Sending data | 0.00 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.00 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 36 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 35 | JDatabaseDriver->loadResult() | JROOT/libraries/regularlabs/src/Condition.php:314 |
| 34 | RegularLabs\Library\Condition->getParentIds() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:178 |
| 33 | RegularLabs\Library\Condition\ContentCategory->getCatParentIds() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:111 |
| 32 | RegularLabs\Library\Condition\ContentCategory->pass() | JROOT/libraries/regularlabs/src/Conditions.php:253 |
| 31 | RegularLabs\Library\Conditions::passByType() | JROOT/libraries/regularlabs/src/Conditions.php:63 |
| 30 | RegularLabs\Library\Conditions::pass() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:178 |
| 29 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
| 26 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/components/com_jreviews/jreviews/views/helpers/jreviews.php:91 |
| 24 | JreviewsHelper->moduleCount() | JROOT/components/com_jreviews/jreviews/views/helpers/jreviews.php:29 |
| 23 | JreviewsHelper->loadModulePosition() | JROOT/templates/jreviews_overrides/views/themes/mytheme/listings/detail.thtml:66 |
| 22 | include JROOT/templates/jreviews_overrides/views/themes/mytheme/listings/detail.thtml | JROOT/components/com_s2framework/s2framework/libs/view/view.php:426 |
| 21 | MyView->_render() | JROOT/components/com_s2framework/s2framework/libs/view/view.php:203 |
| 20 | MyView->render() | JROOT/components/com_s2framework/s2framework/libs/controller/controller.php:246 |
| 19 | S2Controller->render() | JROOT/components/com_jreviews/jreviews/controllers/my_controller.php:361 |
| 18 | MyController->render() | JROOT/components/com_jreviews/jreviews/controllers/com_content_controller.php:437 |
| 17 | ComContentController->com_content_view() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
| 16 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:141 |
| 15 | plgContentJreviews->processDetailPage() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:104 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.03 ms After last query: 0.01 ms Query memory: 0.017 MB Memory before query: 17.549 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.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 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 |
| Sending data | 0.00 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.00 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 36 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 35 | JDatabaseDriver->loadResult() | JROOT/libraries/regularlabs/src/Condition.php:314 |
| 34 | RegularLabs\Library\Condition->getParentIds() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:178 |
| 33 | RegularLabs\Library\Condition\ContentCategory->getCatParentIds() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:111 |
| 32 | RegularLabs\Library\Condition\ContentCategory->pass() | JROOT/libraries/regularlabs/src/Conditions.php:253 |
| 31 | RegularLabs\Library\Conditions::passByType() | JROOT/libraries/regularlabs/src/Conditions.php:63 |
| 30 | RegularLabs\Library\Conditions::pass() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:178 |
| 29 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
| 26 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/components/com_jreviews/jreviews/views/helpers/jreviews.php:91 |
| 24 | JreviewsHelper->moduleCount() | JROOT/components/com_jreviews/jreviews/views/helpers/jreviews.php:29 |
| 23 | JreviewsHelper->loadModulePosition() | JROOT/templates/jreviews_overrides/views/themes/mytheme/listings/detail.thtml:66 |
| 22 | include JROOT/templates/jreviews_overrides/views/themes/mytheme/listings/detail.thtml | JROOT/components/com_s2framework/s2framework/libs/view/view.php:426 |
| 21 | MyView->_render() | JROOT/components/com_s2framework/s2framework/libs/view/view.php:203 |
| 20 | MyView->render() | JROOT/components/com_s2framework/s2framework/libs/controller/controller.php:246 |
| 19 | S2Controller->render() | JROOT/components/com_jreviews/jreviews/controllers/my_controller.php:361 |
| 18 | MyController->render() | JROOT/components/com_jreviews/jreviews/controllers/com_content_controller.php:437 |
| 17 | ComContentController->com_content_view() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
| 16 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:141 |
| 15 | plgContentJreviews->processDetailPage() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:104 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.04 ms After last query: 0.17 ms Query memory: 0.017 MB Memory before query: 17.588 MB Rows returned: 1
SELECT *
FROM j3x_content
WHERE `id` = '489'
| 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.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 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 |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.00 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 36 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 35 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:739 |
| 34 | Joomla\CMS\Table\Table->load() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:145 |
| 33 | RegularLabs\Library\Condition\ContentCategory->getCategoryIds() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:92 |
| 32 | RegularLabs\Library\Condition\ContentCategory->pass() | JROOT/libraries/regularlabs/src/Conditions.php:253 |
| 31 | RegularLabs\Library\Conditions::passByType() | JROOT/libraries/regularlabs/src/Conditions.php:63 |
| 30 | RegularLabs\Library\Conditions::pass() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:178 |
| 29 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
| 26 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/components/com_jreviews/jreviews/views/helpers/jreviews.php:91 |
| 24 | JreviewsHelper->moduleCount() | JROOT/components/com_jreviews/jreviews/views/helpers/jreviews.php:29 |
| 23 | JreviewsHelper->loadModulePosition() | JROOT/templates/jreviews_overrides/views/themes/mytheme/listings/detail.thtml:66 |
| 22 | include JROOT/templates/jreviews_overrides/views/themes/mytheme/listings/detail.thtml | JROOT/components/com_s2framework/s2framework/libs/view/view.php:426 |
| 21 | MyView->_render() | JROOT/components/com_s2framework/s2framework/libs/view/view.php:203 |
| 20 | MyView->render() | JROOT/components/com_s2framework/s2framework/libs/controller/controller.php:246 |
| 19 | S2Controller->render() | JROOT/components/com_jreviews/jreviews/controllers/my_controller.php:361 |
| 18 | MyController->render() | JROOT/components/com_jreviews/jreviews/controllers/com_content_controller.php:437 |
| 17 | ComContentController->com_content_view() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
| 16 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:141 |
| 15 | plgContentJreviews->processDetailPage() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:104 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.05 ms After last query: 0.21 ms Query memory: 0.017 MB Memory before query: 17.634 MB Rows returned: 1
SELECT *
FROM j3x_content
WHERE `id` = '489'
| 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.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 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 |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.00 ms |
| freeing items | 0.00 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 36 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 35 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:739 |
| 34 | Joomla\CMS\Table\Table->load() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:145 |
| 33 | RegularLabs\Library\Condition\ContentCategory->getCategoryIds() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:92 |
| 32 | RegularLabs\Library\Condition\ContentCategory->pass() | JROOT/libraries/regularlabs/src/Conditions.php:253 |
| 31 | RegularLabs\Library\Conditions::passByType() | JROOT/libraries/regularlabs/src/Conditions.php:63 |
| 30 | RegularLabs\Library\Conditions::pass() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:178 |
| 29 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
| 26 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/components/com_jreviews/jreviews/views/helpers/jreviews.php:91 |
| 24 | JreviewsHelper->moduleCount() | JROOT/components/com_jreviews/jreviews/views/helpers/jreviews.php:29 |
| 23 | JreviewsHelper->loadModulePosition() | JROOT/templates/jreviews_overrides/views/themes/mytheme/listings/detail.thtml:66 |
| 22 | include JROOT/templates/jreviews_overrides/views/themes/mytheme/listings/detail.thtml | JROOT/components/com_s2framework/s2framework/libs/view/view.php:426 |
| 21 | MyView->_render() | JROOT/components/com_s2framework/s2framework/libs/view/view.php:203 |
| 20 | MyView->render() | JROOT/components/com_s2framework/s2framework/libs/controller/controller.php:246 |
| 19 | S2Controller->render() | JROOT/components/com_jreviews/jreviews/controllers/my_controller.php:361 |
| 18 | MyController->render() | JROOT/components/com_jreviews/jreviews/controllers/com_content_controller.php:437 |
| 17 | ComContentController->com_content_view() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
| 16 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:141 |
| 15 | plgContentJreviews->processDetailPage() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:104 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.04 ms After last query: 0.17 ms Query memory: 0.017 MB Memory before query: 17.671 MB Rows returned: 1
SELECT *
FROM j3x_content
WHERE `id` = '489'
| 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.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 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 |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.00 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 36 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 35 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:739 |
| 34 | Joomla\CMS\Table\Table->load() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:145 |
| 33 | RegularLabs\Library\Condition\ContentCategory->getCategoryIds() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:92 |
| 32 | RegularLabs\Library\Condition\ContentCategory->pass() | JROOT/libraries/regularlabs/src/Conditions.php:253 |
| 31 | RegularLabs\Library\Conditions::passByType() | JROOT/libraries/regularlabs/src/Conditions.php:63 |
| 30 | RegularLabs\Library\Conditions::pass() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:178 |
| 29 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
| 26 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/components/com_jreviews/jreviews/views/helpers/jreviews.php:91 |
| 24 | JreviewsHelper->moduleCount() | JROOT/components/com_jreviews/jreviews/views/helpers/jreviews.php:29 |
| 23 | JreviewsHelper->loadModulePosition() | JROOT/templates/jreviews_overrides/views/themes/mytheme/listings/detail.thtml:66 |
| 22 | include JROOT/templates/jreviews_overrides/views/themes/mytheme/listings/detail.thtml | JROOT/components/com_s2framework/s2framework/libs/view/view.php:426 |
| 21 | MyView->_render() | JROOT/components/com_s2framework/s2framework/libs/view/view.php:203 |
| 20 | MyView->render() | JROOT/components/com_s2framework/s2framework/libs/controller/controller.php:246 |
| 19 | S2Controller->render() | JROOT/components/com_jreviews/jreviews/controllers/my_controller.php:361 |
| 18 | MyController->render() | JROOT/components/com_jreviews/jreviews/controllers/com_content_controller.php:437 |
| 17 | ComContentController->com_content_view() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
| 16 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:141 |
| 15 | plgContentJreviews->processDetailPage() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:104 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.04 ms After last query: 0.23 ms Query memory: 0.017 MB Memory before query: 17.763 MB Rows returned: 1
SELECT *
FROM j3x_content
WHERE `id` = '489'
| 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.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 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 |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.00 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 36 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 35 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:739 |
| 34 | Joomla\CMS\Table\Table->load() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:145 |
| 33 | RegularLabs\Library\Condition\ContentCategory->getCategoryIds() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:92 |
| 32 | RegularLabs\Library\Condition\ContentCategory->pass() | JROOT/libraries/regularlabs/src/Conditions.php:253 |
| 31 | RegularLabs\Library\Conditions::passByType() | JROOT/libraries/regularlabs/src/Conditions.php:63 |
| 30 | RegularLabs\Library\Conditions::pass() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:178 |
| 29 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
| 26 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/components/com_jreviews/jreviews/views/helpers/jreviews.php:91 |
| 24 | JreviewsHelper->moduleCount() | JROOT/components/com_jreviews/jreviews/views/helpers/jreviews.php:29 |
| 23 | JreviewsHelper->loadModulePosition() | JROOT/templates/jreviews_overrides/views/themes/mytheme/listings/detail.thtml:66 |
| 22 | include JROOT/templates/jreviews_overrides/views/themes/mytheme/listings/detail.thtml | JROOT/components/com_s2framework/s2framework/libs/view/view.php:426 |
| 21 | MyView->_render() | JROOT/components/com_s2framework/s2framework/libs/view/view.php:203 |
| 20 | MyView->render() | JROOT/components/com_s2framework/s2framework/libs/controller/controller.php:246 |
| 19 | S2Controller->render() | JROOT/components/com_jreviews/jreviews/controllers/my_controller.php:361 |
| 18 | MyController->render() | JROOT/components/com_jreviews/jreviews/controllers/com_content_controller.php:437 |
| 17 | ComContentController->com_content_view() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
| 16 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:141 |
| 15 | plgContentJreviews->processDetailPage() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:104 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.04 ms After last query: 0.18 ms Query memory: 0.017 MB Memory before query: 17.804 MB Rows returned: 1
SELECT *
FROM j3x_content
WHERE `id` = '489'
| 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.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 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 |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.00 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 36 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 35 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:739 |
| 34 | Joomla\CMS\Table\Table->load() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:145 |
| 33 | RegularLabs\Library\Condition\ContentCategory->getCategoryIds() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:92 |
| 32 | RegularLabs\Library\Condition\ContentCategory->pass() | JROOT/libraries/regularlabs/src/Conditions.php:253 |
| 31 | RegularLabs\Library\Conditions::passByType() | JROOT/libraries/regularlabs/src/Conditions.php:63 |
| 30 | RegularLabs\Library\Conditions::pass() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:178 |
| 29 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
| 26 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/components/com_jreviews/jreviews/views/helpers/jreviews.php:91 |
| 24 | JreviewsHelper->moduleCount() | JROOT/components/com_jreviews/jreviews/views/helpers/jreviews.php:29 |
| 23 | JreviewsHelper->loadModulePosition() | JROOT/templates/jreviews_overrides/views/themes/mytheme/listings/detail.thtml:66 |
| 22 | include JROOT/templates/jreviews_overrides/views/themes/mytheme/listings/detail.thtml | JROOT/components/com_s2framework/s2framework/libs/view/view.php:426 |
| 21 | MyView->_render() | JROOT/components/com_s2framework/s2framework/libs/view/view.php:203 |
| 20 | MyView->render() | JROOT/components/com_s2framework/s2framework/libs/controller/controller.php:246 |
| 19 | S2Controller->render() | JROOT/components/com_jreviews/jreviews/controllers/my_controller.php:361 |
| 18 | MyController->render() | JROOT/components/com_jreviews/jreviews/controllers/com_content_controller.php:437 |
| 17 | ComContentController->com_content_view() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
| 16 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:141 |
| 15 | plgContentJreviews->processDetailPage() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:104 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.04 ms After last query: 0.15 ms Query memory: 0.017 MB Memory before query: 17.838 MB Rows returned: 1
SELECT *
FROM j3x_content
WHERE `id` = '489'
| 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.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 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 |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.00 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 36 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 35 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:739 |
| 34 | Joomla\CMS\Table\Table->load() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:145 |
| 33 | RegularLabs\Library\Condition\ContentCategory->getCategoryIds() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:92 |
| 32 | RegularLabs\Library\Condition\ContentCategory->pass() | JROOT/libraries/regularlabs/src/Conditions.php:253 |
| 31 | RegularLabs\Library\Conditions::passByType() | JROOT/libraries/regularlabs/src/Conditions.php:63 |
| 30 | RegularLabs\Library\Conditions::pass() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:178 |
| 29 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
| 26 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/components/com_jreviews/jreviews/views/helpers/jreviews.php:91 |
| 24 | JreviewsHelper->moduleCount() | JROOT/components/com_jreviews/jreviews/views/helpers/jreviews.php:29 |
| 23 | JreviewsHelper->loadModulePosition() | JROOT/templates/jreviews_overrides/views/themes/mytheme/listings/detail.thtml:66 |
| 22 | include JROOT/templates/jreviews_overrides/views/themes/mytheme/listings/detail.thtml | JROOT/components/com_s2framework/s2framework/libs/view/view.php:426 |
| 21 | MyView->_render() | JROOT/components/com_s2framework/s2framework/libs/view/view.php:203 |
| 20 | MyView->render() | JROOT/components/com_s2framework/s2framework/libs/controller/controller.php:246 |
| 19 | S2Controller->render() | JROOT/components/com_jreviews/jreviews/controllers/my_controller.php:361 |
| 18 | MyController->render() | JROOT/components/com_jreviews/jreviews/controllers/com_content_controller.php:437 |
| 17 | ComContentController->com_content_view() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
| 16 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:141 |
| 15 | plgContentJreviews->processDetailPage() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:104 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.04 ms After last query: 0.19 ms Query memory: 0.017 MB Memory before query: 17.887 MB Rows returned: 1
SELECT *
FROM j3x_content
WHERE `id` = '489'
| 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.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 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 |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.00 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 36 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 35 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:739 |
| 34 | Joomla\CMS\Table\Table->load() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:145 |
| 33 | RegularLabs\Library\Condition\ContentCategory->getCategoryIds() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:92 |
| 32 | RegularLabs\Library\Condition\ContentCategory->pass() | JROOT/libraries/regularlabs/src/Conditions.php:253 |
| 31 | RegularLabs\Library\Conditions::passByType() | JROOT/libraries/regularlabs/src/Conditions.php:63 |
| 30 | RegularLabs\Library\Conditions::pass() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:178 |
| 29 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
| 26 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/components/com_jreviews/jreviews/views/helpers/jreviews.php:91 |
| 24 | JreviewsHelper->moduleCount() | JROOT/components/com_jreviews/jreviews/views/helpers/jreviews.php:29 |
| 23 | JreviewsHelper->loadModulePosition() | JROOT/templates/jreviews_overrides/views/themes/mytheme/listings/detail.thtml:66 |
| 22 | include JROOT/templates/jreviews_overrides/views/themes/mytheme/listings/detail.thtml | JROOT/components/com_s2framework/s2framework/libs/view/view.php:426 |
| 21 | MyView->_render() | JROOT/components/com_s2framework/s2framework/libs/view/view.php:203 |
| 20 | MyView->render() | JROOT/components/com_s2framework/s2framework/libs/controller/controller.php:246 |
| 19 | S2Controller->render() | JROOT/components/com_jreviews/jreviews/controllers/my_controller.php:361 |
| 18 | MyController->render() | JROOT/components/com_jreviews/jreviews/controllers/com_content_controller.php:437 |
| 17 | ComContentController->com_content_view() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
| 16 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:141 |
| 15 | plgContentJreviews->processDetailPage() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:104 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.04 ms After last query: 0.13 ms Query memory: 0.017 MB Memory before query: 17.922 MB Rows returned: 1
SELECT *
FROM j3x_content
WHERE `id` = '489'
| 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.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 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 |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.00 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 36 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 35 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:739 |
| 34 | Joomla\CMS\Table\Table->load() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:145 |
| 33 | RegularLabs\Library\Condition\ContentCategory->getCategoryIds() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:92 |
| 32 | RegularLabs\Library\Condition\ContentCategory->pass() | JROOT/libraries/regularlabs/src/Conditions.php:253 |
| 31 | RegularLabs\Library\Conditions::passByType() | JROOT/libraries/regularlabs/src/Conditions.php:63 |
| 30 | RegularLabs\Library\Conditions::pass() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:178 |
| 29 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
| 26 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/components/com_jreviews/jreviews/views/helpers/jreviews.php:91 |
| 24 | JreviewsHelper->moduleCount() | JROOT/components/com_jreviews/jreviews/views/helpers/jreviews.php:29 |
| 23 | JreviewsHelper->loadModulePosition() | JROOT/templates/jreviews_overrides/views/themes/mytheme/listings/detail.thtml:66 |
| 22 | include JROOT/templates/jreviews_overrides/views/themes/mytheme/listings/detail.thtml | JROOT/components/com_s2framework/s2framework/libs/view/view.php:426 |
| 21 | MyView->_render() | JROOT/components/com_s2framework/s2framework/libs/view/view.php:203 |
| 20 | MyView->render() | JROOT/components/com_s2framework/s2framework/libs/controller/controller.php:246 |
| 19 | S2Controller->render() | JROOT/components/com_jreviews/jreviews/controllers/my_controller.php:361 |
| 18 | MyController->render() | JROOT/components/com_jreviews/jreviews/controllers/com_content_controller.php:437 |
| 17 | ComContentController->com_content_view() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
| 16 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:141 |
| 15 | plgContentJreviews->processDetailPage() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:104 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.04 ms After last query: 0.22 ms Query memory: 0.017 MB Memory before query: 17.965 MB Rows returned: 1
SELECT *
FROM j3x_content
WHERE `id` = '489'
| 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.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 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 |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.00 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 36 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 35 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:739 |
| 34 | Joomla\CMS\Table\Table->load() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:145 |
| 33 | RegularLabs\Library\Condition\ContentCategory->getCategoryIds() | JROOT/libraries/regularlabs/src/Condition/ContentCategory.php:92 |
| 32 | RegularLabs\Library\Condition\ContentCategory->pass() | JROOT/libraries/regularlabs/src/Conditions.php:253 |
| 31 | RegularLabs\Library\Conditions::passByType() | JROOT/libraries/regularlabs/src/Conditions.php:63 |
| 30 | RegularLabs\Library\Conditions::pass() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:178 |
| 29 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
| 26 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/components/com_jreviews/jreviews/views/helpers/jreviews.php:91 |
| 24 | JreviewsHelper->moduleCount() | JROOT/components/com_jreviews/jreviews/views/helpers/jreviews.php:29 |
| 23 | JreviewsHelper->loadModulePosition() | JROOT/templates/jreviews_overrides/views/themes/mytheme/listings/detail.thtml:66 |
| 22 | include JROOT/templates/jreviews_overrides/views/themes/mytheme/listings/detail.thtml | JROOT/components/com_s2framework/s2framework/libs/view/view.php:426 |
| 21 | MyView->_render() | JROOT/components/com_s2framework/s2framework/libs/view/view.php:203 |
| 20 | MyView->render() | JROOT/components/com_s2framework/s2framework/libs/controller/controller.php:246 |
| 19 | S2Controller->render() | JROOT/components/com_jreviews/jreviews/controllers/my_controller.php:361 |
| 18 | MyController->render() | JROOT/components/com_jreviews/jreviews/controllers/com_content_controller.php:437 |
| 17 | ComContentController->com_content_view() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
| 16 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:141 |
| 15 | plgContentJreviews->processDetailPage() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:104 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.04 ms After last query: 2.09 ms Query memory: 0.018 MB Memory before query: 18.015 MB Rows returned: 1
SELECT
catid
FROM
j3x_content
WHERE
id = 489| 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.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 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 |
| Sending data | 0.00 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.00 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 38 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 37 | JDatabaseDriver->loadResult() | JROOT/plugins/system/jreviews_sef/joomla_380/router.php:1001 |
| 36 | JReviewsRouter->buildRule() | Same as call in the line below. |
| 35 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
| 34 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
| 33 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
| 32 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 31 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 30 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 29 | Joomla\CMS\Router\Route::_() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/framework_joomla.php:1167 |
| 28 | cmsFramework::route() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/views/helpers/routes.php:803 |
| 27 | RoutesHelper->listing() | JROOT/components/com_jreviews/jreviews/views/helpers/custom_fields.php:126 |
| 26 | CustomFieldsHelper->setReviewClick2SearchUrl() | JROOT/components/com_jreviews/jreviews/views/themes/default/reviews/user_reviews.thtml:49 |
| 25 | include JROOT/components/com_jreviews/jreviews/views/themes/default/reviews/user_reviews.thtml | JROOT/components/com_s2framework/s2framework/libs/view/view.php:426 |
| 24 | MyView->_render() | JROOT/components/com_s2framework/s2framework/libs/view/view.php:340 |
| 23 | MyView->renderControllerView() | JROOT/templates/jreviews_overrides/views/themes/mytheme/listings/detail.thtml:129 |
| 22 | include JROOT/templates/jreviews_overrides/views/themes/mytheme/listings/detail.thtml | JROOT/components/com_s2framework/s2framework/libs/view/view.php:426 |
| 21 | MyView->_render() | JROOT/components/com_s2framework/s2framework/libs/view/view.php:203 |
| 20 | MyView->render() | JROOT/components/com_s2framework/s2framework/libs/controller/controller.php:246 |
| 19 | S2Controller->render() | JROOT/components/com_jreviews/jreviews/controllers/my_controller.php:361 |
| 18 | MyController->render() | JROOT/components/com_jreviews/jreviews/controllers/com_content_controller.php:437 |
| 17 | ComContentController->com_content_view() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
| 16 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:141 |
| 15 | plgContentJreviews->processDetailPage() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:104 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.03 ms After last query: 0.07 ms Query memory: 0.019 MB Memory before query: 18.047 MB Rows returned: 1
SELECT alias
FROM j3x_content
WHERE id=489
| 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.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 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 |
| Sending data | 0.00 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.00 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 42 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 41 | JDatabaseDriver->loadResult() | JROOT/components/com_content/helpers/legacyrouter.php:140 |
| 40 | ContentRouterRulesLegacy->build() | JROOT/libraries/src/Component/Router/RouterView.php:244 |
| 39 | Joomla\CMS\Component\Router\RouterView->build() | JROOT/components/com_content/router.php:249 |
| 38 | contentBuildRoute() | JROOT/plugins/system/jreviews_sef/joomla_380/router.php:2549 |
| 37 | JReviewsRouter->getArticleRoute() | JROOT/plugins/system/jreviews_sef/joomla_380/router.php:1011 |
| 36 | JReviewsRouter->buildRule() | Same as call in the line below. |
| 35 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:638 |
| 34 | Joomla\CMS\Router\Router->processBuildRules() | JROOT/libraries/src/Router/SiteRouter.php:661 |
| 33 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
| 32 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 31 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 30 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 29 | Joomla\CMS\Router\Route::_() | JROOT/components/com_s2framework/s2framework/libs/cms_compat/joomla/framework_joomla.php:1167 |
| 28 | cmsFramework::route() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/views/helpers/routes.php:803 |
| 27 | RoutesHelper->listing() | JROOT/components/com_jreviews/jreviews/views/helpers/custom_fields.php:126 |
| 26 | CustomFieldsHelper->setReviewClick2SearchUrl() | JROOT/components/com_jreviews/jreviews/views/themes/default/reviews/user_reviews.thtml:49 |
| 25 | include JROOT/components/com_jreviews/jreviews/views/themes/default/reviews/user_reviews.thtml | JROOT/components/com_s2framework/s2framework/libs/view/view.php:426 |
| 24 | MyView->_render() | JROOT/components/com_s2framework/s2framework/libs/view/view.php:340 |
| 23 | MyView->renderControllerView() | JROOT/templates/jreviews_overrides/views/themes/mytheme/listings/detail.thtml:129 |
| 22 | include JROOT/templates/jreviews_overrides/views/themes/mytheme/listings/detail.thtml | JROOT/components/com_s2framework/s2framework/libs/view/view.php:426 |
| 21 | MyView->_render() | JROOT/components/com_s2framework/s2framework/libs/view/view.php:203 |
| 20 | MyView->render() | JROOT/components/com_s2framework/s2framework/libs/controller/controller.php:246 |
| 19 | S2Controller->render() | JROOT/components/com_jreviews/jreviews/controllers/my_controller.php:361 |
| 18 | MyController->render() | JROOT/components/com_jreviews/jreviews/controllers/com_content_controller.php:437 |
| 17 | ComContentController->com_content_view() | JROOT/components/com_s2framework/s2framework/dispatcher.php:350 |
| 16 | S2Dispatcher->dispatch() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:141 |
| 15 | plgContentJreviews->processDetailPage() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/includes/plugins/jreviews.php:104 |
| 14 | plgContentJreviews->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/plugins/system/jreviews_articleoverrides/views/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.09 ms After last query: 14.60 ms Query memory: 0.013 MB Memory before query: 19.279 MB Rows returned: 1
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 = 489| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | Listing | NULL | const | PRIMARY,idx_catid,jr_listing_count | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | Category | NULL | const | PRIMARY,option | PRIMARY | 156 | const,const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 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: 0.67 ms After last query: 0.16 ms Query memory: 0.013 MB Memory before query: 19.296 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.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.06 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| Creating sort index | 0.49 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 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.07 ms After last query: 3.92 ms Query memory: 0.014 MB Memory before query: 19.482 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.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 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 |
| Sending data | 0.00 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 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.14 ms After last query: 4.89 ms Query memory: 0.013 MB Memory before query: 19.756 MB Rows returned: 1
SELECT
Category.id
FROM
j3x_categories AS Category,
j3x_categories AS ParentCategory
WHERE
Category.published >= 0
AND Category.extension = "com_content"
AND Category.access IN ( 1)
AND Category.lft BETWEEN ParentCategory.lft
AND ParentCategory.rgt
AND ParentCategory.id = 225| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | ParentCategory | NULL | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | Category | NULL | range | cat_idx,idx_access,idx_left_right | idx_left_right | 4 | NULL | 1 | 82.13 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.05 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.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 28 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 27 | JDatabaseDriver->loadColumn() | 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:439 |
| 25 | EverywhereComContentModel->getCatIdsFromParentCatId() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/models/everywhere/everywhere_com_content.php:293 |
| 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: 0.06 ms After last query: 0.04 ms Query memory: 0.013 MB Memory before query: 19.769 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.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 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 |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 28 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 27 | JDatabaseDriver->loadColumn() | 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:447 |
| 25 | EverywhereComContentModel->getCatIdsFromParentCatId() | JROOT/components/com_jreviews/jreviews/cms_compat/joomla/models/everywhere/everywhere_com_content.php:293 |
| 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: 0.71 ms After last query: 0.11 ms Query memory: 0.013 MB Memory before query: 19.790 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 (225)
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 | ref | PRIMARY,idx_access,idx_state,idx_catid,jr_listing_count,jr_state | idx_catid | 4 | const | 7 | 13.17 | 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.06 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.02 ms |
| init | 0.04 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.09 ms |
| preparing | 0.01 ms |
| Creating tmp table | 0.03 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.32 ms |
| Creating sort index | 0.04 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| removing tmp table | 0.02 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 |
|---|
| 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.38 ms After last query: 0.21 ms Query memory: 0.017 MB Memory before query: 19.881 MB Rows returned: 3
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 (492,490,489)
)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | Listing | NULL | range | PRIMARY | PRIMARY | 4 | NULL | 3 | 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.06 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.02 ms |
| init | 0.04 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.11 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.02 ms |
| freeing items | 0.01 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.14 ms After last query: 0.19 ms Query memory: 0.018 MB Memory before query: 19.962 MB Rows returned: 3
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 (489,490,492)
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 | 3 | 1.67 | Using index condition; Using where |
| 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 |
| optimizing | 0.00 ms |
| statistics | 0.04 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.01 ms |
| cleaning up | 0.00 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.13 ms After last query: 0.31 ms Query memory: 0.014 MB Memory before query: 19.983 MB Rows returned: 40
SELECT
review_id, criteria_id, IF(rating=0,'na',rating) AS rating
FROM
j3x_jreviews_review_ratings
WHERE
review_id IN (972,971,970,969,968,967,966,957,955,954)| 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 | 30 | 100.00 | Using where; Using index |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.06 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.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 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.07 ms After last query: 0.16 ms Query memory: 0.015 MB Memory before query: 20.064 MB Rows returned: 1
SELECT
groupid
FROM j3x_jreviews_groups
WHERE
groupid IN (7,17,4,33,35,36)
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.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 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 |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 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.13 ms After last query: 0.03 ms Query memory: 0.014 MB Memory before query: 20.082 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 ( 36)| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | Field | NULL | ref | groupid,entry_published,list_published | groupid | 4 | const | 7 | 47.14 | Using where |
| 1 | SIMPLE | Group | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 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.02 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 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: 0.08 ms After last query: 0.04 ms Query memory: 0.014 MB Memory before query: 20.112 MB Rows returned: 7
SELECT
Review.reviewid AS element_id,jr_webinarnisayon,jr_webinarvetek,jr_webinarlistenervetek,jr_mywebinar
FROM
j3x_jreviews_review_fields AS Review
WHERE
Review.reviewid IN (972,971,970,969,968,967,966,957,955,954)| 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.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 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 |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.00 ms |
| cleaning up | 0.00 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.17 ms After last query: 0.04 ms Query memory: 0.014 MB Memory before query: 20.137 MB Rows returned: 6
SELECT
*
FROM
j3x_jreviews_fieldoptions
WHERE
fieldid IN ( '174','175','176')
AND
value IN ( 'השתמשתי-במערכת-להעברת-וובינר','יש-לי-ניסיון-רציני-עם-וובינרים','השתתפתי-כצופה-בוובינר','כבר-צפיתי-בלא-מעט-וובינרים-במערכות-שונות','די-חדש-בעולם-הוובינרים','צפיתי-בהרבה-וובינרים-בחיי')
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 | field_value | 767 | NULL | 6 | 7.84 | Using index condition; Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.06 ms |
| preparing | 0.00 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| Creating sort index | 0.05 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 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.31 ms After last query: 2.95 ms Query memory: 0.017 MB Memory before query: 20.291 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.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.05 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.00 ms |
| preparing | 0.00 ms |
| executing | 0.01 ms |
| Opening tables | 0.02 ms |
| checking permissions | 0.02 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.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.00 ms |
| Sending data | 0.03 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| removing tmp table | 0.01 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 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.15 ms After last query: 1.75 ms Query memory: 0.017 MB Memory before query: 20.716 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.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.00 ms |
| preparing | 0.00 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.05 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 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: 0.66 ms After last query: 0.27 ms Query memory: 0.018 MB Memory before query: 20.815 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.02 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 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 |
| Creating tmp table | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.45 ms |
| end | 0.00 ms |
| query end | 0.02 ms |
| removing tmp table | 0.03 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 |
|---|
| 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.58 ms After last query: 0.03 ms Query memory: 0.018 MB Memory before query: 20.834 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.02 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| Creating tmp table | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.42 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| removing tmp table | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.00 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.07 ms After last query: 0.02 ms Query memory: 0.017 MB Memory before query: 20.855 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.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 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.08 ms After last query: 0.06 ms Query memory: 0.013 MB Memory before query: 20.875 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>'1778606713'
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.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 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: 272.43 ms After last query: 4.33 ms Query memory: 0.006 MB Memory before query: 20.967 MB Rows returned: 0
SELECT *
FROM `j3x_plg_easyfrontendseo`
WHERE `url` = 'index.php?option=com_content&view=article&catid=0&id=489&Itemid=0'
| 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 | 551559 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.00 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 272.31 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 |
|---|
| 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: 0.09 ms After last query: 0.24 ms Query memory: 0.009 MB Memory before query: 21.023 MB Rows returned: 0
SELECT *
FROM j3x_assets
WHERE `name` = 'com_content.article.489'
| 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.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| executing | 0.00 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 20 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:739 |
| 19 | Joomla\CMS\Table\Table->load() | JROOT/libraries/src/Access/Access.php:784 |
| 18 | Joomla\CMS\Access\Access::getAssetId() | JROOT/libraries/src/Access/Access.php:544 |
| 17 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
| 16 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
| 15 | Joomla\CMS\User\User->authorise() | JROOT/components/com_content/models/article.php:128 |
| 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.04 ms After last query: 0.05 ms Query memory: 0.009 MB Memory before query: 21.033 MB Rows returned: 0
SELECT *
FROM j3x_assets
WHERE `name` = 'com_content.article.489'
| 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.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| executing | 0.00 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.00 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 20 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:739 |
| 19 | Joomla\CMS\Table\Table->load() | JROOT/libraries/src/Access/Access.php:784 |
| 18 | Joomla\CMS\Access\Access::getAssetId() | JROOT/libraries/src/Access/Access.php:544 |
| 17 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
| 16 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
| 15 | Joomla\CMS\User\User->authorise() | JROOT/components/com_content/models/article.php:128 |
| 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.24 ms After last query: 0.04 ms Query memory: 0.007 MB Memory before query: 21.000 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 = 489
AND c.published > 0
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2026-06-11 17:25:13')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2026-06-11 17:25:13')
| 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 | 0 | 0.00 | unique row not found |
| 1 | SIMPLE | parent | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.06 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.02 ms |
| init | 0.03 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.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Caller | File and line number |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/components/com_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.16 ms After last query: 0.18 ms Query memory: 0.006 MB Memory before query: 21.002 MB
INSERT INTO `j3x_plg_easyfrontendseo` (`url`, `title`, `description`, `keywords`, `generator`, `robots`)
VALUES ('index.php?option=com_content&view=article&catid=0&id=489&Itemid=0', 'Meetcheap - מערכת הוובינרים הזולה בעולם', 'רשימת מערכות ליצירת וובינר (שידור חי אינטרנטי) באופן קל ומהיר, עם יכולות שיווקיות בנוסף לוובינר עצמו, כמו הרשמה במייל, תזכורות, קישור למכירה, תשלום לצפייה ועוד.', 'וובינר, וובינרים, שידור חי', 'Joomla! - Open Source Content Management', 'index, follow')
EXPLAIN not possible on query: INSERT INTO `j3x_plg_easyfrontendseo` (`url`, `title`, `description`, `keywords`, `generator`, `robots`) VALUES ('index.php?option=com_content&view=article&catid=0&id=489&Itemid=0', 'Meetcheap - מערכת הוובינרים הזולה בעולם', 'רשימת מערכות ליצירת וובינר (שידור חי אינטרנטי) באופן קל ומהיר, עם יכולות שיווקיות בנוסף לוובינר עצמו, כמו הרשמה במייל, תזכורות, קישור למכירה, תשלום לצפייה ועוד.', 'וובינר, וובינרים, שידור חי', 'Joomla! - Open Source Content Management', 'index, follow')
| 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 |
| update | 0.07 ms |
| end | 0.00 ms |
| query end | 0.03 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/easyfrontendseo/easyfrontendseo.php:467 |
| 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.11 ms After last query: 6.02 ms Query memory: 0.006 MB Memory before query: 21.552 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.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 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 |
| Sending data | 0.04 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Caller | File and line number |
|---|
| 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.18 ms After last query: 1.56 ms Query memory: 0.008 MB Memory before query: 21.721 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.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.09 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 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 |
14 × SELECT *
FROM j3x_content
8 × SELECT *
FROM j3x_assets
4 × SELECT groupid
FROM j3x_jreviews_groups
3 × SELECT COUNT(*)
FROM j3x_jreviews_comments AS Review
3 × 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
2 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `j3x_extensions`
2 × SELECT id
FROM j3x_osmembership_plans
2 × SELECT t.parent_id
FROM j3x_menu 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 review_id, criteria_id, IF(rating=0,'na',rating) AS rating
FROM j3x_jreviews_review_ratings
2 × SELECT *
FROM j3x_jreviews_fieldoptions
2 × SELECT FieldValue.optionid, FieldValue.fieldid, FieldValue.text, FieldValue.value, FieldValue.image, FieldValue.ordering
FROM j3x_jreviews_fieldoptions AS FieldValue
2 × SELECT catid
FROM j3x_content
2 × SELECT t.parent_id
FROM j3x_categories as t
2 × SELECT DISTINCT plan_id
FROM j3x_osmembership_articles
2 × SELECT `id`,`name`,`rules`,`parent_id`
FROM `j3x_assets`
2 × SELECT Review.reviewid AS element_id,jr_webinarnisayon,jr_webinarvetek,jr_webinarlistenervetek,jr_mywebinar
FROM j3x_jreviews_review_fields AS Review
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 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 Field.fieldid AS `Field.id`, Field.groupid AS `Field.groupid`, 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.search AS `Field.search`, Field.access AS `Field.access`, Field.access_view AS `Field.accessView`, Field.published As `Field.published`, Field.compareview AS `Field.compareView`, Field.control_field AS `Field.control_field`, Field.control_value AS `Field.control_value`, `
Group`.groupid AS `
Group.group_id`, `
Group`.title AS `
Group.title`, `
Group`.name AS `
Group.name`, `
Group`.showtitle AS `
Group.showTitle`, `
Group`.control_field AS `
Group.control_field`, `
Group`.control_value AS `
Group.control_value`
FROM j3x_jreviews_fields AS Field
INNER JOIN j3x_jreviews_groups AS `
Group`
ON (`
Group`.groupid = Field.groupid
AND `
Group`.groupid IN (36)
AND `
Group`.type = 'review' )
1 × SELECT FieldOption.optionid, FieldOption.fieldid, FieldOption.value
FROM j3x_jreviews_fieldoptions AS FieldOption
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 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 catid
FROM j3x_content
1 × SELECT alias
FROM j3x_content
1 × 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'
1 × SELECT images
FROM j3x_content
1 × SELECT *
FROM `j3x_kunena_configuration`
1 × SELECT Category.id
FROM j3x_categories AS Category, j3x_categories AS ParentCategory
1 × SELECT id
FROM j3x_jreviews_categories
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 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 *
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 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`, Review.owner_reply_approved As `Review.owner_reply_approved`, Review.owner_reply_text As `Review.owner_reply_text`
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'
LEFT JOIN j3x_jreviews_categories AS JreviewsCategory
ON JreviewsCategory.id = Listing.catid
AND JreviewsCategory.`option` = 'com_content'
1 × SELECT `data`
FROM `j3x_session`
1 × SELECT rating_range, count(*) AS count
FROM (SELECT
CASE WHEN ROUND(rating,1) > 0
AND rating < 1.5 THEN 1 WHEN ROUND(rating,1) >= 1.5
AND ROUND(rating,1) < 2.5 THEN 2 WHEN ROUND(rating,1) >= 2.5
AND ROUND(rating,1) < 3.5 THEN 3 WHEN ROUND(rating,1) >= 3.5
AND ROUND(rating,1) < 4.5 THEN 4 WHEN ROUND(rating,1) >= 4.5 THEN 5 END as rating_range
FROM j3x_jreviews_comments
1 × 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)
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 *
FROM `j3x_jcomments_settings`
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 `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 tmp.media_id, tmp.listing_id, tmp.review_id, tmp.media_type, tmp.media_function, tmp.likes_rank, tmp.main_media, media.likes_up, media.likes_total, media.created, media.listing_id, media.review_id, media.user_id, media.filename, media.file_extension, media.rel_path, media.title, media.description, media.duration, media.media_info, media.metadata, media.embed, media.published, media.approved, media.access, media.views, media.filesize, media.extension
FROM ( SELECT media_id, listing_id, review_id, media_type, media_function, main_media, views, likes_rank, created, ordering,
CASE WHEN @id != listing_id
AND media_type = 'photo' THEN @photo := 1 ELSE IF(media_type = 'photo' ,@photo := @photo + 1,NULL) END AS photo_rank,
CASE WHEN @id != listing_id
AND media_type = 'video' THEN @video := 1 ELSE IF(media_type = 'video' ,@video := @video + 1,NULL) END AS video_rank,
CASE WHEN @id != listing_id
AND media_type = 'attachment' THEN @attachment := 1 ELSE IF(media_type = 'attachment',@attachment := @attachment + 1,NULL) END AS attachment_rank,
CASE WHEN @id != listing_id
AND media_type = 'audio' THEN @audio := 1 ELSE IF(media_type = 'audio',@audio := @audio + 1,NULL) END AS audio_rank, @id := listing_id
FROM ( SELECT media_id, review_id, listing_id, user_id, media_type, media_function, likes_rank, likes_up, likes_total, created, main_media, ordering, views
FROM j3x_jreviews_media
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 count(*)
FROM j3x_jreviews_categories AS Category
1 × SELECT value
FROM j3x_jreviews_config
1 × SELECT name
FROM j3x_jreviews_addons
1 × SELECT Review.id
FROM j3x_jreviews_comments as Review
1 × SELECT @max_likes := MAX(likes_total)
FROM j3x_jreviews_media
1 × SELECT count(*)
FROM j3x_jreviews_categories AS JreviewCategory
1 × SELECT JreviewsCategory.id
FROM j3x_jreviews_categories AS JreviewsCategory
LEFT JOIN j3x_categories AS Category
On JreviewsCategory.id = Category.id
1 × SELECT Listing.contentid AS element_id,jr_website,jr_buyonlist,jr_buyonpageclali,jr_try,jr_codeforsignup,jr_productprice,jr_pricediscount,jr_hebrew,jr_hdaracha,jr_freetryial,jr_videoproducts,jr_order,jr_remarketingcode,jr_broadcast,jr_webinarfeatures,jr_programwebinar
FROM j3x_jreviews_content AS Listing
1 × SELECT content_id AS listing_id, count(*) AS favored
FROM j3x_jreviews_favorites AS Favorite
1 × SELECT folder AS type, element AS name, params, extension_id
FROM j3x_extensions