Query Time: 1.02 ms Query memory: 0.015 MB Memory before query: 0.830 MB Rows returned: 0
SELECT `data`
FROM `hp_session`
WHERE `session_id` = 'bks3k68899o40uophim7hp66f2'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hp_session | const | PRIMARY | PRIMARY | 602 | const | 1 | |
Status | Duration |
---|
Starting | 0.2 ms |
checking permissions | 0.0 ms |
Opening tables | 0.1 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init | 0.0 ms |
Optimizing | 0.0 ms |
Statistics | 0.2 ms |
Preparing | 0.0 ms |
Executing | 0.0 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
Commit | 0.0 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.0 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.1 ms |
Reset for next command | 0.0 ms |
JROOT/libraries/joomla/session/storage/database.php:44
JROOT/libraries/joomla/session/session.php:665
JROOT/libraries/joomla/session/session.php:603
JROOT/libraries/cms/application/cms.php:738
JROOT/libraries/cms/application/cms.php:131
JROOT/libraries/cms/application/site.php:63
JROOT/libraries/cms/application/cms.php:398
JROOT/libraries/joomla/factory.php:125
JROOT/index.php:37
Query Time: 1.10 ms After last query: 2.53 ms Query memory: 0.008 MB Memory before query: 0.885 MB
DELETE
FROM `hp_session`
WHERE `time` < '1739804253'
EXPLAIN not possible on query: DELETE
FROM `hp_session`
WHERE `time` < '1739804253'
Status | Duration |
---|
Starting | 0.1 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init for update | 0.1 ms |
Updating | 0.4 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
Commit | 0.1 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.0 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.0 ms |
Reset for next command | 0.0 ms |
JROOT/libraries/cms/application/cms.php:755
JROOT/libraries/cms/application/cms.php:131
JROOT/libraries/cms/application/site.php:63
JROOT/libraries/cms/application/cms.php:398
JROOT/libraries/joomla/factory.php:125
JROOT/index.php:37
Query Time: 0.68 ms After last query: 0.22 ms Query memory: 0.012 MB Memory before query: 0.897 MB Rows returned: 0
SELECT `session_id`
FROM `hp_session`
WHERE `session_id` = 'bks3k68899o40uophim7hp66f2'
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hp_session | const | PRIMARY | PRIMARY | 602 | const | 1 | Using index |
Status | Duration |
---|
Starting | 0.1 ms |
checking permissions | 0.1 ms |
Opening tables | 0.0 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init | 0.0 ms |
Optimizing | 0.0 ms |
Statistics | 0.1 ms |
Preparing | 0.0 ms |
Executing | 0.0 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
Commit | 0.0 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.0 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.1 ms |
Reset for next command | 0.0 ms |
JROOT/libraries/cms/application/cms.php:175
JROOT/libraries/cms/application/cms.php:764
JROOT/libraries/cms/application/cms.php:131
JROOT/libraries/cms/application/site.php:63
JROOT/libraries/cms/application/cms.php:398
JROOT/libraries/joomla/factory.php:125
JROOT/index.php:37
Query Time: 0.62 ms After last query: 0.31 ms Query memory: 0.009 MB Memory before query: 0.909 MB
INSERT INTO `hp_session`
(`session_id`, `client_id`, `time`)
VALUES
('bks3k68899o40uophim7hp66f2', 0, '1739805153')
EXPLAIN not possible on query: INSERT INTO `hp_session`
(`session_id`, `client_id`, `time`) VALUES
('bks3k68899o40uophim7hp66f2', 0, '1739805153')
Status | Duration |
---|
Starting | 0.1 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init for update | 0.0 ms |
Update | 0.2 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
Commit | 0.1 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.0 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.0 ms |
Reset for next command | 0.0 ms |
JROOT/libraries/cms/application/cms.php:207
JROOT/libraries/cms/application/cms.php:764
JROOT/libraries/cms/application/cms.php:131
JROOT/libraries/cms/application/site.php:63
JROOT/libraries/cms/application/cms.php:398
JROOT/libraries/joomla/factory.php:125
JROOT/index.php:37
Query Time: 11.19 ms After last query: 1.94 ms Query memory: 0.024 MB Memory before query: 0.987 MB Rows returned: 35
SELECT extension_id AS id, element AS "option", params, enabled
FROM hp_extensions
WHERE `type` = 'component'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hp_extensions | ref | extension | extension | 62 | const | 35 | Using index condition |
Status | Duration |
---|
Starting | 0.1 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init | 0.0 ms |
Optimizing | 0.0 ms |
Statistics | 0.1 ms |
Preparing | 0.1 ms |
Executing | 0.0 ms |
Sending data | 0.2 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
Commit | 0.0 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.0 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.0 ms |
Reset for next command | 0.0 ms |
JROOT/libraries/joomla/cache/controller/callback.php:154
JROOT/libraries/cms/component/helper.php:423
JROOT/libraries/cms/component/helper.php:43
JROOT/libraries/cms/component/helper.php:119
JROOT/libraries/cms/application/site.php:568
JROOT/libraries/cms/application/site.php:209
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 2.67 ms After last query: 1.56 ms Query memory: 0.014 MB Memory before query: 1.060 MB Rows returned: 1
SELECT b.id
FROM hp_usergroups AS a
LEFT JOIN hp_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | b | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 1 | Using where; Using index |
Status | Duration |
---|
Starting | 0.1 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init | 0.0 ms |
Optimizing | 0.0 ms |
Statistics | 0.1 ms |
Preparing | 0.0 ms |
Unlocking tables | 0.0 ms |
Preparing | 0.5 ms |
Executing | 0.3 ms |
Sending data | 0.1 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
Commit | 0.3 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.0 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.0 ms |
Reset for next command | 0.3 ms |
JROOT/libraries/joomla/access/access.php:332
JROOT/libraries/joomla/access/access.php:401
JROOT/libraries/joomla/user/user.php:453
JROOT/libraries/cms/plugin/helper.php:296
JROOT/libraries/cms/plugin/helper.php:163
JROOT/libraries/cms/application/site.php:573
JROOT/libraries/cms/application/site.php:209
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 2.95 ms After last query: 1.33 ms Query memory: 0.013 MB Memory before query: 1.080 MB Rows returned: 4
SELECT id, rules
FROM `hp_viewlevels`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hp_viewlevels | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 4 | |
Status | Duration |
---|
Starting | 0.4 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.3 ms |
init | 0.0 ms |
Optimizing | 0.0 ms |
Statistics | 0.4 ms |
Preparing | 0.0 ms |
Executing | 0.0 ms |
Sending data | 0.5 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
Commit | 0.0 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.3 ms |
closing tables | 0.0 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.0 ms |
Reset for next command | 0.3 ms |
JROOT/libraries/joomla/access/access.php:418
JROOT/libraries/joomla/user/user.php:453
JROOT/libraries/cms/plugin/helper.php:296
JROOT/libraries/cms/plugin/helper.php:163
JROOT/libraries/cms/application/site.php:573
JROOT/libraries/cms/application/site.php:209
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 1.50 ms After last query: 0.79 ms Query memory: 0.013 MB Memory before query: 1.099 MB Rows returned: 57
SELECT folder AS type, element AS name, params
FROM hp_extensions
WHERE enabled = 1
AND type ='plugin'
AND state IN (0,1)
AND access IN (1,1)
ORDER BY ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hp_extensions | ALL | extension | NO INDEX KEY COULD BE USED | NULL | NULL | 203 | Using where; Using filesort |
Status | Duration |
---|
Starting | 0.1 ms |
checking permissions | 0.1 ms |
Opening tables | 0.0 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init | 0.0 ms |
Optimizing | 0.0 ms |
Statistics | 0.1 ms |
Preparing | 0.0 ms |
Sorting result | 0.0 ms |
Executing | 0.0 ms |
Sending data | 0.0 ms |
Creating sort index | 0.7 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
Commit | 0.0 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.0 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.0 ms |
Reset for next command | 0.0 ms |
JROOT/libraries/cms/plugin/helper.php:310
JROOT/libraries/cms/plugin/helper.php:163
JROOT/libraries/cms/application/site.php:573
JROOT/libraries/cms/application/site.php:209
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 2.64 ms After last query: 4.79 ms Query memory: 0.037 MB Memory before query: 1.246 MB Rows returned: 73
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 hp_menu AS m
LEFT JOIN hp_extensions AS e
ON m.component_id = e.extension_id
WHERE m.published = 1
AND m.parent_id > 0
AND m.client_id = 0
ORDER BY m.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | m | ref | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 1 | const | 134 | Using index condition; Using where; Using filesort |
1 | SIMPLE | e | eq_ref | PRIMARY | PRIMARY | 4 | bvtvhpc1_hp.m.component_id | 1 | Using where |
Status | Duration |
---|
Starting | 0.2 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init | 0.0 ms |
Optimizing | 0.0 ms |
Statistics | 0.2 ms |
Preparing | 0.1 ms |
Sorting result | 0.0 ms |
Executing | 0.0 ms |
Sending data | 0.0 ms |
Creating sort index | 1.6 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
Commit | 0.0 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.0 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.0 ms |
Reset for next command | 0.0 ms |
JROOT/libraries/cms/menu/site.php:45
JROOT/libraries/cms/menu/menu.php:64
JROOT/libraries/cms/menu/menu.php:118
JROOT/libraries/cms/application/cms.php:423
JROOT/libraries/cms/application/site.php:272
JROOT/libraries/cms/router/site.php:57
JROOT/libraries/cms/router/router.php:196
JROOT/libraries/cms/application/cms.php:519
JROOT/libraries/cms/application/site.php:407
JROOT/plugins/system/languagefilter/languagefilter.php:58
JROOT/libraries/cms/plugin/helper.php:255
JROOT/libraries/cms/plugin/helper.php:170
JROOT/libraries/cms/application/site.php:573
JROOT/libraries/cms/application/site.php:209
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 1.08 ms After last query: 13.30 ms Query memory: 0.016 MB Memory before query: 2.250 MB Rows returned: 2
SELECT *
FROM hp_languages
WHERE published=1
ORDER BY ordering ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hp_languages | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | Using where; Using filesort |
Status | Duration |
---|
Starting | 0.1 ms |
checking permissions | 0.1 ms |
Opening tables | 0.1 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init | 0.0 ms |
Optimizing | 0.0 ms |
Statistics | 0.0 ms |
Preparing | 0.0 ms |
Sorting result | 0.0 ms |
Executing | 0.0 ms |
Sending data | 0.0 ms |
Creating sort index | 0.2 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
Commit | 0.0 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.0 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.0 ms |
Reset for next command | 0.0 ms |
JROOT/libraries/joomla/language/helper.php:164
JROOT/plugins/system/languagefilter/languagefilter.php:60
JROOT/libraries/cms/plugin/helper.php:255
JROOT/libraries/cms/plugin/helper.php:170
JROOT/libraries/cms/application/site.php:573
JROOT/libraries/cms/application/site.php:209
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 2.73 ms After last query: 54.89 ms Query memory: 0.017 MB Memory before query: 3.163 MB Rows returned: 1
SELECT id
FROM hp_k2_items
WHERE alias = 'ngay-hoi-ra-mat-thuoc-huu-co-sinh-hoc-amtech-100ew'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hp_k2_items | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 238 | Using where |
Status | Duration |
---|
Starting | 0.1 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init | 0.2 ms |
Optimizing | 0.0 ms |
Statistics | 0.0 ms |
Preparing | 0.0 ms |
Executing | 0.0 ms |
Sending data | 1.8 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
Commit | 0.0 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.0 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.2 ms |
Reset for next command | 0.0 ms |
JROOT/components/com_k2/router.php:503
JROOT/components/com_k2/router.php:353
JROOT/libraries/cms/component/router/legacy.php:104
JROOT/libraries/cms/router/site.php:395
JROOT/libraries/cms/router/router.php:479
JROOT/libraries/cms/router/router.php:234
JROOT/libraries/cms/router/site.php:118
JROOT/libraries/cms/application/cms.php:1088
JROOT/libraries/cms/application/site.php:747
JROOT/libraries/cms/application/site.php:215
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 0.84 ms After last query: 0.87 ms Query memory: 0.024 MB Memory before query: 3.196 MB Rows returned: 1
SELECT extension_id AS id, element AS "option", params, enabled
FROM hp_extensions
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hp_extensions | ref | element_clientid,element_folder_clientid,extension | extension | 364 | const,const | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.1 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init | 0.0 ms |
Optimizing | 0.0 ms |
Statistics | 0.3 ms |
Preparing | 0.0 ms |
Executing | 0.0 ms |
Sending data | 0.1 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
Commit | 0.0 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.0 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.0 ms |
Reset for next command | 0.0 ms |
JROOT/libraries/joomla/cache/controller/callback.php:154
JROOT/libraries/cms/library/helper.php:156
JROOT/libraries/cms/library/helper.php:47
JROOT/libraries/cms/library/helper.php:90
JROOT/libraries/cms/version/version.php:177
JROOT/libraries/joomla/factory.php:736
JROOT/libraries/joomla/factory.php:216
JROOT/plugins/system/k2/k2.php:389
JROOT/libraries/joomla/event/event.php:69
JROOT/libraries/joomla/event/dispatcher.php:160
JROOT/libraries/joomla/application/base.php:83
JROOT/libraries/cms/application/cms.php:1097
JROOT/libraries/cms/application/site.php:747
JROOT/libraries/cms/application/site.php:215
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 0.96 ms After last query: 0.62 ms Query memory: 0.018 MB Memory before query: 3.204 MB
UPDATE `hp_extensions`
SET `params` = '{\"mediaversion\":\"1d8269ffb58948adbb57304a58ece569\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN not possible on query: UPDATE `hp_extensions`
SET `params` = '{\"mediaversion\":\"1d8269ffb58948adbb57304a58ece569\"}'
WHERE `type` = 'library' AND `element` = 'joomla'
Status | Duration |
---|
Starting | 0.1 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init for update | 0.1 ms |
Updating | 0.1 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
Commit | 0.1 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.1 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.0 ms |
Reset for next command | 0.0 ms |
JROOT/libraries/cms/library/helper.php:119
JROOT/libraries/cms/version/version.php:228
JROOT/libraries/cms/version/version.php:187
JROOT/libraries/joomla/factory.php:736
JROOT/libraries/joomla/factory.php:216
JROOT/plugins/system/k2/k2.php:389
JROOT/libraries/joomla/event/event.php:69
JROOT/libraries/joomla/event/dispatcher.php:160
JROOT/libraries/joomla/application/base.php:83
JROOT/libraries/cms/application/cms.php:1097
JROOT/libraries/cms/application/site.php:747
JROOT/libraries/cms/application/site.php:215
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 1.21 ms After last query: 7.74 ms Query memory: 0.027 MB Memory before query: 3.398 MB Rows returned: 4
SELECT id, home, template, s.params
FROM hp_template_styles as s
LEFT JOIN hp_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
WHERE s.client_id = 0
AND e.enabled = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid,extension | extension | 62 | const | 5 | Using index condition; Using where |
1 | SIMPLE | s | ALL | idx_template | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | Using where; Using join buffer (flat, BNL join) |
Status | Duration |
---|
Starting | 0.1 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init | 0.0 ms |
Optimizing | 0.0 ms |
Statistics | 0.1 ms |
Preparing | 0.2 ms |
Executing | 0.0 ms |
Sending data | 0.1 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
Commit | 0.0 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.0 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.0 ms |
Reset for next command | 0.0 ms |
JROOT/libraries/cms/application/site.php:484
JROOT/libraries/cms/html/html.php:334
JROOT/libraries/cms/html/html.php:680
JROOT/libraries/cms/html/html.php:236
JROOT/libraries/cms/html/html.php:138
JROOT/libraries/cms/html/jquery.php:53
JROOT/libraries/cms/html/html.php:236
JROOT/libraries/cms/html/html.php:138
JROOT/administrator/components/com_k2/helpers/html.php:240
JROOT/plugins/system/k2/k2.php:405
JROOT/libraries/joomla/event/event.php:69
JROOT/libraries/joomla/event/dispatcher.php:160
JROOT/libraries/joomla/application/base.php:83
JROOT/libraries/cms/application/cms.php:1097
JROOT/libraries/cms/application/site.php:747
JROOT/libraries/cms/application/site.php:215
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 1.10 ms After last query: 29.98 ms Query memory: 0.015 MB Memory before query: 3.960 MB Rows returned: 1
SELECT a.rules
FROM hp_assets AS a
WHERE (a.id = 1)
GROUP BY a.id, a.rules, a.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.1 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init | 0.0 ms |
Optimizing | 0.1 ms |
Statistics | 0.1 ms |
Preparing | 0.0 ms |
Unlocking tables | 0.0 ms |
Preparing | 0.0 ms |
Executing | 0.0 ms |
Sending data | 0.0 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
Commit | 0.0 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.0 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.1 ms |
Reset for next command | 0.0 ms |
JROOT/libraries/joomla/access/access.php:246
JROOT/libraries/joomla/user/user.php:384
JROOT/components/com_k2/k2.php:16
JROOT/libraries/cms/component/helper.php:380
JROOT/libraries/cms/component/helper.php:360
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:230
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 2.62 ms After last query: 1.10 ms Query memory: 0.016 MB Memory before query: 3.984 MB Rows returned: 2
SELECT b.rules
FROM hp_assets AS a
LEFT JOIN hp_assets AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE (a.name = 'com_k2')
GROUP BY b.id, b.rules, b.lft
ORDER BY b.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | idx_asset_name | idx_asset_name | 152 | const | 1 | Using temporary; Using filesort |
1 | SIMPLE | b | ALL | idx_lft_rgt | NO INDEX KEY COULD BE USED | NULL | NULL | 156 | Using where |
Status | Duration |
---|
Starting | 0.2 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init | 0.0 ms |
Optimizing | 0.0 ms |
Statistics | 0.1 ms |
Preparing | 0.0 ms |
Unlocking tables | 0.0 ms |
Preparing | 0.0 ms |
Creating tmp table | 0.2 ms |
Sorting result | 0.0 ms |
Executing | 0.0 ms |
Sending data | 1.1 ms |
Creating sort index | 0.1 ms |
Removing tmp table | 0.4 ms |
Creating sort index | 0.0 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
Commit | 0.0 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.0 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.0 ms |
Reset for next command | 0.0 ms |
JROOT/libraries/joomla/access/access.php:246
JROOT/libraries/joomla/access/access.php:107
JROOT/libraries/joomla/user/user.php:393
JROOT/components/com_k2/k2.php:16
JROOT/libraries/cms/component/helper.php:380
JROOT/libraries/cms/component/helper.php:360
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:230
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 1.03 ms After last query: 7.32 ms Query memory: 0.020 MB Memory before query: 4.226 MB Rows returned: 38
SELECT id
FROM hp_k2_categories
WHERE published=1
AND trash=0
AND access IN(1,1)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hp_k2_categories | range | access,category,published,trash | category | 8 | NULL | 38 | Using where; Using index |
Status | Duration |
---|
Starting | 0.2 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init | 0.0 ms |
Optimizing | 0.0 ms |
Statistics | 0.1 ms |
Preparing | 0.1 ms |
Executing | 0.1 ms |
Sending data | 0.1 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
Commit | 0.0 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.0 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.0 ms |
Reset for next command | 0.0 ms |
JROOT/components/com_k2/helpers/permissions.php:225
JROOT/components/com_k2/views/item/view.html.php:35
JROOT/libraries/legacy/controller/legacy.php:690
JROOT/components/com_k2/controllers/controller.php:19
JROOT/components/com_k2/controllers/item.php:78
JROOT/libraries/legacy/controller/legacy.php:728
JROOT/components/com_k2/k2.php:64
JROOT/libraries/cms/component/helper.php:380
JROOT/libraries/cms/component/helper.php:360
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:230
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 0.91 ms After last query: 0.45 ms Query memory: 0.027 MB Memory before query: 4.245 MB Rows returned: 1
SELECT *
FROM hp_k2_items
WHERE id=152
AND language IN ('vi-VN', '*')
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hp_k2_items | const | PRIMARY,language | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.1 ms |
checking permissions | 0.0 ms |
Opening tables | 0.1 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init | 0.1 ms |
Optimizing | 0.0 ms |
Statistics | 0.1 ms |
Preparing | 0.0 ms |
Unlocking tables | 0.0 ms |
Preparing | 0.0 ms |
Executing | 0.0 ms |
Sending data | 0.0 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
Commit | 0.0 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.1 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.0 ms |
Reset for next command | 0.0 ms |
JROOT/components/com_k2/models/item.php:33
JROOT/components/com_k2/views/item/view.html.php:42
JROOT/libraries/legacy/controller/legacy.php:690
JROOT/components/com_k2/controllers/controller.php:19
JROOT/components/com_k2/controllers/item.php:78
JROOT/libraries/legacy/controller/legacy.php:728
JROOT/components/com_k2/k2.php:64
JROOT/libraries/cms/component/helper.php:380
JROOT/libraries/cms/component/helper.php:360
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:230
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 2.10 ms After last query: 1.38 ms Query memory: 0.028 MB Memory before query: 4.351 MB Rows returned: 14
SHOW FULL COLUMNS
FROM `hp_k2_categories`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `hp_k2_categories`
Status | Duration |
---|
Starting | 0.0 ms |
checking permissions | 0.0 ms |
closing tables | 0.0 ms |
Opening tables | 0.9 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init | 0.0 ms |
Optimizing | 0.0 ms |
Statistics | 0.0 ms |
Preparing | 0.0 ms |
Executing | 0.0 ms |
Filling schema table | 0.0 ms |
Opening tables | 0.0 ms |
After opening tables | 0.0 ms |
checking permissions | 0.1 ms |
closing tables | 0.2 ms |
Executing | 0.0 ms |
Sending data | 0.1 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
Commit | 0.0 ms |
closing tables | 0.0 ms |
Removing tmp table | 0.2 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.1 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.0 ms |
Reset for next command | 0.0 ms |
JROOT/libraries/joomla/table/table.php:241
JROOT/libraries/joomla/table/table.php:162
JROOT/administrator/components/com_k2/tables/k2category.php:34
JROOT/libraries/joomla/table/table.php:305
JROOT/components/com_k2/models/item.php:64
JROOT/components/com_k2/views/item/view.html.php:81
JROOT/libraries/legacy/controller/legacy.php:690
JROOT/components/com_k2/controllers/controller.php:19
JROOT/components/com_k2/controllers/item.php:78
JROOT/libraries/legacy/controller/legacy.php:728
JROOT/components/com_k2/k2.php:64
JROOT/libraries/cms/component/helper.php:380
JROOT/libraries/cms/component/helper.php:360
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:230
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 0.65 ms After last query: 1.45 ms Query memory: 0.023 MB Memory before query: 4.409 MB Rows returned: 1
SELECT *
FROM hp_k2_categories
WHERE id = '6'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hp_k2_categories | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.0 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init | 0.0 ms |
Optimizing | 0.0 ms |
Statistics | 0.1 ms |
Preparing | 0.0 ms |
Unlocking tables | 0.0 ms |
Preparing | 0.0 ms |
Executing | 0.0 ms |
Sending data | 0.0 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
Commit | 0.0 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.1 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.0 ms |
Reset for next command | 0.0 ms |
JROOT/administrator/components/com_k2/tables/k2category.php:61
JROOT/components/com_k2/models/item.php:65
JROOT/components/com_k2/views/item/view.html.php:81
JROOT/libraries/legacy/controller/legacy.php:690
JROOT/components/com_k2/controllers/controller.php:19
JROOT/components/com_k2/controllers/item.php:78
JROOT/libraries/legacy/controller/legacy.php:728
JROOT/components/com_k2/k2.php:64
JROOT/libraries/cms/component/helper.php:380
JROOT/libraries/cms/component/helper.php:360
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:230
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 1.42 ms After last query: 4.98 ms Query memory: 0.021 MB Memory before query: 4.536 MB Rows returned: 0
SELECT tag.*
FROM hp_k2_tags AS tag
JOIN hp_k2_tags_xref AS xref
ON tag.id = xref.tagID
WHERE tag.published = 1
AND xref.itemID = 152
ORDER BY xref.id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | tag | ref | PRIMARY,published | published | 2 | const | 1 | Using temporary; Using filesort |
1 | SIMPLE | xref | ref | tagID,itemID | itemID | 4 | const | 1 | Using where |
Status | Duration |
---|
Starting | 0.1 ms |
checking permissions | 0.0 ms |
Opening tables | 0.3 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init | 0.0 ms |
Optimizing | 0.0 ms |
Statistics | 0.3 ms |
Preparing | 0.0 ms |
Creating tmp table | 0.1 ms |
Sorting result | 0.0 ms |
Executing | 0.0 ms |
Sending data | 0.1 ms |
Creating sort index | 0.0 ms |
Removing tmp table | 0.0 ms |
Creating sort index | 0.0 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
Commit | 0.0 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.0 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.1 ms |
Updating status | 0.0 ms |
Reset for next command | 0.0 ms |
JROOT/components/com_k2/models/item.php:1194
JROOT/components/com_k2/models/item.php:104
JROOT/components/com_k2/views/item/view.html.php:81
JROOT/libraries/legacy/controller/legacy.php:690
JROOT/components/com_k2/controllers/controller.php:19
JROOT/components/com_k2/controllers/item.php:78
JROOT/libraries/legacy/controller/legacy.php:728
JROOT/components/com_k2/k2.php:64
JROOT/libraries/cms/component/helper.php:380
JROOT/libraries/cms/component/helper.php:360
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:230
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 0.88 ms After last query: 0.53 ms Query memory: 0.022 MB Memory before query: 4.559 MB Rows returned: 0
SELECT *
FROM hp_k2_attachments
WHERE itemID=152
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hp_k2_attachments | ref | itemID | itemID | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.0 ms |
checking permissions | 0.0 ms |
Opening tables | 0.1 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init | 0.2 ms |
Optimizing | 0.0 ms |
Statistics | 0.1 ms |
Preparing | 0.0 ms |
Executing | 0.0 ms |
Sending data | 0.0 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
Commit | 0.0 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.0 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.0 ms |
Reset for next command | 0.0 ms |
JROOT/components/com_k2/models/item.php:1421
JROOT/components/com_k2/models/item.php:156
JROOT/components/com_k2/views/item/view.html.php:81
JROOT/libraries/legacy/controller/legacy.php:690
JROOT/components/com_k2/controllers/controller.php:19
JROOT/components/com_k2/controllers/item.php:78
JROOT/libraries/legacy/controller/legacy.php:728
JROOT/components/com_k2/k2.php:64
JROOT/libraries/cms/component/helper.php:380
JROOT/libraries/cms/component/helper.php:360
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:230
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 0.59 ms After last query: 0.16 ms Query memory: 0.022 MB Memory before query: 4.579 MB Rows returned: 1
SELECT *
FROM hp_k2_rating
WHERE itemID = 152
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hp_k2_rating | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.0 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init | 0.0 ms |
Optimizing | 0.0 ms |
Statistics | 0.2 ms |
Preparing | 0.0 ms |
Unlocking tables | 0.0 ms |
Preparing | 0.0 ms |
Executing | 0.0 ms |
Sending data | 0.0 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
Commit | 0.0 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.0 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.0 ms |
Reset for next command | 0.0 ms |
JROOT/components/com_k2/models/item.php:891
JROOT/components/com_k2/models/item.php:935
JROOT/components/com_k2/models/item.php:161
JROOT/components/com_k2/views/item/view.html.php:81
JROOT/libraries/legacy/controller/legacy.php:690
JROOT/components/com_k2/controllers/controller.php:19
JROOT/components/com_k2/controllers/item.php:78
JROOT/libraries/legacy/controller/legacy.php:728
JROOT/components/com_k2/k2.php:64
JROOT/libraries/cms/component/helper.php:380
JROOT/libraries/cms/component/helper.php:360
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:230
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 2.05 ms After last query: 1.07 ms Query memory: 0.034 MB Memory before query: 4.630 MB Rows returned: 16
SHOW FULL COLUMNS
FROM `hp_users`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `hp_users`
Status | Duration |
---|
Starting | 0.2 ms |
checking permissions | 0.0 ms |
closing tables | 0.0 ms |
Opening tables | 0.7 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init | 0.0 ms |
Optimizing | 0.0 ms |
Statistics | 0.0 ms |
Preparing | 0.0 ms |
Executing | 0.1 ms |
Filling schema table | 0.0 ms |
Opening tables | 0.0 ms |
After opening tables | 0.0 ms |
checking permissions | 0.2 ms |
closing tables | 0.0 ms |
Executing | 0.0 ms |
Sending data | 0.1 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
Commit | 0.0 ms |
closing tables | 0.1 ms |
Removing tmp table | 0.2 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.0 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.0 ms |
Reset for next command | 0.0 ms |
JROOT/libraries/joomla/table/table.php:241
JROOT/libraries/joomla/table/table.php:162
JROOT/libraries/joomla/table/user.php:38
JROOT/libraries/joomla/table/table.php:305
JROOT/libraries/joomla/user/user.php:582
JROOT/libraries/joomla/user/user.php:866
JROOT/libraries/joomla/user/user.php:242
JROOT/libraries/joomla/user/user.php:295
JROOT/libraries/joomla/factory.php:248
JROOT/components/com_k2/models/item.php:203
JROOT/components/com_k2/views/item/view.html.php:81
JROOT/libraries/legacy/controller/legacy.php:690
JROOT/components/com_k2/controllers/controller.php:19
JROOT/components/com_k2/controllers/item.php:78
JROOT/libraries/legacy/controller/legacy.php:728
JROOT/components/com_k2/k2.php:64
JROOT/libraries/cms/component/helper.php:380
JROOT/libraries/cms/component/helper.php:360
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:230
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 0.61 ms After last query: 0.65 ms Query memory: 0.028 MB Memory before query: 4.697 MB Rows returned: 1
SELECT *
FROM `hp_users`
WHERE `id` = 165
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hp_users | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.0 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init | 0.0 ms |
Optimizing | 0.0 ms |
Statistics | 0.1 ms |
Preparing | 0.1 ms |
Unlocking tables | 0.0 ms |
Preparing | 0.0 ms |
Executing | 0.0 ms |
Sending data | 0.0 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
Commit | 0.0 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.0 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.0 ms |
Reset for next command | 0.0 ms |
JROOT/libraries/joomla/table/user.php:84
JROOT/libraries/joomla/user/user.php:869
JROOT/libraries/joomla/user/user.php:242
JROOT/libraries/joomla/user/user.php:295
JROOT/libraries/joomla/factory.php:248
JROOT/components/com_k2/models/item.php:203
JROOT/components/com_k2/views/item/view.html.php:81
JROOT/libraries/legacy/controller/legacy.php:690
JROOT/components/com_k2/controllers/controller.php:19
JROOT/components/com_k2/controllers/item.php:78
JROOT/libraries/legacy/controller/legacy.php:728
JROOT/components/com_k2/k2.php:64
JROOT/libraries/cms/component/helper.php:380
JROOT/libraries/cms/component/helper.php:360
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:230
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 0.84 ms After last query: 3.26 ms Query memory: 0.025 MB Memory before query: 5.457 MB Rows returned: 1
SELECT `g`.`id`,`g`.`title`
FROM `hp_usergroups` AS g
INNER JOIN `hp_user_usergroup_map` AS m
ON m.group_id = g.id
WHERE `m`.`user_id` = 165
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | m | ref | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | bvtvhpc1_hp.m.group_id | 1 | |
Status | Duration |
---|
Starting | 0.1 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init | 0.0 ms |
Optimizing | 0.0 ms |
Statistics | 0.1 ms |
Preparing | 0.0 ms |
Executing | 0.0 ms |
Sending data | 0.1 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
Commit | 0.0 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.0 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.0 ms |
Reset for next command | 0.0 ms |
JROOT/libraries/joomla/table/user.php:109
JROOT/libraries/joomla/user/user.php:869
JROOT/libraries/joomla/user/user.php:242
JROOT/libraries/joomla/user/user.php:295
JROOT/libraries/joomla/factory.php:248
JROOT/components/com_k2/models/item.php:203
JROOT/components/com_k2/views/item/view.html.php:81
JROOT/libraries/legacy/controller/legacy.php:690
JROOT/components/com_k2/controllers/controller.php:19
JROOT/components/com_k2/controllers/item.php:78
JROOT/libraries/legacy/controller/legacy.php:728
JROOT/components/com_k2/k2.php:64
JROOT/libraries/cms/component/helper.php:380
JROOT/libraries/cms/component/helper.php:360
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:230
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 0.65 ms After last query: 1.90 ms Query memory: 0.022 MB Memory before query: 5.482 MB Rows returned: 0
SELECT id, gender, description, image, url, `
group`, plugins
FROM hp_k2_users
WHERE userID=165
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hp_k2_users | ref | userID | userID | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.1 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init | 0.0 ms |
Optimizing | 0.0 ms |
Statistics | 0.1 ms |
Preparing | 0.0 ms |
Executing | 0.0 ms |
Sending data | 0.1 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
Commit | 0.0 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.0 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.0 ms |
Reset for next command | 0.0 ms |
JROOT/components/com_k2/models/item.php:1671
JROOT/components/com_k2/models/item.php:206
JROOT/components/com_k2/views/item/view.html.php:81
JROOT/libraries/legacy/controller/legacy.php:690
JROOT/components/com_k2/controllers/controller.php:19
JROOT/components/com_k2/controllers/item.php:78
JROOT/libraries/legacy/controller/legacy.php:728
JROOT/components/com_k2/k2.php:64
JROOT/libraries/cms/component/helper.php:380
JROOT/libraries/cms/component/helper.php:360
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:230
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 0.71 ms After last query: 0.76 ms Query memory: 0.023 MB Memory before query: 5.503 MB Rows returned: 0
SELECT id, gender, description, image, url, `
group`, plugins
FROM hp_k2_users
WHERE userID=165
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hp_k2_users | ref | userID | userID | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.1 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init | 0.0 ms |
Optimizing | 0.0 ms |
Statistics | 0.0 ms |
Preparing | 0.0 ms |
Executing | 0.0 ms |
Sending data | 0.0 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
Commit | 0.0 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.0 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.1 ms |
Reset for next command | 0.0 ms |
JROOT/components/com_k2/models/item.php:1671
JROOT/components/com_k2/helpers/utilities.php:45
JROOT/components/com_k2/models/item.php:207
JROOT/components/com_k2/views/item/view.html.php:81
JROOT/libraries/legacy/controller/legacy.php:690
JROOT/components/com_k2/controllers/controller.php:19
JROOT/components/com_k2/controllers/item.php:78
JROOT/libraries/legacy/controller/legacy.php:728
JROOT/components/com_k2/k2.php:64
JROOT/libraries/cms/component/helper.php:380
JROOT/libraries/cms/component/helper.php:360
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:230
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 0.79 ms After last query: 0.17 ms Query memory: 0.020 MB Memory before query: 5.524 MB Rows returned: 1
SELECT COUNT(*)
FROM hp_k2_comments
WHERE itemID=152
AND published=1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hp_k2_comments | ref | countComments,itemID,latestComments,published | countComments | 8 | const,const | 1 | Using index |
Status | Duration |
---|
Starting | 0.1 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init | 0.0 ms |
Optimizing | 0.0 ms |
Statistics | 0.1 ms |
Preparing | 0.0 ms |
Executing | 0.0 ms |
Sending data | 0.0 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
Commit | 0.0 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.0 ms |
Starting cleanup | 0.1 ms |
Freeing items | 0.0 ms |
Updating status | 0.0 ms |
Reset for next command | 0.0 ms |
JROOT/components/com_k2/models/item.php:1460
JROOT/components/com_k2/models/item.php:222
JROOT/components/com_k2/views/item/view.html.php:81
JROOT/libraries/legacy/controller/legacy.php:690
JROOT/components/com_k2/controllers/controller.php:19
JROOT/components/com_k2/controllers/item.php:78
JROOT/libraries/legacy/controller/legacy.php:728
JROOT/components/com_k2/k2.php:64
JROOT/libraries/cms/component/helper.php:380
JROOT/libraries/cms/component/helper.php:360
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:230
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 2.79 ms After last query: 39.53 ms Query memory: 0.039 MB Memory before query: 5.786 MB Rows returned: 15
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM hp_modules AS m
LEFT JOIN hp_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN hp_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
WHERE m.published = 1
AND e.enabled = 1
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2025-02-17 15:12:33')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2025-02-17 15:12:33')
AND m.access IN (1,1)
AND m.client_id = 0
AND (mm.menuid = 1881 OR mm.menuid <= 0)
AND m.language IN ('vi-VN','*')
ORDER BY m.position, m.ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | m | ref | PRIMARY,published,newsfeeds,idx_language | published | 1 | const | 35 | Using index condition; Using where; Using filesort |
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 303 | bvtvhpc1_hp.m.module,const | 1 | Using index condition; Using where |
1 | SIMPLE | mm | ref | PRIMARY | PRIMARY | 4 | bvtvhpc1_hp.m.id | 2 | Using where; Using index |
Status | Duration |
---|
Starting | 0.3 ms |
checking permissions | 0.0 ms |
Opening tables | 0.1 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init | 0.2 ms |
Optimizing | 0.1 ms |
Statistics | 0.3 ms |
Preparing | 0.1 ms |
Sorting result | 0.0 ms |
Executing | 0.0 ms |
Sending data | 0.0 ms |
Creating sort index | 1.1 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
Commit | 0.0 ms |
closing tables | 0.1 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.0 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.0 ms |
Reset for next command | 0.0 ms |
JROOT/libraries/cms/module/helper.php:376
JROOT/libraries/cms/module/helper.php:84
JROOT/plugins/content/loadmodule/loadmodule.php:137
JROOT/plugins/content/loadmodule/loadmodule.php:78
JROOT/libraries/joomla/event/event.php:69
JROOT/libraries/joomla/event/dispatcher.php:160
JROOT/components/com_k2/models/item.php:655
JROOT/components/com_k2/views/item/view.html.php:85
JROOT/libraries/legacy/controller/legacy.php:690
JROOT/components/com_k2/controllers/controller.php:19
JROOT/components/com_k2/controllers/item.php:78
JROOT/libraries/legacy/controller/legacy.php:728
JROOT/components/com_k2/k2.php:64
JROOT/libraries/cms/component/helper.php:380
JROOT/libraries/cms/component/helper.php:360
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:230
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 2.86 ms After last query: 200.53 ms Query memory: 0.030 MB Memory before query: 6.298 MB Rows returned: 36
SHOW FULL COLUMNS
FROM `hp_k2_items`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `hp_k2_items`
Status | Duration |
---|
Starting | 0.1 ms |
checking permissions | 0.0 ms |
closing tables | 0.0 ms |
Opening tables | 1.0 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init | 0.0 ms |
Optimizing | 0.0 ms |
Statistics | 0.0 ms |
Preparing | 0.0 ms |
Executing | 0.2 ms |
Filling schema table | 0.0 ms |
Opening tables | 0.0 ms |
After opening tables | 0.0 ms |
checking permissions | 0.3 ms |
closing tables | 0.0 ms |
Executing | 0.0 ms |
Sending data | 0.3 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
Commit | 0.0 ms |
closing tables | 0.0 ms |
Removing tmp table | 0.3 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.0 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.0 ms |
Reset for next command | 0.0 ms |
JROOT/libraries/joomla/table/table.php:241
JROOT/libraries/joomla/table/table.php:162
JROOT/administrator/components/com_k2/tables/k2item.php:56
JROOT/libraries/joomla/table/table.php:305
JROOT/components/com_k2/models/item.php:816
JROOT/components/com_k2/views/item/view.html.php:144
JROOT/libraries/legacy/controller/legacy.php:690
JROOT/components/com_k2/controllers/controller.php:19
JROOT/components/com_k2/controllers/item.php:78
JROOT/libraries/legacy/controller/legacy.php:728
JROOT/components/com_k2/k2.php:64
JROOT/libraries/cms/component/helper.php:380
JROOT/libraries/cms/component/helper.php:360
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:230
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 1.07 ms After last query: 0.77 ms Query memory: 0.017 MB Memory before query: 6.394 MB
UPDATE hp_k2_items
SET `hits` = (`hits` + 1)
WHERE `id` = '152'
EXPLAIN not possible on query: UPDATE hp_k2_items
SET `hits` = (`hits` + 1)
WHERE `id` = '152'
Status | Duration |
---|
Starting | 0.1 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init for update | 0.1 ms |
Updating | 0.3 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
Commit | 0.1 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.0 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.0 ms |
Reset for next command | 0.0 ms |
JROOT/libraries/joomla/table/table.php:1239
JROOT/components/com_k2/models/item.php:817
JROOT/components/com_k2/views/item/view.html.php:144
JROOT/libraries/legacy/controller/legacy.php:690
JROOT/components/com_k2/controllers/controller.php:19
JROOT/components/com_k2/controllers/item.php:78
JROOT/libraries/legacy/controller/legacy.php:728
JROOT/components/com_k2/k2.php:64
JROOT/libraries/cms/component/helper.php:380
JROOT/libraries/cms/component/helper.php:360
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:230
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 1.07 ms After last query: 0.59 ms Query memory: 0.021 MB Memory before query: 6.412 MB Rows returned: 0
SELECT *
FROM hp_k2_comments
WHERE itemID=152
AND published=1
ORDER BY commentDate DESC
LIMIT 0, 10
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hp_k2_comments | ref|filter | countComments,itemID,latestComments,published | latestComments|itemID | 4|4 | const | 1 (0%) | Using where; Using rowid filter |
Status | Duration |
---|
Starting | 0.1 ms |
checking permissions | 0.1 ms |
Opening tables | 0.0 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init | 0.0 ms |
Optimizing | 0.0 ms |
Statistics | 0.1 ms |
Preparing | 0.0 ms |
Sorting result | 0.0 ms |
Executing | 0.0 ms |
Sending data | 0.2 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
Commit | 0.0 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.0 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.0 ms |
Reset for next command | 0.0 ms |
JROOT/components/com_k2/models/item.php:1442
JROOT/components/com_k2/views/item/view.html.php:239
JROOT/libraries/legacy/controller/legacy.php:690
JROOT/components/com_k2/controllers/controller.php:19
JROOT/components/com_k2/controllers/item.php:78
JROOT/libraries/legacy/controller/legacy.php:728
JROOT/components/com_k2/k2.php:64
JROOT/libraries/cms/component/helper.php:380
JROOT/libraries/cms/component/helper.php:360
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:230
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 5.62 ms After last query: 1.07 ms Query memory: 0.028 MB Memory before query: 6.446 MB Rows returned: 5
SELECT i.*, c.alias AS categoryalias
FROM hp_k2_items AS i
LEFT JOIN hp_k2_categories c
ON c.id = i.catid
WHERE i.id != 152
AND i.published = 1
AND (i.publish_up = '0000-00-00 00:00:00' OR i.publish_up <= '2025-02-17 15:12:33')
AND (i.publish_down = '0000-00-00 00:00:00' OR i.publish_down >= '2025-02-17 15:12:33')
AND i.access IN(1,1)
AND i.language IN('vi-VN', '*')
AND i.trash = 0
AND i.created_by = 165
AND i.created_by_alias=''
AND c.published = 1
AND c.access IN(1,1)
AND c.language IN('vi-VN', '*')
AND c.trash = 0
ORDER BY i.created DESC
LIMIT 0, 5
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | i | index | PRIMARY,access,catid,created_by,item,language,published,publish_down,publish_up,trash | created | 5 | NULL | 17 | Using where |
1 | SIMPLE | c | eq_ref | PRIMARY,access,category,language,published,trash | PRIMARY | 4 | bvtvhpc1_hp.i.catid | 1 | Using where |
Status | Duration |
---|
Starting | 0.1 ms |
checking permissions | 0.0 ms |
Opening tables | 0.1 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init | 0.1 ms |
Optimizing | 0.1 ms |
Statistics | 0.4 ms |
Preparing | 0.2 ms |
Sorting result | 0.0 ms |
Executing | 0.0 ms |
Sending data | 3.9 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
Commit | 0.0 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.0 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.1 ms |
Reset for next command | 0.0 ms |
JROOT/components/com_k2/models/itemlist.php:585
JROOT/components/com_k2/views/item/view.html.php:278
JROOT/libraries/legacy/controller/legacy.php:690
JROOT/components/com_k2/controllers/controller.php:19
JROOT/components/com_k2/controllers/item.php:78
JROOT/libraries/legacy/controller/legacy.php:728
JROOT/components/com_k2/k2.php:64
JROOT/libraries/cms/component/helper.php:380
JROOT/libraries/cms/component/helper.php:360
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:230
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 1.57 ms After last query: 3.62 ms Query memory: 0.023 MB Memory before query: 6.543 MB Rows returned: 38
SELECT id, name, parent
FROM hp_k2_categories
WHERE published=1
AND trash=0
AND access IN(1,1)
AND language IN('vi-VN', '*')
ORDER BY parent
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hp_k2_categories | ref | access,category,language,published,trash | category | 2 | const | 38 | Using index condition; Using where; Using filesort |
Status | Duration |
---|
Starting | 0.1 ms |
checking permissions | 0.1 ms |
Opening tables | 0.0 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init | 0.0 ms |
Optimizing | 0.0 ms |
Statistics | 0.1 ms |
Preparing | 0.0 ms |
Sorting result | 0.0 ms |
Executing | 0.0 ms |
Sending data | 0.1 ms |
Creating sort index | 0.5 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
Commit | 0.0 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.0 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.0 ms |
Reset for next command | 0.0 ms |
JROOT/components/com_k2/models/itemlist.php:929
JROOT/components/com_k2/helpers/route.php:252
JROOT/components/com_k2/helpers/route.php:39
JROOT/components/com_k2/views/item/view.html.php:281
JROOT/libraries/legacy/controller/legacy.php:690
JROOT/components/com_k2/controllers/controller.php:19
JROOT/components/com_k2/controllers/item.php:78
JROOT/libraries/legacy/controller/legacy.php:728
JROOT/components/com_k2/k2.php:64
JROOT/libraries/cms/component/helper.php:380
JROOT/libraries/cms/component/helper.php:360
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:230
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 1.50 ms After last query: 4.12 ms Query memory: 0.027 MB Memory before query: 6.600 MB Rows returned: 1
SELECT *
FROM hp_k2_items
WHERE id != 152
AND catid = 6
AND ordering > 4
AND published = 1
AND (publish_up = '0000-00-00 00:00:00' OR publish_up <= '2025-02-17 15:12:33')
AND (publish_down = '0000-00-00 00:00:00' OR publish_down >= '2025-02-17 15:12:33')
AND access IN (1,1)
AND trash = 0
AND language IN ('vi-VN', '*')
ORDER BY ordering ASC
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hp_k2_items | ref | PRIMARY,access,catid,item,language,ordering,published,publish_down,publish_up,trash | catid | 4 | const | 7 | Using index condition; Using where; Using filesort |
Status | Duration |
---|
Starting | 0.1 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init | 0.2 ms |
Optimizing | 0.1 ms |
Statistics | 0.2 ms |
Preparing | 0.1 ms |
Sorting result | 0.0 ms |
Executing | 0.0 ms |
Sending data | 0.0 ms |
Creating sort index | 0.3 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
Commit | 0.0 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.0 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.0 ms |
Reset for next command | 0.0 ms |
JROOT/components/com_k2/models/item.php:1653
JROOT/components/com_k2/views/item/view.html.php:303
JROOT/libraries/legacy/controller/legacy.php:690
JROOT/components/com_k2/controllers/controller.php:19
JROOT/components/com_k2/controllers/item.php:78
JROOT/libraries/legacy/controller/legacy.php:728
JROOT/components/com_k2/k2.php:64
JROOT/libraries/cms/component/helper.php:380
JROOT/libraries/cms/component/helper.php:360
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:230
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 0.86 ms After last query: 1.51 ms Query memory: 0.027 MB Memory before query: 6.639 MB Rows returned: 1
SELECT *
FROM hp_k2_items
WHERE id != 152
AND catid = 6
AND ordering < 4
AND published = 1
AND (publish_up = '0000-00-00 00:00:00' OR publish_up <= '2025-02-17 15:12:33')
AND (publish_down = '0000-00-00 00:00:00' OR publish_down >= '2025-02-17 15:12:33')
AND access IN (1,1)
AND trash = 0
AND language IN ('vi-VN', '*')
ORDER BY ordering DESC
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hp_k2_items | ref | PRIMARY,access,catid,item,language,ordering,published,publish_down,publish_up,trash | catid | 4 | const | 7 | Using index condition; Using where; Using filesort |
Status | Duration |
---|
Starting | 0.1 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init | 0.0 ms |
Optimizing | 0.0 ms |
Statistics | 0.1 ms |
Preparing | 0.1 ms |
Sorting result | 0.0 ms |
Executing | 0.0 ms |
Sending data | 0.0 ms |
Creating sort index | 0.1 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
Commit | 0.0 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.0 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.0 ms |
Reset for next command | 0.0 ms |
JROOT/components/com_k2/models/item.php:1595
JROOT/components/com_k2/views/item/view.html.php:339
JROOT/libraries/legacy/controller/legacy.php:690
JROOT/components/com_k2/controllers/controller.php:19
JROOT/components/com_k2/controllers/item.php:78
JROOT/libraries/legacy/controller/legacy.php:728
JROOT/components/com_k2/k2.php:64
JROOT/libraries/cms/component/helper.php:380
JROOT/libraries/cms/component/helper.php:360
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:230
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 0.52 ms After last query: 30.11 ms Query memory: 0.018 MB Memory before query: 6.803 MB Rows returned: 1
SELECT template_style_id
FROM hp_menu
WHERE id = 1881
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hp_menu | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.0 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init | 0.0 ms |
Optimizing | 0.0 ms |
Statistics | 0.0 ms |
Preparing | 0.0 ms |
Unlocking tables | 0.0 ms |
Preparing | 0.0 ms |
Executing | 0.0 ms |
Sending data | 0.0 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
Commit | 0.0 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.0 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.0 ms |
Reset for next command | 0.0 ms |
JROOT/plugins/system/yt/includes/site/lib/yt_template.php:184
JROOT/plugins/system/yt/includes/site/lib/yt_template.php:30
JROOT/templates/sj_flooring/includes/frame_inc.php:31
JROOT/templates/sj_flooring/index.php:24
JROOT/libraries/joomla/document/html/html.php:578
JROOT/libraries/joomla/document/html/html.php:635
JROOT/libraries/joomla/document/html/html.php:455
JROOT/libraries/cms/application/cms.php:1044
JROOT/libraries/cms/application/site.php:729
JROOT/libraries/cms/application/cms.php:257
JROOT/index.php:40
Query Time: 0.49 ms After last query: 0.11 ms Query memory: 0.017 MB Memory before query: 6.820 MB Rows returned: 1
SELECT id
FROM hp_template_styles
WHERE home = 1
AND client_id = 0
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hp_template_styles | ALL | idx_home | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | Using where |
Status | Duration |
---|
Starting | 0.0 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init | 0.0 ms |
Optimizing | 0.0 ms |
Statistics | 0.0 ms |
Preparing | 0.0 ms |
Executing | 0.0 ms |
Sending data | 0.0 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
Commit | 0.0 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.0 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.0 ms |
Reset for next command | 0.0 ms |
JROOT/plugins/system/yt/includes/site/lib/yt_template.php:188
JROOT/plugins/system/yt/includes/site/lib/yt_template.php:30
JROOT/templates/sj_flooring/includes/frame_inc.php:31
JROOT/templates/sj_flooring/index.php:24
JROOT/libraries/joomla/document/html/html.php:578
JROOT/libraries/joomla/document/html/html.php:635
JROOT/libraries/joomla/document/html/html.php:455
JROOT/libraries/cms/application/cms.php:1044
JROOT/libraries/cms/application/site.php:729
JROOT/libraries/cms/application/cms.php:257
JROOT/index.php:40
Query Time: 1.50 ms After last query: 2.86 ms Query memory: 0.014 MB Memory before query: 6.938 MB Rows returned: 1
SELECT home
FROM hp_menu
WHERE id=1881
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hp_menu | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.0 ms |
checking permissions | 0.4 ms |
Opening tables | 0.0 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init | 0.0 ms |
Optimizing | 0.0 ms |
Statistics | 0.0 ms |
Preparing | 0.0 ms |
Unlocking tables | 0.0 ms |
Preparing | 0.0 ms |
Executing | 0.0 ms |
Sending data | 0.0 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
Commit | 0.0 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.0 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.0 ms |
Reset for next command | 0.0 ms |
JROOT/plugins/system/yt/includes/site/lib/yt_template.php:172
JROOT/templates/sj_flooring/index.php:94
JROOT/libraries/joomla/document/html/html.php:578
JROOT/libraries/joomla/document/html/html.php:635
JROOT/libraries/joomla/document/html/html.php:455
JROOT/libraries/cms/application/cms.php:1044
JROOT/libraries/cms/application/site.php:729
JROOT/libraries/cms/application/cms.php:257
JROOT/index.php:40
Query Time: 0.39 ms After last query: 0.10 ms Query memory: 0.014 MB Memory before query: 6.951 MB Rows returned: 1
SELECT home
FROM hp_menu
WHERE id=1881
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hp_menu | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.0 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init | 0.0 ms |
Optimizing | 0.0 ms |
Statistics | 0.0 ms |
Preparing | 0.0 ms |
Unlocking tables | 0.0 ms |
Preparing | 0.0 ms |
Executing | 0.0 ms |
Sending data | 0.0 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
Commit | 0.0 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.0 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.0 ms |
Reset for next command | 0.0 ms |
JROOT/plugins/system/yt/includes/site/lib/yt_template.php:173
JROOT/templates/sj_flooring/index.php:94
JROOT/libraries/joomla/document/html/html.php:578
JROOT/libraries/joomla/document/html/html.php:635
JROOT/libraries/joomla/document/html/html.php:455
JROOT/libraries/cms/application/cms.php:1044
JROOT/libraries/cms/application/site.php:729
JROOT/libraries/cms/application/cms.php:257
JROOT/index.php:40
Query Time: 0.75 ms After last query: 135.14 ms Query memory: 0.020 MB Memory before query: 7.723 MB Rows returned: 41
SELECT
c.id AS CID
FROM
hp_k2_categories AS c
LEFT JOIN
hp_k2_items AS content
ON
c.id = content.catid
WHERE
1=1
AND ( c.id = 4)
AND
c.published = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | c | const | PRIMARY,category,published | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | content | ref | catid | catid | 4 | const | 41 | Using index |
Status | Duration |
---|
Starting | 0.1 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init | 0.1 ms |
Optimizing | 0.0 ms |
Statistics | 0.1 ms |
Preparing | 0.0 ms |
Unlocking tables | 0.0 ms |
Preparing | 0.0 ms |
Executing | 0.0 ms |
Sending data | 0.0 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
Commit | 0.0 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.0 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.0 ms |
Reset for next command | 0.0 ms |
JROOT/modules/mod_news_pro_gk5/data_sources/com_k2/model.php:81
JROOT/modules/mod_news_pro_gk5/helper.php:100
JROOT/modules/mod_news_pro_gk5/mod_news_pro_gk5.php:27
JROOT/libraries/cms/module/helper.php:190
JROOT/libraries/joomla/document/html/renderer/module.php:103
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1058
JROOT/libraries/cms/application/site.php:729
JROOT/libraries/cms/application/cms.php:257
JROOT/index.php:40
Query Time: 1.02 ms After last query: 0.33 ms Query memory: 0.020 MB Memory before query: 7.744 MB Rows returned: 20
SELECT
content.id AS id
FROM
hp_k2_items AS content
WHERE
content.published = 1
AND content.trash = 0
AND content.access IN (1,1)
AND ( content.publish_up = '0000-00-00 00:00:00' OR content.publish_up <= '2025-02-17 22:12:33' )
AND ( content.publish_down = '0000-00-00 00:00:00' OR content.publish_down >= '2025-02-17 22:12:33' )
AND ( content.catid = 4 )
AND content.language in ('vi-VN','*')
ORDER BY
RAND()
LIMIT
0,20;
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | content | ref | access,catid,item,language,published,publish_down,publish_up,trash | catid | 4 | const | 41 | Using where; Using temporary; Using filesort |
Status | Duration |
---|
Starting | 0.1 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init | 0.1 ms |
Optimizing | 0.0 ms |
Statistics | 0.1 ms |
Preparing | 0.0 ms |
Creating tmp table | 0.0 ms |
Sorting result | 0.1 ms |
Executing | 0.0 ms |
Sending data | 0.2 ms |
Creating sort index | 0.1 ms |
End of update loop | 0.0 ms |
Removing tmp table | 0.0 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
Commit | 0.0 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.0 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.0 ms |
Reset for next command | 0.0 ms |
JROOT/modules/mod_news_pro_gk5/data_sources/com_k2/model.php:266
JROOT/modules/mod_news_pro_gk5/helper.php:114
JROOT/modules/mod_news_pro_gk5/mod_news_pro_gk5.php:27
JROOT/libraries/cms/module/helper.php:190
JROOT/libraries/joomla/document/html/renderer/module.php:103
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1058
JROOT/libraries/cms/application/site.php:729
JROOT/libraries/cms/application/cms.php:257
JROOT/index.php:40
Query Time: 2.85 ms After last query: 0.48 ms Query memory: 0.028 MB Memory before query: 7.779 MB Rows returned: 20
SELECT
content.id AS id,
content.alias AS alias,
content.title AS title,
content.introtext AS text,
content.created AS date,
content.publish_up AS date_publish,
content.hits AS hits,
content.featured AS frontpage,
content.access AS access,
content.catid AS cid,
content.video AS video,
content.plugins AS plugins,
categories.name AS catname,
categories.image AS cat_image,
categories.alias AS cat_alias,
users.email AS author_email,
content.created_by_alias AS author_alias,
users.name AS author_username,
content.created_by AS author_id,
content_rating.rating_sum AS rating_sum,
content_rating.rating_count AS rating_count
FROM
hp_k2_items AS content
LEFT JOIN
hp_k2_categories AS categories
ON categories.id = content.catid
LEFT JOIN
hp_users AS users
ON users.id = content.created_by
LEFT JOIN
hp_k2_rating AS content_rating
ON content_rating.itemID = content.id
WHERE
1=1
AND ( content.id = 10 OR content.id = 126 OR content.id = 26 OR content.id = 122 OR content.id = 7 OR content.id = 134 OR content.id = 370 OR content.id = 78 OR content.id = 24 OR content.id = 98 OR content.id = 108 OR content.id = 128 OR content.id = 29 OR content.id = 28 OR content.id = 8 OR content.id = 23 OR content.id = 164 OR content.id = 33 OR content.id = 127 OR content.id = 109)
ORDER BY
RAND()
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | content | range | PRIMARY | PRIMARY | 4 | NULL | 20 | Using where; Using temporary; Using filesort |
1 | SIMPLE | categories | eq_ref | PRIMARY | PRIMARY | 4 | bvtvhpc1_hp.content.catid | 1 | Using where |
1 | SIMPLE | users | eq_ref | PRIMARY | PRIMARY | 4 | bvtvhpc1_hp.content.created_by | 1 | |
1 | SIMPLE | content_rating | eq_ref | PRIMARY | PRIMARY | 4 | bvtvhpc1_hp.content.id | 1 | |
Status | Duration |
---|
Starting | 0.3 ms |
checking permissions | 0.0 ms |
Opening tables | 0.1 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init | 0.0 ms |
Optimizing | 0.0 ms |
Statistics | 0.2 ms |
Preparing | 0.1 ms |
Creating tmp table | 0.1 ms |
Sorting result | 0.0 ms |
Executing | 0.0 ms |
Sending data | 0.9 ms |
Creating sort index | 0.6 ms |
End of update loop | 0.0 ms |
Removing tmp table | 0.2 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
Commit | 0.0 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.0 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.0 ms |
Reset for next command | 0.0 ms |
JROOT/modules/mod_news_pro_gk5/data_sources/com_k2/model.php:325
JROOT/modules/mod_news_pro_gk5/helper.php:114
JROOT/modules/mod_news_pro_gk5/mod_news_pro_gk5.php:27
JROOT/libraries/cms/module/helper.php:190
JROOT/libraries/joomla/document/html/renderer/module.php:103
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1058
JROOT/libraries/cms/application/site.php:729
JROOT/libraries/cms/application/cms.php:257
JROOT/index.php:40
Query Time: 0.91 ms After last query: 75.77 ms Query memory: 0.015 MB Memory before query: 8.058 MB Rows returned: 1
SELECT template
FROM hp_template_styles
WHERE home = 1
AND client_id = 0
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | hp_template_styles | ALL | idx_home | NO INDEX KEY COULD BE USED | NULL | NULL | 6 | Using where |
Status | Duration |
---|
Starting | 0.1 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init | 0.1 ms |
Optimizing | 0.0 ms |
Statistics | 0.1 ms |
Preparing | 0.1 ms |
Executing | 0.0 ms |
Sending data | 0.1 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
Commit | 0.0 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.0 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.0 ms |
Reset for next command | 0.0 ms |
JROOT/plugins/system/yt/yt.php:280
JROOT/plugins/system/yt/yt.php:161
JROOT/libraries/joomla/event/event.php:69
JROOT/libraries/joomla/event/dispatcher.php:160
JROOT/libraries/joomla/application/base.php:83
JROOT/libraries/cms/application/cms.php:1064
JROOT/libraries/cms/application/site.php:729
JROOT/libraries/cms/application/cms.php:257
JROOT/index.php:40
Query Time: 1.04 ms After last query: 72.24 ms Query memory: 0.003 MB Memory before query: 8.104 MB
UPDATE `hp_session`
SET `data` = '__default|a:9:{s:15:\"session.counter\";i:1;s:19:\"session.timer.start\";i:1739805153;s:18:\"session.timer.last\";i:1739805153;s:17:\"session.timer.now\";i:1739805153;s:22:\"session.client.browser\";s:40:\"CCBot/2.0 (https://commoncrawl.org/faq/)\";s:8:\"registry\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\\0\\0\\0data\";O:8:\"stdClass\":0:{}}s:4:\"user\";O:5:\"JUser\":27:{s:9:\"\\0\\0\\0isRoot\";b:0;s:2:\"id\";i:0;s:4:\"name\";N;s:8:\"username\";N;s:5:\"email\";N;s:8:\"password\";N;s:14:\"password_clear\";s:0:\"\";s:5:\"block\";N;s:9:\"sendEmail\";i:0;s:12:\"registerDate\";N;s:13:\"lastvisitDate\";N;s:10:\"activation\";N;s:6:\"params\";N;s:6:\"groups\";a:1:{i:0;s:1:\"1\";}s:5:\"guest\";i:1;s:13:\"lastResetTime\";N;s:10:\"resetCount\";N;s:12:\"requireReset\";N;s:10:\"\\0\\0\\0_params\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\\0\\0\\0data\";O:8:\"stdClass\":0:{}}s:14:\"\\0\\0\\0_authGroups\";a:1:{i:0;i:1;}s:14:\"\\0\\0\\0_authLevels\";a:2:{i:0;i:1;i:1;i:1;}s:15:\"\\0\\0\\0_authActions\";N;s:12:\"\\0\\0\\0_errorMsg\";N;s:13:\"\\0\\0\\0userHelper\";O:18:\"JUserWrapperHelper\":0:{}s:10:\"\\0\\0\\0_errors\";a:0:{}s:3:\"aid\";i:0;s:3:\"gid\";i:1;}s:16:\"com_mailto.links\";a:1:{s:40:\"dfb1e2603cd47fa9015dd95de592e0750ef07427\";O:8:\"stdClass\":2:{s:4:\"link\";s:106:\"https://www.bvtvhp.com/quy-trinh/hoi-thao-ky-thuat/ngay-hoi-ra-mat-thuoc-huu-co-sinh-hoc-amtech-100ew.html\";s:6:\"expiry\";i:1739805153;}}s:13:\"session.token\";s:32:\"85b68773a5bd9f0d823c8ddcac31dd57\";}'
, `time` = '1739805154'
WHERE `session_id` = 'bks3k68899o40uophim7hp66f2'
EXPLAIN not possible on query: UPDATE `hp_session`
SET `data` = '__default|a:9:{s:15:\"session.counter\";i:1;s:19:\"session.timer.start\";i:1739805153;s:18:\"session.timer.last\";i:1739805153;s:17:\"session.timer.now\";i:1739805153;s:22:\"session.client.browser\";s:40:\"CCBot/2.0 (https://commoncrawl.org/faq/)\";s:8:\"registry\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\\0\\0\\0data\";O:8:\"stdClass\":0:{}}s:4:\"user\";O:5:\"JUser\":27:{s:9:\"\\0\\0\\0isRoot\";b:0;s:2:\"id\";i:0;s:4:\"name\";N;s:8:\"username\";N;s:5:\"email\";N;s:8:\"password\";N;s:14:\"password_clear\";s:0:\"\";s:5:\"block\";N;s:9:\"sendEmail\";i:0;s:12:\"registerDate\";N;s:13:\"lastvisitDate\";N;s:10:\"activation\";N;s:6:\"params\";N;s:6:\"groups\";a:1:{i:0;s:1:\"1\";}s:5:\"guest\";i:1;s:13:\"lastResetTime\";N;s:10:\"resetCount\";N;s:12:\"requireReset\";N;s:10:\"\\0\\0\\0_params\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\\0\\0\\0data\";O:8:\"stdClass\":0:{}}s:14:\"\\0\\0\\0_authGroups\";a:1:{i:0;i:1;}s:14:\"\\0\\0\\0_authLevels\";a:2:{i:0;i:1;i:1;i:1;}s:15:\"\\0\\0\\0_authActions\";N;s:12:\"\\0\\0\\0_errorMsg\";N;s:13:\"\\0\\0\\0userHelper\";O:18:\"JUserWrapperHelper\":0:{}s:10:\"\\0\\0\\0_errors\";a:0:{}s:3:\"aid\";i:0;s:3:\"gid\";i:1;}s:16:\"com_mailto.links\";a:1:{s:40:\"dfb1e2603cd47fa9015dd95de592e0750ef07427\";O:8:\"stdClass\":2:{s:4:\"link\";s:106:\"https://www.bvtvhp.com/quy-trinh/hoi-thao-ky-thuat/ngay-hoi-ra-mat-thuoc-huu-co-sinh-hoc-amtech-100ew.html\";s:6:\"expiry\";i:1739805153;}}s:13:\"session.token\";s:32:\"85b68773a5bd9f0d823c8ddcac31dd57\";}'
, `time` = '1739805154'
WHERE `session_id` = 'bks3k68899o40uophim7hp66f2'
Status | Duration |
---|
Starting | 0.2 ms |
checking permissions | 0.0 ms |
Opening tables | 0.1 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init for update | 0.1 ms |
Updating | 0.2 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
Commit | 0.1 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.0 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.1 ms |
Reset for next command | 0.0 ms |
JROOT/libraries/joomla/session/storage/database.php:84
2 × SELECT id, gender, description, image, url, `
group`, plugins
FROM hp_k2_users
2 × SELECT home
FROM hp_menu
2 × SELECT extension_id AS id, element AS "option", params, enabled
FROM hp_extensions
2 × SELECT *
FROM hp_k2_items
1 × SELECT *
FROM hp_k2_comments
1 × SELECT i.*, c.alias AS categoryalias
FROM hp_k2_items AS i
LEFT JOIN hp_k2_categories c
ON c.id = i.catid
1 × SELECT COUNT(*)
FROM hp_k2_comments
1 × SELECT `g`.`id`,`g`.`title`
FROM `hp_usergroups` AS g
INNER JOIN `hp_user_usergroup_map` AS m
ON m.group_id = g.id
1 × SELECT id, name, parent
FROM hp_k2_categories
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM hp_modules AS m
LEFT JOIN hp_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN hp_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
1 × SELECT template_style_id
FROM hp_menu
1 × SELECT content.id AS id, content.alias AS alias, content.title AS title, content.introtext AS text, content.created AS date, content.publish_up AS date_publish, content.hits AS hits, content.featured AS frontpage, content.access AS access, content.catid AS cid, content.video AS video, content.plugins AS plugins, categories.name AS catname, categories.image AS cat_image, categories.alias AS cat_alias, users.email AS author_email, content.created_by_alias AS author_alias, users.name AS author_username, content.created_by AS author_id, content_rating.rating_sum AS rating_sum, content_rating.rating_count AS rating_count
FROM hp_k2_items AS content
LEFT JOIN hp_k2_categories AS categories
ON categories.id = content.catid
LEFT JOIN hp_users AS users
ON users.id = content.created_by
LEFT JOIN hp_k2_rating AS content_rating
ON content_rating.itemID = content.id
1 × SELECT template
FROM hp_template_styles
1 × SELECT content.id AS id
FROM hp_k2_items AS content
1 × SELECT c.id AS CID
FROM hp_k2_categories AS c
LEFT JOIN hp_k2_items AS content
ON c.id = content.catid
1 × SELECT id
FROM hp_template_styles
1 × SELECT *
FROM `hp_users`
1 × SELECT *
FROM hp_k2_attachments
1 × SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,`m`.`browserNav`, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
FROM hp_menu AS m
LEFT JOIN hp_extensions AS e
ON m.component_id = e.extension_id
1 × SELECT *
FROM hp_languages
1 × SELECT id
FROM hp_k2_items
1 × SELECT folder AS type, element AS name, params
FROM hp_extensions
1 × SELECT id, rules
FROM `hp_viewlevels
1 × SELECT `session_id`
FROM `hp_session`
1 × SELECT b.id
FROM hp_usergroups AS a
LEFT JOIN hp_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT id, home, template, s.params
FROM hp_template_styles as s
LEFT JOIN hp_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
1 × SELECT a.rules
FROM hp_assets AS a
1 × SELECT tag.*
FROM hp_k2_tags AS tag JOIN hp_k2_tags_xref AS xref
ON tag.id = xref.tagID
1 × SELECT `data`
FROM `hp_session`
1 × SELECT *
FROM hp_k2_categories
1 × SELECT *
FROM hp_k2_items
1 × SELECT b.rules
FROM hp_assets AS a
LEFT JOIN hp_assets AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT id
FROM hp_k2_categories
1 × SELECT *
FROM hp_k2_rating