Query Time: 1.77 ms Query memory: 0.017 MB Memory before query: 0.912 MB Rows returned: 0
SELECT `data`
FROM `nasfat_session`
WHERE `session_id` = 'hm2d0oe9tv4jos7e8k63avkth5'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | nasfat_session | const | PRIMARY | PRIMARY | 766 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
13 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/session/storage/database.php:44 |
12 | JSessionStorageDatabase->read() | Same as call in the line below. |
11 | session_start() | JROOT/libraries/joomla/session/handler/native.php:259 |
10 | JSessionHandlerNative->doSessionStart() | JROOT/libraries/joomla/session/handler/native.php:49 |
9 | JSessionHandlerNative->start() | JROOT/libraries/joomla/session/handler/joomla.php:81 |
8 | JSessionHandlerJoomla->start() | JROOT/libraries/joomla/session/session.php:636 |
7 | JSession->_start() | JROOT/libraries/joomla/session/session.php:596 |
6 | JSession->start() | JROOT/libraries/cms/application/cms.php:748 |
5 | JApplicationCms->loadSession() | JROOT/libraries/cms/application/cms.php:131 |
4 | JApplicationCms->__construct() | JROOT/libraries/cms/application/site.php:63 |
3 | JApplicationSite->__construct() | JROOT/libraries/cms/application/cms.php:404 |
2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
1 | JFactory::getApplication() | JROOT/index.php:46 |
Query Time: 1.66 ms After last query: 8.78 ms Query memory: 0.008 MB Memory before query: 0.978 MB
DELETE
FROM `nasfat_session`
WHERE `time` < '1660406271'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | nasfat_session | range | time | time | 59 | const | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 6 | JDatabaseDriverMysqli->execute() | JROOT/libraries/cms/application/cms.php:765 |
5 | JApplicationCms->loadSession() | JROOT/libraries/cms/application/cms.php:131 |
4 | JApplicationCms->__construct() | JROOT/libraries/cms/application/site.php:63 |
3 | JApplicationSite->__construct() | JROOT/libraries/cms/application/cms.php:404 |
2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
1 | JFactory::getApplication() | JROOT/index.php:46 |
Query Time: 0.64 ms After last query: 0.35 ms Query memory: 0.010 MB Memory before query: 0.990 MB Rows returned: 0
SELECT `session_id`
FROM `nasfat_session`
WHERE `session_id` = 'hm2d0oe9tv4jos7e8k63avkth5'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | nasfat_session | const | PRIMARY | PRIMARY | 766 | const | 1 | 100.00 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
7 | JDatabaseDriver->loadResult() | JROOT/libraries/cms/application/cms.php:176 |
6 | JApplicationCms->checkSession() | JROOT/libraries/cms/application/cms.php:774 |
5 | JApplicationCms->loadSession() | JROOT/libraries/cms/application/cms.php:131 |
4 | JApplicationCms->__construct() | JROOT/libraries/cms/application/site.php:63 |
3 | JApplicationSite->__construct() | JROOT/libraries/cms/application/cms.php:404 |
2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
1 | JFactory::getApplication() | JROOT/index.php:46 |
Query Time: 0.85 ms After last query: 0.25 ms Query memory: 0.009 MB Memory before query: 1.002 MB
INSERT INTO `nasfat_session`
(`session_id`, `client_id`, `time`)
VALUES
('hm2d0oe9tv4jos7e8k63avkth5', 0, '1660407171')
EXPLAIN not possible on query: INSERT INTO `nasfat_session`
(`session_id`, `client_id`, `time`) VALUES
('hm2d0oe9tv4jos7e8k63avkth5', 0, '1660407171')
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 7 | JDatabaseDriverMysqli->execute() | JROOT/libraries/cms/application/cms.php:208 |
6 | JApplicationCms->checkSession() | JROOT/libraries/cms/application/cms.php:774 |
5 | JApplicationCms->loadSession() | JROOT/libraries/cms/application/cms.php:131 |
4 | JApplicationCms->__construct() | JROOT/libraries/cms/application/site.php:63 |
3 | JApplicationSite->__construct() | JROOT/libraries/cms/application/cms.php:404 |
2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
1 | JFactory::getApplication() | JROOT/index.php:46 |
Query Time: 1.04 ms After last query: 14.48 ms Query memory: 0.012 MB Memory before query: 1.082 MB Rows returned: 40
SELECT extension_id AS id, element AS "option", params, enabled
FROM nasfat_extensions
WHERE `type` = 'component'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | nasfat_extensions | ref | extension | extension | 82 | const | 40 | 100.00 | Using index condition |
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:1689 |
9 | JDatabaseDriver->loadObjectList() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:152 |
7 | JCacheControllerCallback->get() | JROOT/libraries/cms/component/helper.php:448 |
6 | JComponentHelper::load() | JROOT/libraries/cms/component/helper.php:43 |
5 | JComponentHelper::getComponent() | JROOT/libraries/cms/component/helper.php:120 |
4 | JComponentHelper::getParams() | JROOT/libraries/cms/application/site.php:584 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.20 ms After last query: 7.03 ms Query memory: 0.014 MB Memory before query: 1.154 MB Rows returned: 2
SELECT b.id
FROM nasfat_usergroups AS a
LEFT JOIN nasfat_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 16
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | b | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 3 | 100.00 | Using where; Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1538 |
10 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/access/access.php:852 |
9 | JAccess::getGroupsByUser() | JROOT/libraries/joomla/access/access.php:921 |
8 | JAccess::getAuthorisedViewLevels() | JROOT/libraries/joomla/user/user.php:454 |
7 | JUser->getAuthorisedViewLevels() | JROOT/libraries/cms/plugin/helper.php:296 |
6 | JPluginHelper::load() | JROOT/libraries/cms/plugin/helper.php:86 |
5 | JPluginHelper::getPlugin() | JROOT/libraries/cms/plugin/helper.php:128 |
4 | JPluginHelper::isEnabled() | JROOT/libraries/cms/application/site.php:594 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.46 ms After last query: 2.69 ms Query memory: 0.012 MB Memory before query: 1.175 MB Rows returned: 5
SELECT id, rules
FROM `nasfat_viewlevels`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | nasfat_viewlevels | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 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:1494 |
9 | JDatabaseDriver->loadAssocList() | JROOT/libraries/joomla/access/access.php:938 |
8 | JAccess::getAuthorisedViewLevels() | JROOT/libraries/joomla/user/user.php:454 |
7 | JUser->getAuthorisedViewLevels() | JROOT/libraries/cms/plugin/helper.php:296 |
6 | JPluginHelper::load() | JROOT/libraries/cms/plugin/helper.php:86 |
5 | JPluginHelper::getPlugin() | JROOT/libraries/cms/plugin/helper.php:128 |
4 | JPluginHelper::isEnabled() | JROOT/libraries/cms/application/site.php:594 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.73 ms After last query: 0.40 ms Query memory: 0.010 MB Memory before query: 1.195 MB Rows returned: 76
SELECT folder AS type, element AS name, params
FROM nasfat_extensions
WHERE enabled = 1
AND type ='plugin'
AND state IN (0,1)
AND access IN (1,1,5)
ORDER BY ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | nasfat_extensions | ref | extension | extension | 82 | const | 99 | 100.00 | Using index condition; Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
7 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/plugin/helper.php:310 |
6 | JPluginHelper::load() | JROOT/libraries/cms/plugin/helper.php:86 |
5 | JPluginHelper::getPlugin() | JROOT/libraries/cms/plugin/helper.php:128 |
4 | JPluginHelper::isEnabled() | JROOT/libraries/cms/application/site.php:594 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.25 ms After last query: 88.31 ms Query memory: 0.020 MB Memory before query: 1.480 MB Rows returned: 1
SELECT extension_id AS id, element AS "option", params, enabled
FROM nasfat_extensions
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | nasfat_extensions | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 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:1650 |
16 | JDatabaseDriver->loadObject() | Same as call in the line below. |
15 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:152 |
14 | JCacheControllerCallback->get() | JROOT/libraries/cms/library/helper.php:156 |
13 | JLibraryHelper::_load() | JROOT/libraries/cms/library/helper.php:47 |
12 | JLibraryHelper::getLibrary() | JROOT/libraries/cms/library/helper.php:90 |
11 | JLibraryHelper::getParams() | JROOT/libraries/cms/version/version.php:274 |
10 | JVersion->getMediaVersion() | JROOT/libraries/joomla/factory.php:755 |
9 | JFactory::createDocument() | JROOT/libraries/joomla/factory.php:216 |
8 | JFactory::getDocument() | JROOT/plugins/system/iceshortcodes/iceshortcodes.php:85 |
7 | PlgSystemIceShortCodes->PlgSystemIceShortCodes() | JROOT/libraries/cms/plugin/helper.php:255 |
6 | JPluginHelper::import() | JROOT/libraries/cms/plugin/helper.php:170 |
5 | JPluginHelper::importPlugin() | JROOT/libraries/cms/application/cms.php:662 |
4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:676 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.05 ms After last query: 0.50 ms Query memory: 0.016 MB Memory before query: 1.486 MB
UPDATE `nasfat_extensions`
SET `params` = '{\"mediaversion\":\"ead2d89c36f5003dee1b259e289deef8\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | nasfat_extensions | 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/cms/library/helper.php:119 |
12 | JLibraryHelper::saveParams() | JROOT/libraries/cms/version/version.php:325 |
11 | JVersion->setMediaVersion() | JROOT/libraries/cms/version/version.php:284 |
10 | JVersion->getMediaVersion() | JROOT/libraries/joomla/factory.php:755 |
9 | JFactory::createDocument() | JROOT/libraries/joomla/factory.php:216 |
8 | JFactory::getDocument() | JROOT/plugins/system/iceshortcodes/iceshortcodes.php:85 |
7 | PlgSystemIceShortCodes->PlgSystemIceShortCodes() | JROOT/libraries/cms/plugin/helper.php:255 |
6 | JPluginHelper::import() | JROOT/libraries/cms/plugin/helper.php:170 |
5 | JPluginHelper::importPlugin() | JROOT/libraries/cms/application/cms.php:662 |
4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:676 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.85 ms After last query: 16.61 ms Query memory: 0.020 MB Memory before query: 1.586 MB Rows returned: 40
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 nasfat_menu AS m
LEFT JOIN nasfat_extensions AS e
ON m.component_id = e.extension_id
WHERE m.published = 1
AND m.parent_id > 0
AND m.client_id = 0
ORDER BY m.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | ref | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 1 | const | 79 | 100.00 | Using index condition; Using where; Using filesort |
1 | SIMPLE | e | eq_ref | PRIMARY | PRIMARY | 4 | nasfat.m.component_id | 1 | 100.00 | 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:1689 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/menu/site.php:86 |
14 | JMenuSite->load() | JROOT/libraries/cms/menu/menu.php:74 |
13 | JMenu->__construct() | JROOT/libraries/cms/menu/site.php:57 |
12 | JMenuSite->__construct() | JROOT/libraries/cms/menu/menu.php:133 |
11 | JMenu::getInstance() | JROOT/libraries/cms/application/cms.php:435 |
10 | JApplicationCms->getMenu() | JROOT/libraries/cms/application/site.php:272 |
9 | JApplicationSite->getMenu() | JROOT/libraries/cms/application/site.php:438 |
8 | JApplicationSite->getTemplate() | JROOT/plugins/system/iceshortcodes/iceshortcodes.php:89 |
7 | PlgSystemIceShortCodes->PlgSystemIceShortCodes() | JROOT/libraries/cms/plugin/helper.php:255 |
6 | JPluginHelper::import() | JROOT/libraries/cms/plugin/helper.php:170 |
5 | JPluginHelper::importPlugin() | JROOT/libraries/cms/application/cms.php:662 |
4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:676 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.27 ms After last query: 4.51 ms Query memory: 0.012 MB Memory before query: 2.004 MB Rows returned: 3
SELECT id, home, template, s.params
FROM nasfat_template_styles as s
LEFT JOIN nasfat_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
WHERE s.client_id = 0
AND e.enabled = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | s | ALL | idx_template | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 100.00 | Using where |
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid,extension | element_clientid | 403 | nasfat.s.template,const | 1 | 100.00 | Using index condition; Using where |
Status | Duration |
---|
starting | 0.23 ms |
checking permissions | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.34 ms |
init | 0.05 ms |
System lock | 0.01 ms |
optimizing | 0.03 ms |
statistics | 0.11 ms |
preparing | 0.04 ms |
executing | 0.01 ms |
Sending data | 0.16 ms |
end | 0.02 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.13 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
9 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/application/site.php:484 |
8 | JApplicationSite->getTemplate() | JROOT/plugins/system/iceshortcodes/iceshortcodes.php:89 |
7 | PlgSystemIceShortCodes->PlgSystemIceShortCodes() | JROOT/libraries/cms/plugin/helper.php:255 |
6 | JPluginHelper::import() | JROOT/libraries/cms/plugin/helper.php:170 |
5 | JPluginHelper::importPlugin() | JROOT/libraries/cms/application/cms.php:662 |
4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:676 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 2.09 ms After last query: 94.36 ms Query memory: 0.026 MB Memory before query: 2.734 MB Rows returned: 8
SHOW FULL COLUMNS
FROM `nasfat_assets`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `nasfat_assets`
Status | Duration |
---|
starting | 0.14 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.76 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.06 ms |
executing | 0.02 ms |
Opening tables | 0.03 ms |
checking permissions | 0.16 ms |
checking permissions | 0.03 ms |
checking permissions | 0.02 ms |
checking permissions | 0.15 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
Sending data | 0.17 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
removing tmp table | 0.17 ms |
closing tables | 0.02 ms |
freeing items | 0.10 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
19 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:241 |
18 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:162 |
17 | JTable->__construct() | JROOT/libraries/joomla/table/asset.php:60 |
16 | JTableAsset->__construct() | JROOT/libraries/joomla/table/table.php:304 |
15 | JTable::getInstance() | JROOT/libraries/joomla/access/access.php:714 |
14 | JAccess::getExtensionNameFromAsset() | JROOT/libraries/joomla/access/access.php:576 |
13 | JAccess::getAssetRules() | JROOT/libraries/joomla/user/user.php:385 |
12 | JUser->authorise() | JROOT/plugins/system/advancedmodules/helper.php:97 |
11 | PlgSystemAdvancedModulesHelper->loadFrontEditScript() | JROOT/plugins/system/advancedmodules/advancedmodules.php:71 |
10 | PlgSystemAdvancedModules->initialise() | JROOT/plugins/system/advancedmodules/advancedmodules.php:38 |
9 | PlgSystemAdvancedModules->onAfterInitialise() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:663 |
4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:676 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.84 ms After last query: 2.46 ms Query memory: 0.020 MB Memory before query: 2.793 MB Rows returned: 1
SELECT *
FROM nasfat_assets
WHERE `id` = '1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | nasfat_assets | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.34 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.06 ms |
preparing | 0.02 ms |
executing | 0.01 ms |
Sending data | 0.02 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.12 ms |
freeing items | 0.10 ms |
cleaning up | 0.09 ms |
# | Caller | File and line number | 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
16 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:715 |
15 | JTable->load() | JROOT/libraries/joomla/access/access.php:715 |
14 | JAccess::getExtensionNameFromAsset() | JROOT/libraries/joomla/access/access.php:576 |
13 | JAccess::getAssetRules() | JROOT/libraries/joomla/user/user.php:385 |
12 | JUser->authorise() | JROOT/plugins/system/advancedmodules/helper.php:97 |
11 | PlgSystemAdvancedModulesHelper->loadFrontEditScript() | JROOT/plugins/system/advancedmodules/advancedmodules.php:71 |
10 | PlgSystemAdvancedModules->initialise() | JROOT/plugins/system/advancedmodules/advancedmodules.php:38 |
9 | PlgSystemAdvancedModules->onAfterInitialise() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:663 |
4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:676 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.25 ms After last query: 0.36 ms Query memory: 0.018 MB Memory before query: 2.811 MB Rows returned: 1
SELECT a.rules
FROM nasfat_assets AS a
WHERE (a.id = 1 OR a.name = 'root.1')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | index_merge | PRIMARY,idx_asset_name | PRIMARY,idx_asset_name | 4,202 | NULL | 2 | 100.00 | Using union(PRIMARY,idx_asset_name); Using where |
Status | Duration |
---|
starting | 0.12 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.33 ms |
preparing | 0.02 ms |
executing | 0.01 ms |
Sending data | 0.49 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.10 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1538 |
14 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/access/access.php:670 |
13 | JAccess::getAssetRules() | JROOT/libraries/joomla/user/user.php:385 |
12 | JUser->authorise() | JROOT/plugins/system/advancedmodules/helper.php:97 |
11 | PlgSystemAdvancedModulesHelper->loadFrontEditScript() | JROOT/plugins/system/advancedmodules/advancedmodules.php:71 |
10 | PlgSystemAdvancedModules->initialise() | JROOT/plugins/system/advancedmodules/advancedmodules.php:38 |
9 | PlgSystemAdvancedModules->onAfterInitialise() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:663 |
4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:676 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.98 ms After last query: 2.31 ms Query memory: 0.020 MB Memory before query: 2.842 MB Rows returned: 40
SELECT element
FROM nasfat_extensions
WHERE type = 'component'
AND enabled = '1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | nasfat_extensions | ref | extension | extension | 82 | const | 40 | 100.00 | Using index condition; Using where |
Status | Duration |
---|
starting | 0.23 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.17 ms |
preparing | 0.03 ms |
executing | 0.01 ms |
Sending data | 0.25 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.12 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1538 |
16 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/access/access.php:412 |
15 | JAccess::preloadComponents() | JROOT/libraries/joomla/access/access.php:213 |
14 | JAccess::preload() | JROOT/libraries/joomla/access/access.php:168 |
13 | JAccess::check() | JROOT/libraries/joomla/user/user.php:394 |
12 | JUser->authorise() | JROOT/plugins/system/advancedmodules/helper.php:97 |
11 | PlgSystemAdvancedModulesHelper->loadFrontEditScript() | JROOT/plugins/system/advancedmodules/advancedmodules.php:71 |
10 | PlgSystemAdvancedModules->initialise() | JROOT/plugins/system/advancedmodules/advancedmodules.php:38 |
9 | PlgSystemAdvancedModules->onAfterInitialise() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:663 |
4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:676 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 2.38 ms After last query: 0.41 ms Query memory: 0.020 MB Memory before query: 2.872 MB Rows returned: 40
SELECT a.name, a.rules
FROM nasfat_assets AS a
WHERE (a.name IN ('com_admin','com_advancedmodules','com_ajax','com_banners','com_bt_media','com_cache','com_categories','com_checkin','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_djcatalog2','com_finder','com_formmaker','com_installer','com_jce','com_joomlaupdate','com_komento','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_mijopolls','com_modules','com_newsfeeds','com_nonumbermanager','com_plugins','com_postinstall','com_quicklogout','com_redirect','com_search','com_tags','com_templates','com_users','com_weblinks','com_wrapper') OR a.name = 'root.1')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | ALL | idx_asset_name | NO INDEX KEY COULD BE USED | NULL | NULL | 354 | 11.58 | Using where |
Status | Duration |
---|
starting | 0.20 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.08 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.37 ms |
preparing | 0.03 ms |
executing | 0.01 ms |
Sending data | 1.31 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.11 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1494 |
16 | JDatabaseDriver->loadAssocList() | JROOT/libraries/joomla/access/access.php:439 |
15 | JAccess::preloadComponents() | JROOT/libraries/joomla/access/access.php:213 |
14 | JAccess::preload() | JROOT/libraries/joomla/access/access.php:168 |
13 | JAccess::check() | JROOT/libraries/joomla/user/user.php:394 |
12 | JUser->authorise() | JROOT/plugins/system/advancedmodules/helper.php:97 |
11 | PlgSystemAdvancedModulesHelper->loadFrontEditScript() | JROOT/plugins/system/advancedmodules/advancedmodules.php:71 |
10 | PlgSystemAdvancedModules->initialise() | JROOT/plugins/system/advancedmodules/advancedmodules.php:38 |
9 | PlgSystemAdvancedModules->onAfterInitialise() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:663 |
4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:676 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.07 ms After last query: 49.22 ms Query memory: 0.018 MB Memory before query: 3.541 MB Rows returned: 1
SELECT a.rules
FROM nasfat_assets AS a
WHERE (a.id = 1 OR a.name = 'root.1')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | index_merge | PRIMARY,idx_asset_name | PRIMARY,idx_asset_name | 4,202 | NULL | 2 | 100.00 | Using union(PRIMARY,idx_asset_name); Using where |
Status | Duration |
---|
starting | 0.17 ms |
checking permissions | 0.02 ms |
Opening tables | 0.02 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.17 ms |
statistics | 0.28 ms |
preparing | 0.02 ms |
executing | 0.01 ms |
Sending data | 0.13 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.10 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1538 |
14 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/access/access.php:670 |
13 | JAccess::getAssetRules() | JROOT/libraries/joomla/access/access.php:176 |
12 | JAccess::check() | JROOT/libraries/joomla/user/user.php:394 |
11 | JUser->authorise() | JROOT/plugins/system/sourcerer/helper.php:59 |
10 | PlgSystemSourcererHelper->__construct() | JROOT/plugins/system/sourcerer/sourcerer.php:97 |
9 | PlgSystemSourcerer->onAfterRoute() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1101 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:776 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.65 ms After last query: 6.86 ms Query memory: 0.009 MB Memory before query: 3.627 MB Rows returned: 4
SELECT *
FROM nasfat_languages
WHERE published=1
ORDER BY ordering ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | nasfat_languages | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 4 | 100.00 | Using where; Using filesort |
Status | Duration |
---|
starting | 0.13 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.04 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.02 ms |
preparing | 0.02 ms |
Sorting result | 0.01 ms |
executing | 0.01 ms |
Sending data | 0.03 ms |
Creating sort index | 0.12 ms |
end | 0.02 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.11 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 7 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
6 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/language/helper.php:164 |
5 | JLanguageHelper::getLanguages() | JROOT/libraries/cms/application/site.php:329 |
4 | JApplicationSite->getParams() | JROOT/libraries/cms/application/site.php:135 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 2.37 ms After last query: 19.41 ms Query memory: 0.020 MB Memory before query: 3.814 MB Rows returned: 30
SHOW FULL COLUMNS
FROM `nasfat_content`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `nasfat_content`
Status | Duration |
---|
starting | 0.15 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.60 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.02 ms |
executing | 0.02 ms |
Opening tables | 0.28 ms |
checking permissions | 0.05 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.06 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.03 ms |
Sending data | 0.12 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
removing tmp table | 0.22 ms |
closing tables | 0.02 ms |
freeing items | 0.11 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
14 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:241 |
13 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:162 |
12 | JTable->__construct() | JROOT/libraries/legacy/table/content.php:31 |
11 | JTableContent->__construct() | JROOT/libraries/joomla/table/table.php:304 |
10 | JTable::getInstance() | JROOT/components/com_content/models/article.php:264 |
9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:109 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.60 ms After last query: 10.76 ms Query memory: 0.015 MB Memory before query: 3.946 MB Rows returned: 1
SELECT *
FROM nasfat_content
WHERE `id` = '22'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | nasfat_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.12 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.04 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.07 ms |
preparing | 0.02 ms |
executing | 0.01 ms |
Sending data | 0.05 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.10 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
11 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:715 |
10 | JTable->load() | JROOT/components/com_content/models/article.php:265 |
9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:109 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.50 ms After last query: 0.43 ms Query memory: 0.014 MB Memory before query: 3.963 MB
UPDATE nasfat_content
SET `hits` = (`hits` + 1)
WHERE `id` = '22'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | nasfat_content | range | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.11 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.03 ms |
System lock | 0.06 ms |
updating | 0.09 ms |
end | 0.01 ms |
query end | 0.03 ms |
closing tables | 0.02 ms |
freeing items | 0.10 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/table/table.php:1224 |
10 | JTable->hit() | JROOT/components/com_content/models/article.php:266 |
9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:109 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 2.52 ms After last query: 6.08 ms Query memory: 0.017 MB Memory before query: 4.031 MB Rows returned: 1
SELECT a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext,
CASE WHEN badcats.id is null THEN a.state ELSE 0 END AS 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 nasfat_content AS a
LEFT JOIN nasfat_categories AS c
on c.id = a.catid
LEFT JOIN nasfat_users AS u
on u.id = a.created_by
LEFT JOIN nasfat_categories as parent
ON parent.id = c.parent_id
LEFT JOIN nasfat_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM nasfat_categories AS cat JOIN nasfat_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published <= 0
GROUP BY cat.id) AS badcats
ON badcats.id = c.id
WHERE a.id = 22
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2022-08-13 16:12:51')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2022-08-13 16:12:51')
AND (a.state = 1 OR a.state =2)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | a | const | PRIMARY,idx_state | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | PRIMARY | c | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | PRIMARY | u | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | PRIMARY | parent | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | PRIMARY | v | const | PRIMARY | PRIMARY | 4 | const | 0 | 0.00 | unique row not found |
1 | PRIMARY | <derived2> | ref | <auto_key0> | <auto_key0> | 4 | const | 10 | 100.00 | Using index |
2 | DERIVED | parent | range | cat_idx,idx_left_right | cat_idx | 203 | NULL | 7 | 100.00 | Using index condition; Using temporary; Using filesort |
2 | DERIVED | cat | index | PRIMARY,cat_idx,idx_access,idx_checkout,idx_left_right,idx_language,idx_path,idx_alias | idx_left_right | 8 | NULL | 38 | 100.00 | Using where; Using index; Using join buffer (Block Nested Loop) |
Status | Duration |
---|
starting | 0.31 ms |
checking permissions | 0.02 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.09 ms |
init | 0.15 ms |
System lock | 0.02 ms |
optimizing | 0.01 ms |
optimizing | 0.03 ms |
statistics | 0.24 ms |
preparing | 0.04 ms |
Creating tmp table | 0.03 ms |
Sorting result | 0.04 ms |
statistics | 0.32 ms |
preparing | 0.03 ms |
executing | 0.05 ms |
Sending data | 0.05 ms |
executing | 0.01 ms |
Sending data | 0.26 ms |
Creating sort index | 0.30 ms |
removing tmp table | 0.02 ms |
Creating sort index | 0.13 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
removing tmp table | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.14 ms |
cleaning up | 0.04 ms |
# | Caller | File and line number | 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
13 | JDatabaseDriver->loadObject() | JROOT/components/com_content/models/article.php:159 |
12 | ContentModelArticle->getItem() | JROOT/libraries/legacy/view/legacy.php:408 |
11 | JViewLegacy->get() | JROOT/components/com_content/views/article/view.html.php:42 |
10 | ContentViewArticle->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 4.13 ms After last query: 10.11 ms Query memory: 0.019 MB Memory before query: 4.148 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 nasfat_categories as c
LEFT JOIN (SELECT cat.id as id
FROM nasfat_categories AS cat JOIN nasfat_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published != 1
GROUP BY cat.id) AS badcats
ON badcats.id = c.id
LEFT JOIN nasfat_categories AS s
ON (s.lft <= c.lft
AND s.rgt >= c.rgt) OR (s.lft > c.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND badcats.id is null
AND s.id=11
GROUP BY 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
ORDER BY c.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | Using temporary; Using filesort |
1 | PRIMARY | c | ALL | cat_idx,idx_access,idx_left_right | NO INDEX KEY COULD BE USED | NULL | NULL | 38 | 60.53 | Using where |
1 | PRIMARY | <derived2> | ref | <auto_key0> | <auto_key0> | 4 | nasfat.c.id | 10 | 100.00 | Using where; Not exists; Using index |
2 | DERIVED | parent | range | cat_idx,idx_left_right | cat_idx | 203 | NULL | 7 | 100.00 | Using index condition; Using temporary; Using filesort |
2 | DERIVED | cat | index | PRIMARY,cat_idx,idx_access,idx_checkout,idx_left_right,idx_language,idx_path,idx_alias | idx_left_right | 8 | NULL | 38 | 100.00 | Using where; Using index; Using join buffer (Block Nested Loop) |
Status | Duration |
---|
starting | 0.34 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.07 ms |
init | 0.32 ms |
System lock | 0.02 ms |
optimizing | 0.01 ms |
optimizing | 0.05 ms |
statistics | 0.09 ms |
preparing | 0.04 ms |
Creating tmp table | 0.03 ms |
Sorting result | 0.04 ms |
statistics | 0.31 ms |
preparing | 0.08 ms |
Creating tmp table | 0.11 ms |
Sorting result | 0.01 ms |
executing | 0.28 ms |
Sending data | 0.08 ms |
executing | 0.01 ms |
Sending data | 0.19 ms |
Creating sort index | 0.48 ms |
removing tmp table | 0.02 ms |
Creating sort index | 0.84 ms |
Creating sort index | 0.08 ms |
end | 0.02 ms |
removing tmp table | 0.28 ms |
end | 0.02 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
removing tmp table | 0.02 ms |
closing tables | 0.03 ms |
freeing items | 0.13 ms |
cleaning up | 0.07 ms |
# | Caller | File and line number | 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/legacy/categories/categories.php:309 |
13 | JCategories->_load() | JROOT/libraries/legacy/categories/categories.php:184 |
12 | JCategories->get() | JROOT/components/com_content/helpers/route.php:44 |
11 | ContentHelperRoute::getArticleRoute() | JROOT/components/com_content/views/article/view.html.php:71 |
10 | ContentViewArticle->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.92 ms After last query: 1.66 ms Query memory: 0.017 MB Memory before query: 4.187 MB Rows returned: 1
SELECT `m`.`tag_id`,`t`.*
FROM `nasfat_contentitem_tag_map` AS m
INNER JOIN `nasfat_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 22
AND `t`.`published` = 1
AND t.access IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | ALL | idx_tag_type | NO INDEX KEY COULD BE USED | NULL | NULL | 4 | 100.00 | Using where |
1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | nasfat.m.tag_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.19 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
init | 0.06 ms |
System lock | 0.01 ms |
optimizing | 0.03 ms |
statistics | 0.10 ms |
preparing | 0.03 ms |
executing | 0.01 ms |
Sending data | 0.11 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.11 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
12 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/helper/tags.php:435 |
11 | JHelperTags->getItemTags() | JROOT/components/com_content/views/article/view.html.php:156 |
10 | ContentViewArticle->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.43 ms After last query: 81.54 ms Query memory: 0.032 MB Memory before query: 4.593 MB Rows returned: 2
SHOW FULL COLUMNS
FROM `nasfat_komento_configs`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `nasfat_komento_configs`
Status | Duration |
---|
starting | 0.17 ms |
checking permissions | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.36 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.02 ms |
executing | 0.02 ms |
Opening tables | 0.02 ms |
checking permissions | 0.16 ms |
checking permissions | 0.03 ms |
Sending data | 0.05 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
removing tmp table | 0.28 ms |
closing tables | 0.02 ms |
freeing items | 0.11 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number | 27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
26 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
25 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:241 |
24 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:162 |
23 | JTable->__construct() | JROOT/administrator/components/com_komento/tables/parent.php:18 |
22 | KomentoParentTable->__construct() | JROOT/administrator/components/com_komento/tables/configs.php:40 |
21 | KomentoTableConfigs->__construct() | JROOT/libraries/joomla/table/table.php:304 |
20 | JTable::getInstance() | JROOT/administrator/components/com_komento/tables/parent.php:49 |
19 | KomentoParentTable::getInstance() | JROOT/components/com_komento/helpers/helper.php:99 |
18 | Komento::getTable() | JROOT/components/com_komento/helpers/helper.php:228 |
17 | Komento::getKonfig() | JROOT/components/com_komento/bootstrap.php:30 |
16 | require_once JROOT/components/com_komento/bootstrap.php | JROOT/plugins/content/komento/komento.php:112 |
15 | plgContentKomento->execute() | JROOT/plugins/content/komento/komento.php:87 |
14 | plgContentKomento->onContentPrepare() | Same as call in the line below. |
13 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:161 |
10 | ContentViewArticle->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.74 ms After last query: 0.42 ms Query memory: 0.024 MB Memory before query: 4.633 MB Rows returned: 1
SELECT *
FROM nasfat_komento_configs
WHERE `component` = 'com_komento'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | nasfat_komento_configs | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.13 ms |
checking permissions | 0.21 ms |
Opening tables | 0.02 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.02 ms |
preparing | 0.02 ms |
executing | 0.01 ms |
Sending data | 0.06 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.12 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
19 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:715 |
18 | JTable->load() | JROOT/components/com_komento/helpers/helper.php:229 |
17 | Komento::getKonfig() | JROOT/components/com_komento/bootstrap.php:30 |
16 | require_once JROOT/components/com_komento/bootstrap.php | JROOT/plugins/content/komento/komento.php:112 |
15 | plgContentKomento->execute() | JROOT/plugins/content/komento/komento.php:87 |
14 | plgContentKomento->onContentPrepare() | Same as call in the line below. |
13 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:161 |
10 | ContentViewArticle->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.68 ms After last query: 93.29 ms Query memory: 0.025 MB Memory before query: 4.904 MB Rows returned: 1
SELECT *
FROM nasfat_komento_configs
WHERE `component` = 'com_content'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | nasfat_komento_configs | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.18 ms |
checking permissions | 0.02 ms |
Opening tables | 0.02 ms |
init | 0.04 ms |
System lock | 0.02 ms |
optimizing | 0.02 ms |
statistics | 0.02 ms |
preparing | 0.02 ms |
executing | 0.01 ms |
Sending data | 0.08 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.12 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
20 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:715 |
19 | JTable->load() | JROOT/components/com_komento/helpers/helper.php:202 |
18 | Komento::getConfig() | JROOT/components/com_komento/komento_plugins/com_content.php:225 |
17 | KomentoComcontent->onBeforeLoad() | JROOT/components/com_komento/helpers/helper.php:688 |
16 | Komento::commentify() | JROOT/plugins/content/komento/komento.php:141 |
15 | plgContentKomento->execute() | JROOT/plugins/content/komento/komento.php:74 |
14 | plgContentKomento->onContentAfterDisplay() | Same as call in the line below. |
13 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:170 |
10 | ContentViewArticle->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.09 ms After last query: 47.78 ms Query memory: 0.029 MB Memory before query: 4.958 MB Rows returned: 1
SELECT a.id, a.title, a.alias, a.catid, a.created_by, a.created_by_alias, a.hits, c.title AS category_title, c.alias AS category_alias, u.name AS author, parent.id AS parent_id, parent.alias AS parent_alias
FROM `nasfat_content` AS a
LEFT JOIN `nasfat_categories` AS c
ON c.id = a.catid
LEFT JOIN `nasfat_users` AS u
ON u.id = a.created_by
LEFT JOIN `nasfat_categories` AS parent
ON parent.id = c.parent_id
WHERE a.id = '22'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | c | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | u | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | parent | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.23 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.12 ms |
init | 0.05 ms |
System lock | 0.02 ms |
optimizing | 0.02 ms |
statistics | 0.30 ms |
preparing | 0.02 ms |
executing | 0.01 ms |
Sending data | 0.03 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.10 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
24 | JDatabaseDriver->loadObject() | Same as call in the line below. |
23 | call_user_func_array() | JROOT/components/com_komento/helpers/database.php:151 |
22 | KomentoDatabaseJoomla15->__call() | Same as call in the line below. |
21 | KomentoDatabaseJoomla30->loadObject() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/components/com_komento/helpers/database.php:40 |
19 | KomentoDatabaseHelper->__call() | JROOT/components/com_komento/komento_plugins/com_content.php:54 |
18 | KomentoDatabaseHelper->loadObject() | JROOT/components/com_komento/komento_plugins/com_content.php:54 |
17 | KomentoComcontent->load() | JROOT/components/com_komento/helpers/helper.php:743 |
16 | Komento::commentify() | JROOT/plugins/content/komento/komento.php:141 |
15 | plgContentKomento->execute() | JROOT/plugins/content/komento/komento.php:74 |
14 | plgContentKomento->onContentAfterDisplay() | Same as call in the line below. |
13 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:170 |
10 | ContentViewArticle->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 13.56 ms After last query: 5.76 ms Query memory: 0.032 MB Memory before query: 5.021 MB Rows returned: 5
SELECT `id`
FROM `nasfat_komento_mailq`
WHERE `status` = '0'
ORDER BY `created` ASC
LIMIT 0, 5
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | nasfat_komento_mailq | ref | komento_mailq_status | komento_mailq_status | 1 | const | 1909 | 100.00 | Using where; Using filesort |
Status | Duration |
---|
starting | 0.21 ms |
checking permissions | 0.02 ms |
Opening tables | 0.02 ms |
init | 0.03 ms |
System lock | 0.02 ms |
optimizing | 0.02 ms |
statistics | 0.24 ms |
preparing | 0.03 ms |
Sorting result | 0.01 ms |
executing | 0.01 ms |
Sending data | 0.01 ms |
Creating sort index | 12.58 ms |
end | 0.02 ms |
query end | 0.14 ms |
closing tables | 0.02 ms |
freeing items | 0.12 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 28 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
27 | JDatabaseDriver->loadObjectList() | Same as call in the line below. |
26 | call_user_func_array() | JROOT/components/com_komento/helpers/database.php:151 |
25 | KomentoDatabaseJoomla15->__call() | Same as call in the line below. |
24 | KomentoDatabaseJoomla30->loadObjectList() | Same as call in the line below. |
23 | call_user_func_array() | JROOT/components/com_komento/helpers/database.php:40 |
22 | KomentoDatabaseHelper->__call() | JROOT/components/com_komento/classes/sql.php:937 |
21 | KomentoDatabaseHelper->loadObjectList() | JROOT/components/com_komento/classes/sql.php:937 |
20 | KomentoSql->__call() | JROOT/components/com_komento/classes/mailqueue.php:49 |
19 | KomentoSql->loadObjectList() | JROOT/components/com_komento/classes/mailqueue.php:49 |
18 | KomentoMailQueue->send() | JROOT/components/com_komento/classes/mailqueue.php:24 |
17 | KomentoMailQueue->sendOnPageLoad() | JROOT/components/com_komento/helpers/helper.php:848 |
16 | Komento::commentify() | JROOT/plugins/content/komento/komento.php:141 |
15 | plgContentKomento->execute() | JROOT/plugins/content/komento/komento.php:74 |
14 | plgContentKomento->onContentAfterDisplay() | Same as call in the line below. |
13 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:170 |
10 | ContentViewArticle->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.44 ms After last query: 1.09 ms Query memory: 0.033 MB Memory before query: 5.080 MB Rows returned: 9
SHOW FULL COLUMNS
FROM `nasfat_komento_mailq`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `nasfat_komento_mailq`
Status | Duration |
---|
starting | 0.12 ms |
checking permissions | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.43 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.02 ms |
executing | 0.02 ms |
Opening tables | 0.02 ms |
checking permissions | 0.05 ms |
checking permissions | 0.03 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.02 ms |
checking permissions | 0.03 ms |
Sending data | 0.15 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
removing tmp table | 0.14 ms |
closing tables | 0.02 ms |
freeing items | 0.11 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 28 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
27 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
26 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:241 |
25 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:162 |
24 | JTable->__construct() | JROOT/administrator/components/com_komento/tables/parent.php:18 |
23 | KomentoParentTable->__construct() | JROOT/administrator/components/com_komento/tables/mailq.php:31 |
22 | KomentoTableMailq->__construct() | JROOT/libraries/joomla/table/table.php:304 |
21 | JTable::getInstance() | JROOT/administrator/components/com_komento/tables/parent.php:49 |
20 | KomentoParentTable::getInstance() | JROOT/components/com_komento/helpers/helper.php:99 |
19 | Komento::getTable() | JROOT/components/com_komento/classes/mailqueue.php:55 |
18 | KomentoMailQueue->send() | JROOT/components/com_komento/classes/mailqueue.php:24 |
17 | KomentoMailQueue->sendOnPageLoad() | JROOT/components/com_komento/helpers/helper.php:848 |
16 | Komento::commentify() | JROOT/plugins/content/komento/komento.php:141 |
15 | plgContentKomento->execute() | JROOT/plugins/content/komento/komento.php:74 |
14 | plgContentKomento->onContentAfterDisplay() | Same as call in the line below. |
13 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:170 |
10 | ContentViewArticle->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.50 ms After last query: 0.52 ms Query memory: 0.025 MB Memory before query: 5.137 MB Rows returned: 1
SELECT *
FROM nasfat_komento_mailq
WHERE `id` = '126173'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | nasfat_komento_mailq | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.11 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
executing | 0.01 ms |
Sending data | 0.03 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.10 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
20 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:715 |
19 | JTable->load() | JROOT/components/com_komento/classes/mailqueue.php:56 |
18 | KomentoMailQueue->send() | JROOT/components/com_komento/classes/mailqueue.php:24 |
17 | KomentoMailQueue->sendOnPageLoad() | JROOT/components/com_komento/helpers/helper.php:848 |
16 | Komento::commentify() | JROOT/plugins/content/komento/komento.php:141 |
15 | plgContentKomento->execute() | JROOT/plugins/content/komento/komento.php:74 |
14 | plgContentKomento->onContentAfterDisplay() | Same as call in the line below. |
13 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:170 |
10 | ContentViewArticle->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 3.24 ms After last query: 263.53 ms Query memory: 0.025 MB Memory before query: 6.078 MB
UPDATE `nasfat_komento_mailq`
SET `mailfrom`='info@nasfatcanada.org',`fromname`='NASFAT Canada',`recipient`='edwinaharmon@hotmail.com',`subject`='A new comment is posted (Stylish design with enhanced graphics
and decoration.)',`body`='<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n<title></title>\n</head>\n\n<body style=\"margin:0;padding:0;background:#ddd;\">\n <div style=\"width:100%;background:#ddd;margin:0;padding:50px 0 80px;color:#798796;font-family:\'Lucida Grande\',Tahoma,Arial;font-size:12px;\">\n\n <center style=\"display:block;padding:30px 0\">\n <table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" style=\"width:590px;background:#fff;border:1px solid #b5bbc1;border-bottom-color:#9ba3ab;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;\">\n <tbody>\n <tr>\n <td style=\"padding:20px;border-bottom:1px solid #b5bbc1;;background:#f5f5f5;border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;\">\n Good day adidas eqt support,\n <br /><br />\n A new comment is posted
on: <br />\n <a href=\"http://nasfatcanada.org/index.php/11-sample-data/123-free-joomla-3-0-template-by-icetheme-2\" style=\"font-weight:bold;color:#477fda;text-decoration:none;font-size:16px;line-height:20px\">Stylish design with enhanced graphics
and decoration.</a>\n <br />\n <br />\n Below is a snippet
from the comment that has been posted. </td>\n </tr>\n <tr>\n <td style=\"padding:15px 20px;line-height:1.5;color:#555;font-family:\'Lucida Grande\',Tahoma,Arial;font-size:12px;text-align:
left\">\n <div style=\"display:inline-block;width:100%;padding-bottom:20px;\">\n <img src=\"http://www.gravatar.com/avatar/d41d8cd98f00b204e9800998ecf8427e?s=100&d=mm\" width=\"50\" style=\"float:
left;width:50px;height:auto;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;\" />\n <div style=\"margin-
left:60px\">\n <span style=\"font-weight:bold;color:#477fda;text-decoration:none\">Guest - gjdm5i</span>\n <span style=\"color:#999\">- Posted
on Thursday, Jun 23 2022 11:48:59pm</span>\n <div style=\"font-size:12px;margin-top:3px;\">\n https://www.czegoniepiszawgazetach.pl (https://www.czegoniepiszawgazetach.pl) </div>\n </div>\n </div>\n\n <div style=\"color:#555;clear:both;border-top:1px solid #ddd;padding:20px 0 10px\">\n <a href=\"http://nasfatcanada.org/index.php/11-sample-data/123-free-joomla-3-0-template-by-icetheme-2#kmt-22514\" target=\"_blank\" style=\"display:inline-block;padding:5px 15px;background:#fc0;border:1px solid #caa200;border-bottom-color:#977900;color:#534200;text-shadow:0 1px 0 #ffe684;font-weight:bold;box-shadow:inset 0 1px 0 #ffe064;-moz-box-shadow:inset 0 1px 0 #ffe064;-webkit-box-shadow:inset 0 1px 0 #ffe064;border-radius:2px;moz-border-radius:2px;-webkit-border-radius:2px;text-decoration:none!important\">\n View Comment » </a>\n </div>\n </td>\n </tr>\n </tbody>\n </table>\n\n <p>\n This email was sent to you because you have subscribed to comments update<br />To unsubscribe, <a href=\"http://nasfatcanada.org/index.php?option=com_komento&task=unsubscribe&id=30\" style=\"color:#477fda\">click here</a>.\n </p>\n </center>\n\n </div>\n</body>\n</html>\n',`created`='2022-06-24 03:48:59',`type`='html',`status`='1'
WHERE `id`='126173'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | nasfat_komento_mailq | range | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.39 ms |
checking permissions | 0.02 ms |
Opening tables | 0.02 ms |
init | 0.05 ms |
System lock | 0.20 ms |
updating | 0.56 ms |
end | 0.02 ms |
query end | 0.01 ms |
closing tables | 1.58 ms |
freeing items | 0.13 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number | 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:2276 |
20 | JDatabaseDriver->updateObject() | JROOT/libraries/joomla/table/table.php:785 |
19 | JTable->store() | JROOT/components/com_komento/classes/mailqueue.php:82 |
18 | KomentoMailQueue->send() | JROOT/components/com_komento/classes/mailqueue.php:24 |
17 | KomentoMailQueue->sendOnPageLoad() | JROOT/components/com_komento/helpers/helper.php:848 |
16 | Komento::commentify() | JROOT/plugins/content/komento/komento.php:141 |
15 | plgContentKomento->execute() | JROOT/plugins/content/komento/komento.php:74 |
14 | plgContentKomento->onContentAfterDisplay() | Same as call in the line below. |
13 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:170 |
10 | ContentViewArticle->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 2.93 ms After last query: 0.71 ms Query memory: 0.025 MB Memory before query: 6.084 MB Rows returned: 1
SELECT *
FROM nasfat_komento_mailq
WHERE `id` = '126174'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | nasfat_komento_mailq | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.16 ms |
checking permissions | 0.02 ms |
Opening tables | 0.02 ms |
init | 0.04 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.06 ms |
preparing | 0.03 ms |
executing | 0.01 ms |
Sending data | 0.05 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.12 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
20 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:715 |
19 | JTable->load() | JROOT/components/com_komento/classes/mailqueue.php:56 |
18 | KomentoMailQueue->send() | JROOT/components/com_komento/classes/mailqueue.php:24 |
17 | KomentoMailQueue->sendOnPageLoad() | JROOT/components/com_komento/helpers/helper.php:848 |
16 | Komento::commentify() | JROOT/plugins/content/komento/komento.php:141 |
15 | plgContentKomento->execute() | JROOT/plugins/content/komento/komento.php:74 |
14 | plgContentKomento->onContentAfterDisplay() | Same as call in the line below. |
13 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:170 |
10 | ContentViewArticle->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.08 ms After last query: 304.97 ms Query memory: 0.025 MB Memory before query: 6.133 MB
UPDATE `nasfat_komento_mailq`
SET `mailfrom`='info@nasfatcanada.org',`fromname`='NASFAT Canada',`recipient`='donnaricker@hotmail.com',`subject`='A new comment is posted (Stylish design with enhanced graphics
and decoration.)',`body`='<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n<title></title>\n</head>\n\n<body style=\"margin:0;padding:0;background:#ddd;\">\n <div style=\"width:100%;background:#ddd;margin:0;padding:50px 0 80px;color:#798796;font-family:\'Lucida Grande\',Tahoma,Arial;font-size:12px;\">\n\n <center style=\"display:block;padding:30px 0\">\n <table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" style=\"width:590px;background:#fff;border:1px solid #b5bbc1;border-bottom-color:#9ba3ab;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;\">\n <tbody>\n <tr>\n <td style=\"padding:20px;border-bottom:1px solid #b5bbc1;;background:#f5f5f5;border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;\">\n Good day adidas nmd,\n <br /><br />\n A new comment is posted
on: <br />\n <a href=\"http://nasfatcanada.org/index.php/11-sample-data/123-free-joomla-3-0-template-by-icetheme-2\" style=\"font-weight:bold;color:#477fda;text-decoration:none;font-size:16px;line-height:20px\">Stylish design with enhanced graphics
and decoration.</a>\n <br />\n <br />\n Below is a snippet
from the comment that has been posted. </td>\n </tr>\n <tr>\n <td style=\"padding:15px 20px;line-height:1.5;color:#555;font-family:\'Lucida Grande\',Tahoma,Arial;font-size:12px;text-align:
left\">\n <div style=\"display:inline-block;width:100%;padding-bottom:20px;\">\n <img src=\"http://www.gravatar.com/avatar/d41d8cd98f00b204e9800998ecf8427e?s=100&d=mm\" width=\"50\" style=\"float:
left;width:50px;height:auto;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;\" />\n <div style=\"margin-
left:60px\">\n <span style=\"font-weight:bold;color:#477fda;text-decoration:none\">Guest - gjdm5i</span>\n <span style=\"color:#999\">- Posted
on Thursday, Jun 23 2022 11:48:59pm</span>\n <div style=\"font-size:12px;margin-top:3px;\">\n https://www.czegoniepiszawgazetach.pl (https://www.czegoniepiszawgazetach.pl) </div>\n </div>\n </div>\n\n <div style=\"color:#555;clear:both;border-top:1px solid #ddd;padding:20px 0 10px\">\n <a href=\"http://nasfatcanada.org/index.php/11-sample-data/123-free-joomla-3-0-template-by-icetheme-2#kmt-22514\" target=\"_blank\" style=\"display:inline-block;padding:5px 15px;background:#fc0;border:1px solid #caa200;border-bottom-color:#977900;color:#534200;text-shadow:0 1px 0 #ffe684;font-weight:bold;box-shadow:inset 0 1px 0 #ffe064;-moz-box-shadow:inset 0 1px 0 #ffe064;-webkit-box-shadow:inset 0 1px 0 #ffe064;border-radius:2px;moz-border-radius:2px;-webkit-border-radius:2px;text-decoration:none!important\">\n View Comment » </a>\n </div>\n </td>\n </tr>\n </tbody>\n </table>\n\n <p>\n This email was sent to you because you have subscribed to comments update<br />To unsubscribe, <a href=\"http://nasfatcanada.org/index.php?option=com_komento&task=unsubscribe&id=31\" style=\"color:#477fda\">click here</a>.\n </p>\n </center>\n\n </div>\n</body>\n</html>\n',`created`='2022-06-24 03:48:59',`type`='html',`status`='1'
WHERE `id`='126174'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | nasfat_komento_mailq | range | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.36 ms |
checking permissions | 0.02 ms |
Opening tables | 0.03 ms |
init | 0.04 ms |
System lock | 0.05 ms |
updating | 0.22 ms |
end | 0.02 ms |
query end | 0.02 ms |
closing tables | 0.08 ms |
freeing items | 0.14 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:2276 |
20 | JDatabaseDriver->updateObject() | JROOT/libraries/joomla/table/table.php:785 |
19 | JTable->store() | JROOT/components/com_komento/classes/mailqueue.php:82 |
18 | KomentoMailQueue->send() | JROOT/components/com_komento/classes/mailqueue.php:24 |
17 | KomentoMailQueue->sendOnPageLoad() | JROOT/components/com_komento/helpers/helper.php:848 |
16 | Komento::commentify() | JROOT/plugins/content/komento/komento.php:141 |
15 | plgContentKomento->execute() | JROOT/plugins/content/komento/komento.php:74 |
14 | plgContentKomento->onContentAfterDisplay() | Same as call in the line below. |
13 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:170 |
10 | ContentViewArticle->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.09 ms After last query: 0.81 ms Query memory: 0.025 MB Memory before query: 6.139 MB Rows returned: 1
SELECT *
FROM nasfat_komento_mailq
WHERE `id` = '126175'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | nasfat_komento_mailq | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.52 ms |
checking permissions | 0.02 ms |
Opening tables | 0.02 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.14 ms |
preparing | 0.02 ms |
executing | 0.01 ms |
Sending data | 0.04 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.03 ms |
freeing items | 0.12 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number | 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
20 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:715 |
19 | JTable->load() | JROOT/components/com_komento/classes/mailqueue.php:56 |
18 | KomentoMailQueue->send() | JROOT/components/com_komento/classes/mailqueue.php:24 |
17 | KomentoMailQueue->sendOnPageLoad() | JROOT/components/com_komento/helpers/helper.php:848 |
16 | Komento::commentify() | JROOT/plugins/content/komento/komento.php:141 |
15 | plgContentKomento->execute() | JROOT/plugins/content/komento/komento.php:74 |
14 | plgContentKomento->onContentAfterDisplay() | Same as call in the line below. |
13 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:170 |
10 | ContentViewArticle->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.92 ms After last query: 385.38 ms Query memory: 0.025 MB Memory before query: 6.187 MB
UPDATE `nasfat_komento_mailq`
SET `mailfrom`='info@nasfatcanada.org',`fromname`='NASFAT Canada',`recipient`='minervamerryman@hotmail.com',`subject`='A new comment is posted (Stylish design with enhanced graphics
and decoration.)',`body`='<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n<title></title>\n</head>\n\n<body style=\"margin:0;padding:0;background:#ddd;\">\n <div style=\"width:100%;background:#ddd;margin:0;padding:50px 0 80px;color:#798796;font-family:\'Lucida Grande\',Tahoma,Arial;font-size:12px;\">\n\n <center style=\"display:block;padding:30px 0\">\n <table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" style=\"width:590px;background:#fff;border:1px solid #b5bbc1;border-bottom-color:#9ba3ab;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;\">\n <tbody>\n <tr>\n <td style=\"padding:20px;border-bottom:1px solid #b5bbc1;;background:#f5f5f5;border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;\">\n Good day converse outlet,\n <br /><br />\n A new comment is posted
on: <br />\n <a href=\"http://nasfatcanada.org/index.php/11-sample-data/123-free-joomla-3-0-template-by-icetheme-2\" style=\"font-weight:bold;color:#477fda;text-decoration:none;font-size:16px;line-height:20px\">Stylish design with enhanced graphics
and decoration.</a>\n <br />\n <br />\n Below is a snippet
from the comment that has been posted. </td>\n </tr>\n <tr>\n <td style=\"padding:15px 20px;line-height:1.5;color:#555;font-family:\'Lucida Grande\',Tahoma,Arial;font-size:12px;text-align:
left\">\n <div style=\"display:inline-block;width:100%;padding-bottom:20px;\">\n <img src=\"http://www.gravatar.com/avatar/d41d8cd98f00b204e9800998ecf8427e?s=100&d=mm\" width=\"50\" style=\"float:
left;width:50px;height:auto;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;\" />\n <div style=\"margin-
left:60px\">\n <span style=\"font-weight:bold;color:#477fda;text-decoration:none\">Guest - gjdm5i</span>\n <span style=\"color:#999\">- Posted
on Thursday, Jun 23 2022 11:48:59pm</span>\n <div style=\"font-size:12px;margin-top:3px;\">\n https://www.czegoniepiszawgazetach.pl (https://www.czegoniepiszawgazetach.pl) </div>\n </div>\n </div>\n\n <div style=\"color:#555;clear:both;border-top:1px solid #ddd;padding:20px 0 10px\">\n <a href=\"http://nasfatcanada.org/index.php/11-sample-data/123-free-joomla-3-0-template-by-icetheme-2#kmt-22514\" target=\"_blank\" style=\"display:inline-block;padding:5px 15px;background:#fc0;border:1px solid #caa200;border-bottom-color:#977900;color:#534200;text-shadow:0 1px 0 #ffe684;font-weight:bold;box-shadow:inset 0 1px 0 #ffe064;-moz-box-shadow:inset 0 1px 0 #ffe064;-webkit-box-shadow:inset 0 1px 0 #ffe064;border-radius:2px;moz-border-radius:2px;-webkit-border-radius:2px;text-decoration:none!important\">\n View Comment » </a>\n </div>\n </td>\n </tr>\n </tbody>\n </table>\n\n <p>\n This email was sent to you because you have subscribed to comments update<br />To unsubscribe, <a href=\"http://nasfatcanada.org/index.php?option=com_komento&task=unsubscribe&id=32\" style=\"color:#477fda\">click here</a>.\n </p>\n </center>\n\n </div>\n</body>\n</html>\n',`created`='2022-06-24 03:48:59',`type`='html',`status`='1'
WHERE `id`='126175'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | nasfat_komento_mailq | range | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.31 ms |
checking permissions | 0.02 ms |
Opening tables | 0.02 ms |
init | 0.03 ms |
System lock | 0.04 ms |
updating | 0.17 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.05 ms |
freeing items | 0.11 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number | 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:2276 |
20 | JDatabaseDriver->updateObject() | JROOT/libraries/joomla/table/table.php:785 |
19 | JTable->store() | JROOT/components/com_komento/classes/mailqueue.php:82 |
18 | KomentoMailQueue->send() | JROOT/components/com_komento/classes/mailqueue.php:24 |
17 | KomentoMailQueue->sendOnPageLoad() | JROOT/components/com_komento/helpers/helper.php:848 |
16 | Komento::commentify() | JROOT/plugins/content/komento/komento.php:141 |
15 | plgContentKomento->execute() | JROOT/plugins/content/komento/komento.php:74 |
14 | plgContentKomento->onContentAfterDisplay() | Same as call in the line below. |
13 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:170 |
10 | ContentViewArticle->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.56 ms After last query: 0.91 ms Query memory: 0.025 MB Memory before query: 6.194 MB Rows returned: 1
SELECT *
FROM nasfat_komento_mailq
WHERE `id` = '126176'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | nasfat_komento_mailq | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.12 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.04 ms |
preparing | 0.02 ms |
executing | 0.01 ms |
Sending data | 0.04 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.10 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number | 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
20 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:715 |
19 | JTable->load() | JROOT/components/com_komento/classes/mailqueue.php:56 |
18 | KomentoMailQueue->send() | JROOT/components/com_komento/classes/mailqueue.php:24 |
17 | KomentoMailQueue->sendOnPageLoad() | JROOT/components/com_komento/helpers/helper.php:848 |
16 | Komento::commentify() | JROOT/plugins/content/komento/komento.php:141 |
15 | plgContentKomento->execute() | JROOT/plugins/content/komento/komento.php:74 |
14 | plgContentKomento->onContentAfterDisplay() | Same as call in the line below. |
13 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:170 |
10 | ContentViewArticle->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.17 ms After last query: 314.14 ms Query memory: 0.025 MB Memory before query: 6.242 MB
UPDATE `nasfat_komento_mailq`
SET `mailfrom`='info@nasfatcanada.org',`fromname`='NASFAT Canada',`recipient`='joanarntson@hotmail.com',`subject`='A new comment is posted (Stylish design with enhanced graphics
and decoration.)',`body`='<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n<title></title>\n</head>\n\n<body style=\"margin:0;padding:0;background:#ddd;\">\n <div style=\"width:100%;background:#ddd;margin:0;padding:50px 0 80px;color:#798796;font-family:\'Lucida Grande\',Tahoma,Arial;font-size:12px;\">\n\n <center style=\"display:block;padding:30px 0\">\n <table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" style=\"width:590px;background:#fff;border:1px solid #b5bbc1;border-bottom-color:#9ba3ab;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;\">\n <tbody>\n <tr>\n <td style=\"padding:20px;border-bottom:1px solid #b5bbc1;;background:#f5f5f5;border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;\">\n Good day salomon running shoes,\n <br /><br />\n A new comment is posted
on: <br />\n <a href=\"http://nasfatcanada.org/index.php/11-sample-data/123-free-joomla-3-0-template-by-icetheme-2\" style=\"font-weight:bold;color:#477fda;text-decoration:none;font-size:16px;line-height:20px\">Stylish design with enhanced graphics
and decoration.</a>\n <br />\n <br />\n Below is a snippet
from the comment that has been posted. </td>\n </tr>\n <tr>\n <td style=\"padding:15px 20px;line-height:1.5;color:#555;font-family:\'Lucida Grande\',Tahoma,Arial;font-size:12px;text-align:
left\">\n <div style=\"display:inline-block;width:100%;padding-bottom:20px;\">\n <img src=\"http://www.gravatar.com/avatar/d41d8cd98f00b204e9800998ecf8427e?s=100&d=mm\" width=\"50\" style=\"float:
left;width:50px;height:auto;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;\" />\n <div style=\"margin-
left:60px\">\n <span style=\"font-weight:bold;color:#477fda;text-decoration:none\">Guest - gjdm5i</span>\n <span style=\"color:#999\">- Posted
on Thursday, Jun 23 2022 11:48:59pm</span>\n <div style=\"font-size:12px;margin-top:3px;\">\n https://www.czegoniepiszawgazetach.pl (https://www.czegoniepiszawgazetach.pl) </div>\n </div>\n </div>\n\n <div style=\"color:#555;clear:both;border-top:1px solid #ddd;padding:20px 0 10px\">\n <a href=\"http://nasfatcanada.org/index.php/11-sample-data/123-free-joomla-3-0-template-by-icetheme-2#kmt-22514\" target=\"_blank\" style=\"display:inline-block;padding:5px 15px;background:#fc0;border:1px solid #caa200;border-bottom-color:#977900;color:#534200;text-shadow:0 1px 0 #ffe684;font-weight:bold;box-shadow:inset 0 1px 0 #ffe064;-moz-box-shadow:inset 0 1px 0 #ffe064;-webkit-box-shadow:inset 0 1px 0 #ffe064;border-radius:2px;moz-border-radius:2px;-webkit-border-radius:2px;text-decoration:none!important\">\n View Comment » </a>\n </div>\n </td>\n </tr>\n </tbody>\n </table>\n\n <p>\n This email was sent to you because you have subscribed to comments update<br />To unsubscribe, <a href=\"http://nasfatcanada.org/index.php?option=com_komento&task=unsubscribe&id=33\" style=\"color:#477fda\">click here</a>.\n </p>\n </center>\n\n </div>\n</body>\n</html>\n',`created`='2022-06-24 03:48:59',`type`='html',`status`='1'
WHERE `id`='126176'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | nasfat_komento_mailq | range | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.37 ms |
checking permissions | 0.02 ms |
Opening tables | 0.03 ms |
init | 0.04 ms |
System lock | 0.06 ms |
updating | 0.24 ms |
end | 0.02 ms |
query end | 0.01 ms |
closing tables | 0.06 ms |
freeing items | 0.12 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number | 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:2276 |
20 | JDatabaseDriver->updateObject() | JROOT/libraries/joomla/table/table.php:785 |
19 | JTable->store() | JROOT/components/com_komento/classes/mailqueue.php:82 |
18 | KomentoMailQueue->send() | JROOT/components/com_komento/classes/mailqueue.php:24 |
17 | KomentoMailQueue->sendOnPageLoad() | JROOT/components/com_komento/helpers/helper.php:848 |
16 | Komento::commentify() | JROOT/plugins/content/komento/komento.php:141 |
15 | plgContentKomento->execute() | JROOT/plugins/content/komento/komento.php:74 |
14 | plgContentKomento->onContentAfterDisplay() | Same as call in the line below. |
13 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:170 |
10 | ContentViewArticle->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.60 ms After last query: 0.46 ms Query memory: 0.025 MB Memory before query: 6.249 MB Rows returned: 1
SELECT *
FROM nasfat_komento_mailq
WHERE `id` = '126177'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | nasfat_komento_mailq | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.13 ms |
checking permissions | 0.02 ms |
Opening tables | 0.02 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.03 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
executing | 0.01 ms |
Sending data | 0.05 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.11 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number | 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
20 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:715 |
19 | JTable->load() | JROOT/components/com_komento/classes/mailqueue.php:56 |
18 | KomentoMailQueue->send() | JROOT/components/com_komento/classes/mailqueue.php:24 |
17 | KomentoMailQueue->sendOnPageLoad() | JROOT/components/com_komento/helpers/helper.php:848 |
16 | Komento::commentify() | JROOT/plugins/content/komento/komento.php:141 |
15 | plgContentKomento->execute() | JROOT/plugins/content/komento/komento.php:74 |
14 | plgContentKomento->onContentAfterDisplay() | Same as call in the line below. |
13 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
11 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:170 |
10 | ContentViewArticle->display() | JROOT/libraries/legacy/controller/legacy.php:664 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.95 ms After last query: 240.49 ms Query memory: 0.025 MB Memory before query: 6.297 MB
Leave your comments
Login to post a comment
Post comment as a guest