Query Time: 0.35 ms
SELECT `data`
FROM `fj51l_session`
WHERE `session_id` = '61845d6567a9e052e3764afd36644464'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fj51l_session | const | PRIMARY | PRIMARY | 602 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/joomla/session/storage/database.php:46
JROOT/libraries/joomla/session/session.php:664
JROOT/libraries/joomla/session/session.php:602
JROOT/libraries/cms/application/cms.php:672
JROOT/libraries/cms/application/cms.php:131
JROOT/libraries/cms/application/site.php:63
JROOT/libraries/cms/application/cms.php:332
JROOT/libraries/joomla/factory.php:124
JROOT/index.php:39
Query Time: 0.22 ms After last query: 1.38 ms
DELETE
FROM `fj51l_session`
WHERE `time` < '1611196989'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fj51l_session | range | time | time | 45 | const | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/cms/application/cms.php:689
JROOT/libraries/cms/application/cms.php:131
JROOT/libraries/cms/application/site.php:63
JROOT/libraries/cms/application/cms.php:332
JROOT/libraries/joomla/factory.php:124
JROOT/index.php:39
Query Time: 0.14 ms After last query: 0.13 ms
SELECT `session_id`
FROM `fj51l_session`
WHERE `session_id` = '61845d6567a9e052e3764afd36644464'
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fj51l_session | const | PRIMARY | PRIMARY | 602 | const | 1 | 100.00 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/cms/application/cms.php:175
JROOT/libraries/cms/application/cms.php:698
JROOT/libraries/cms/application/cms.php:131
JROOT/libraries/cms/application/site.php:63
JROOT/libraries/cms/application/cms.php:332
JROOT/libraries/joomla/factory.php:124
JROOT/index.php:39
Query Time: 4.05 ms After last query: 0.13 ms
INSERT INTO `fj51l_session`
(`session_id`, `client_id`, `time`)
VALUES
('61845d6567a9e052e3764afd36644464', 0, '1611197889')
EXPLAIN not possible on query: INSERT INTO `fj51l_session`
(`session_id`, `client_id`, `time`) VALUES
('61845d6567a9e052e3764afd36644464', 0, '1611197889')
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/cms/application/cms.php:207
JROOT/libraries/cms/application/cms.php:698
JROOT/libraries/cms/application/cms.php:131
JROOT/libraries/cms/application/site.php:63
JROOT/libraries/cms/application/cms.php:332
JROOT/libraries/joomla/factory.php:124
JROOT/index.php:39
Query Time: 0.31 ms After last query: 3.36 ms
SELECT extension_id AS id, element AS "option", params, enabled
FROM fj51l_extensions
WHERE `type` = 'component'
AND `element` = 'com_users'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fj51l_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 302 | const | 1 | 100.00 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/joomla/cache/controller/callback.php:158
JROOT/libraries/cms/component/helper.php:395
JROOT/libraries/cms/component/helper.php:43
JROOT/libraries/cms/component/helper.php:91
JROOT/libraries/cms/application/site.php:539
JROOT/libraries/cms/application/site.php:196
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:42
Query Time: 0.25 ms After last query: 1.27 ms
SELECT b.id
FROM fj51l_usergroups AS a
LEFT JOIN fj51l_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 9
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)
JROOT/libraries/joomla/access/access.php:336
JROOT/libraries/joomla/access/access.php:405
JROOT/libraries/joomla/user/user.php:420
JROOT/libraries/cms/plugin/helper.php:298
JROOT/libraries/cms/plugin/helper.php:165
JROOT/libraries/cms/application/site.php:544
JROOT/libraries/cms/application/site.php:196
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:42
Query Time: 0.24 ms After last query: 0.55 ms
SELECT id, rules
FROM `fj51l_viewlevels`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fj51l_viewlevels | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 4 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/joomla/access/access.php:422
JROOT/libraries/joomla/user/user.php:420
JROOT/libraries/cms/plugin/helper.php:298
JROOT/libraries/cms/plugin/helper.php:165
JROOT/libraries/cms/application/site.php:544
JROOT/libraries/cms/application/site.php:196
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:42
Query Time: 0.58 ms After last query: 0.18 ms
SELECT folder AS type, element AS name, params
FROM fj51l_extensions
WHERE enabled >= 1
AND type ='plugin'
AND state >= 0
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 | fj51l_extensions | ref | extension | extension | 62 | const | 54 | 100.00 | Using index condition; Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/cms/plugin/helper.php:312
JROOT/libraries/cms/plugin/helper.php:165
JROOT/libraries/cms/application/site.php:544
JROOT/libraries/cms/application/site.php:196
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:42
Query Time: 0.26 ms After last query: 0.33 ms
SELECT extension_id AS id, element AS "option", params, enabled
FROM fj51l_extensions
WHERE `type` = 'component'
AND `element` = 'com_languages'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fj51l_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 302 | const | 1 | 100.00 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/joomla/cache/controller/callback.php:158
JROOT/libraries/cms/component/helper.php:395
JROOT/libraries/cms/component/helper.php:43
JROOT/libraries/cms/component/helper.php:91
JROOT/libraries/cms/application/site.php:597
JROOT/libraries/cms/application/site.php:196
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:42
Query Time: 0.32 ms After last query: 12.01 ms
SELECT extension_id AS id, element AS "option", params, enabled
FROM fj51l_extensions
WHERE `type` = 'component'
AND `element` = 'com_widgetkit'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fj51l_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 302 | const | 1 | 100.00 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/joomla/cache/controller/callback.php:158
JROOT/libraries/cms/component/helper.php:395
JROOT/libraries/cms/component/helper.php:43
JROOT/plugins/system/widgetkit_zoo/widgetkit_zoo.php:35
JROOT/libraries/joomla/event/event.php:71
JROOT/libraries/joomla/event/dispatcher.php:162
JROOT/libraries/joomla/application/base.php:106
JROOT/libraries/cms/application/cms.php:587
JROOT/libraries/cms/application/site.php:618
JROOT/libraries/cms/application/site.php:196
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:42
Query Time: 0.77 ms After last query: 6.49 ms
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 fj51l_menu AS m
LEFT JOIN fj51l_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 | 23 | 100.00 | Using index condition; Using where; Using filesort |
1 | SIMPLE | e | eq_ref | PRIMARY | PRIMARY | 4 | zhoude.m.component_id | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/cms/menu/site.php:47
JROOT/libraries/cms/menu/menu.php:64
JROOT/libraries/cms/menu/menu.php:118
JROOT/libraries/cms/application/cms.php:357
JROOT/libraries/cms/application/site.php:250
JROOT/libraries/cms/router/site.php:210
JROOT/libraries/cms/router/router.php:391
JROOT/libraries/cms/router/router.php:184
JROOT/libraries/cms/router/site.php:82
JROOT/libraries/cms/application/cms.php:1029
JROOT/libraries/cms/application/site.php:718
JROOT/libraries/cms/application/site.php:202
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:42
Query Time: 0.38 ms After last query: 1.85 ms
SELECT id, home, template, s.params
FROM fj51l_template_styles as s
LEFT JOIN fj51l_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 | 6 | 100.00 | Using where |
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid,extension | element_clientid | 303 | zhoude.s.template,const | 1 | 100.00 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/cms/application/site.php:455
JROOT/plugins/system/t3/includes/core/t3.php:272
JROOT/plugins/system/t3/t3.php:81
JROOT/libraries/joomla/event/event.php:71
JROOT/libraries/joomla/event/dispatcher.php:162
JROOT/libraries/joomla/application/base.php:106
JROOT/libraries/cms/application/cms.php:1038
JROOT/libraries/cms/application/site.php:718
JROOT/libraries/cms/application/site.php:202
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:42
Query Time: 0.26 ms After last query: 6.14 ms
SELECT extension_id AS id, element AS "option", params, enabled
FROM fj51l_extensions
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fj51l_extensions | ref | element_clientid,element_folder_clientid,extension | extension | 364 | const,const | 1 | 100.00 | Using index condition |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/joomla/cache/controller/callback.php:158
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:179
JROOT/libraries/joomla/factory.php:734
JROOT/libraries/joomla/factory.php:215
JROOT/plugins/system/sef/sef.php:30
JROOT/libraries/joomla/event/event.php:71
JROOT/libraries/joomla/event/dispatcher.php:162
JROOT/libraries/joomla/application/base.php:106
JROOT/libraries/cms/application/cms.php:1038
JROOT/libraries/cms/application/site.php:718
JROOT/libraries/cms/application/site.php:202
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:42
Query Time: 2.70 ms After last query: 0.26 ms
UPDATE `fj51l_extensions`
SET `params` = '{\"mediaversion\":\"d9ca0139a095facb614a875e8fa18325\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fj51l_extensions | range | element_clientid,element_folder_clientid,extension | extension | 364 | const,const | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/cms/library/helper.php:119
JROOT/libraries/cms/version/version.php:230
JROOT/libraries/cms/version/version.php:189
JROOT/libraries/joomla/factory.php:734
JROOT/libraries/joomla/factory.php:215
JROOT/plugins/system/sef/sef.php:30
JROOT/libraries/joomla/event/event.php:71
JROOT/libraries/joomla/event/dispatcher.php:162
JROOT/libraries/joomla/application/base.php:106
JROOT/libraries/cms/application/cms.php:1038
JROOT/libraries/cms/application/site.php:718
JROOT/libraries/cms/application/site.php:202
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:42
Query Time: 0.26 ms After last query: 2.33 ms
SELECT extension_id AS id, element AS "option", params, enabled
FROM fj51l_extensions
WHERE `type` = 'component'
AND `element` = 'com_content'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fj51l_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 302 | const | 1 | 100.00 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/joomla/cache/controller/callback.php:158
JROOT/libraries/cms/component/helper.php:395
JROOT/libraries/cms/component/helper.php:43
JROOT/libraries/cms/component/helper.php:91
JROOT/components/com_content/router.php:26
JROOT/libraries/cms/router/site.php:455
JROOT/libraries/cms/router/site.php:413
JROOT/libraries/cms/router/router.php:216
JROOT/libraries/cms/router/site.php:98
JROOT/libraries/joomla/application/route.php:62
JROOT/plugins/system/sef/sef.php:49
JROOT/libraries/joomla/event/event.php:71
JROOT/libraries/joomla/event/dispatcher.php:162
JROOT/libraries/joomla/application/base.php:106
JROOT/libraries/cms/application/cms.php:1038
JROOT/libraries/cms/application/site.php:718
JROOT/libraries/cms/application/site.php:202
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:42
Query Time: 0.30 ms After last query: 0.81 ms
SELECT *
FROM fj51l_languages
WHERE published=1
ORDER BY ordering ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fj51l_languages | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/joomla/language/helper.php:166
JROOT/libraries/cms/application/site.php:306
JROOT/libraries/cms/application/site.php:122
JROOT/libraries/cms/application/site.php:208
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:42
Query Time: 0.32 ms After last query: 11.36 ms
SELECT a.rules
FROM fj51l_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 | filtered | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/joomla/access/access.php:250
JROOT/libraries/joomla/user/user.php:356
JROOT/components/com_content/models/category.php:129
JROOT/libraries/legacy/model/legacy.php:415
JROOT/plugins/system/t3/includes/joomla30/viewlegacy.php:394
JROOT/libraries/legacy/view/category.php:107
JROOT/components/com_content/views/category/view.html.php:72
JROOT/libraries/legacy/controller/legacy.php:685
JROOT/components/com_content/controller.php:79
JROOT/libraries/legacy/controller/legacy.php:722
JROOT/components/com_content/content.php:17
JROOT/libraries/cms/component/helper.php:351
JROOT/libraries/cms/component/helper.php:331
JROOT/libraries/cms/application/site.php:178
JROOT/libraries/cms/application/site.php:208
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:42
Query Time: 0.70 ms After last query: 0.60 ms
SELECT b.rules
FROM fj51l_assets AS a
LEFT JOIN fj51l_assets AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE (a.name = 'com_content')
GROUP BY b.id, b.rules, b.lft
ORDER BY b.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | const | idx_asset_name | idx_asset_name | 152 | const | 1 | 100.00 | Using temporary; Using filesort |
1 | SIMPLE | b | range | idx_lft_rgt | idx_lft_rgt | 4 | NULL | 11 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/joomla/access/access.php:250
JROOT/libraries/joomla/access/access.php:110
JROOT/libraries/joomla/user/user.php:365
JROOT/components/com_content/models/category.php:129
JROOT/libraries/legacy/model/legacy.php:415
JROOT/plugins/system/t3/includes/joomla30/viewlegacy.php:394
JROOT/libraries/legacy/view/category.php:107
JROOT/components/com_content/views/category/view.html.php:72
JROOT/libraries/legacy/controller/legacy.php:685
JROOT/components/com_content/controller.php:79
JROOT/libraries/legacy/controller/legacy.php:722
JROOT/components/com_content/content.php:17
JROOT/libraries/cms/component/helper.php:351
JROOT/libraries/cms/component/helper.php:331
JROOT/libraries/cms/application/site.php:178
JROOT/libraries/cms/application/site.php:208
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:42
Query Time: 1.73 ms After last query: 1.46 ms
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,COUNT(i.`id`) AS numitems
FROM fj51l_categories as c
LEFT JOIN fj51l_categories AS s
ON (s.lft <= c.lft
AND s.rgt >= c.rgt) OR (s.lft > c.lft
AND s.rgt < c.rgt)
LEFT JOIN (SELECT cat.id as id
FROM fj51l_categories AS cat JOIN fj51l_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 `fj51l_content` AS i
ON i.`catid` = c.id
AND i.state = 1
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id=10
AND badcats.id is null
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 | 17 | 70.59 | Using where |
1 | PRIMARY | <derived2> | ref | <auto_key0> | <auto_key0> | 4 | zhoude.c.id | 3 | 100.00 | Using where; Not exists; Using index |
1 | PRIMARY | i | ref | idx_state,idx_catid | idx_catid | 4 | zhoude.c.id | 1559 | 100.00 | Using where |
2 | DERIVED | parent | range | cat_idx,idx_left_right | cat_idx | 153 | NULL | 2 | 100.00 | Using index condition; Using temporary; Using filesort |
2 | DERIVED | cat | index | PRIMARY,cat_idx,idx_access,idx_checkout,idx_path,idx_left_right,idx_alias,idx_language | idx_left_right | 8 | NULL | 17 | 100.00 | Using where; Using index; Using join buffer (Block Nested Loop) |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/legacy/categories/categories.php:288
JROOT/libraries/legacy/categories/categories.php:181
JROOT/components/com_content/models/category.php:326
JROOT/components/com_content/models/category.php:214
JROOT/plugins/system/t3/includes/joomla30/viewlegacy.php:394
JROOT/libraries/legacy/view/category.php:108
JROOT/components/com_content/views/category/view.html.php:72
JROOT/libraries/legacy/controller/legacy.php:685
JROOT/components/com_content/controller.php:79
JROOT/libraries/legacy/controller/legacy.php:722
JROOT/components/com_content/content.php:17
JROOT/libraries/cms/component/helper.php:351
JROOT/libraries/cms/component/helper.php:331
JROOT/libraries/cms/application/site.php:178
JROOT/libraries/cms/application/site.php:208
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:42
Query Time: 31.04 ms After last query: 0.28 ms
SELECT b.rules
FROM fj51l_assets AS a
LEFT JOIN fj51l_assets AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE (a.name = 'com_content.category.10')
GROUP BY b.id, b.rules, b.lft
ORDER BY b.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | const | idx_asset_name | idx_asset_name | 152 | const | 1 | 100.00 | Using temporary; Using filesort |
1 | SIMPLE | b | ALL | idx_lft_rgt | NO INDEX KEY COULD BE USED | NULL | NULL | 27806 | 50.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/joomla/access/access.php:250
JROOT/libraries/joomla/access/access.php:110
JROOT/libraries/joomla/user/user.php:365
JROOT/components/com_content/models/category.php:335
JROOT/components/com_content/models/category.php:214
JROOT/plugins/system/t3/includes/joomla30/viewlegacy.php:394
JROOT/libraries/legacy/view/category.php:108
JROOT/components/com_content/views/category/view.html.php:72
JROOT/libraries/legacy/controller/legacy.php:685
JROOT/components/com_content/controller.php:79
JROOT/libraries/legacy/controller/legacy.php:722
JROOT/components/com_content/content.php:17
JROOT/libraries/cms/component/helper.php:351
JROOT/libraries/cms/component/helper.php:331
JROOT/libraries/cms/application/site.php:178
JROOT/libraries/cms/application/site.php:208
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:42
Query Time: 4.54 ms After last query: 2.13 ms
SELECT a.id, a.title, a.alias, a.introtext, a.fulltext, a.checked_out, a.checked_out_time, 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, uam.name as modified_by_name,
CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, LENGTH(a.fulltext) AS readmore,
CASE WHEN badcats.id is not null THEN 0 ELSE a.state END AS state,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,
CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,(
SELECT MAX(contact.id) AS id
FROM fj51l_contact_details AS contact
WHERE contact.published = 1
AND contact.user_id = a.created_by) as contactid,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,c.published,
CASE WHEN badcats.id is null THEN c.published ELSE 0 END AS parents_published
FROM fj51l_content AS a
LEFT JOIN fj51l_content_frontpage AS fp
ON fp.content_id = a.id
LEFT JOIN fj51l_categories AS c
ON c.id = a.catid
LEFT JOIN fj51l_users AS ua
ON ua.id = a.created_by
LEFT JOIN fj51l_users AS uam
ON uam.id = a.modified_by
LEFT JOIN fj51l_categories as parent
ON parent.id = c.parent_id
LEFT JOIN fj51l_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM fj51l_categories AS cat JOIN fj51l_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
WHERE a.access IN (1,1,5)
AND c.access IN (1,1,5)
AND
CASE WHEN badcats.id is null THEN a.state ELSE 0 END = 1
AND a.catid = 10
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2021-01-21 02:58:09')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2021-01-21 02:58:09')
ORDER BY c.lft,
CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END DESC , a.created
LIMIT 0, 10
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | c | const | PRIMARY,idx_access | PRIMARY | 4 | const | 1 | 100.00 | Using filesort |
1 | PRIMARY | a | ref | idx_access,idx_catid | idx_catid | 4 | const | 1 | 100.00 | Using where |
1 | PRIMARY | fp | eq_ref | PRIMARY | PRIMARY | 4 | zhoude.a.id | 1 | 100.00 | Using where; Using index |
1 | PRIMARY | ua | eq_ref | PRIMARY | PRIMARY | 4 | zhoude.a.created_by | 1 | 100.00 | Using where |
1 | PRIMARY | uam | eq_ref | PRIMARY | PRIMARY | 4 | zhoude.a.modified_by | 1 | 100.00 | Using where |
1 | PRIMARY | parent | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using where |
1 | PRIMARY | v | eq_ref | PRIMARY | PRIMARY | 4 | zhoude.a.id | 1 | 100.00 | Using where |
1 | PRIMARY | <derived3> | ref | <auto_key0> | <auto_key0> | 4 | const | 3 | 100.00 | Using where; Using index |
3 | DERIVED | parent | range | cat_idx,idx_left_right | cat_idx | 153 | NULL | 2 | 100.00 | Using index condition; Using temporary; Using filesort |
3 | DERIVED | cat | index | PRIMARY,cat_idx,idx_access,idx_checkout,idx_path,idx_left_right,idx_alias,idx_language | idx_left_right | 8 | NULL | 17 | 100.00 | Using where; Using index; Using join buffer (Block Nested Loop) |
2 | DEPENDENT SUBQUERY | contact | ref | idx_state | idx_state | 1 | const | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/legacy/model/legacy.php:301
JROOT/libraries/legacy/model/list.php:171
JROOT/components/com_content/models/articles.php:546
JROOT/components/com_content/models/category.php:234
JROOT/plugins/system/t3/includes/joomla30/viewlegacy.php:394
JROOT/libraries/legacy/view/category.php:108
JROOT/components/com_content/views/category/view.html.php:72
JROOT/libraries/legacy/controller/legacy.php:685
JROOT/components/com_content/controller.php:79
JROOT/libraries/legacy/controller/legacy.php:722
JROOT/components/com_content/content.php:17
JROOT/libraries/cms/component/helper.php:351
JROOT/libraries/cms/component/helper.php:331
JROOT/libraries/cms/application/site.php:178
JROOT/libraries/cms/application/site.php:208
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:42
Query Time: 0.28 ms After last query: 2.16 ms
SELECT extension_id AS id, element AS "option", params, enabled
FROM fj51l_extensions
WHERE `type` = 'component'
AND `element` = 'com_tags'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fj51l_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 302 | const | 1 | 100.00 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/joomla/cache/controller/callback.php:158
JROOT/libraries/cms/component/helper.php:395
JROOT/libraries/cms/component/helper.php:43
JROOT/libraries/cms/component/helper.php:91
JROOT/libraries/cms/helper/tags.php:396
JROOT/components/com_content/models/articles.php:672
JROOT/components/com_content/models/category.php:234
JROOT/plugins/system/t3/includes/joomla30/viewlegacy.php:394
JROOT/libraries/legacy/view/category.php:108
JROOT/components/com_content/views/category/view.html.php:72
JROOT/libraries/legacy/controller/legacy.php:685
JROOT/components/com_content/controller.php:79
JROOT/libraries/legacy/controller/legacy.php:722
JROOT/components/com_content/content.php:17
JROOT/libraries/cms/component/helper.php:351
JROOT/libraries/cms/component/helper.php:331
JROOT/libraries/cms/application/site.php:178
JROOT/libraries/cms/application/site.php:208
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:42
Query Time: 0.36 ms After last query: 0.20 ms
SELECT `m`.`tag_id`,`t`.*
FROM `fj51l_contentitem_tag_map` AS m
INNER JOIN `fj51l_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 3
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,idx_tag | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | zhoude.m.tag_id | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/cms/helper/tags.php:416
JROOT/components/com_content/models/articles.php:672
JROOT/components/com_content/models/category.php:234
JROOT/plugins/system/t3/includes/joomla30/viewlegacy.php:394
JROOT/libraries/legacy/view/category.php:108
JROOT/components/com_content/views/category/view.html.php:72
JROOT/libraries/legacy/controller/legacy.php:685
JROOT/components/com_content/controller.php:79
JROOT/libraries/legacy/controller/legacy.php:722
JROOT/components/com_content/content.php:17
JROOT/libraries/cms/component/helper.php:351
JROOT/libraries/cms/component/helper.php:331
JROOT/libraries/cms/application/site.php:178
JROOT/libraries/cms/application/site.php:208
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:42
Query Time: 0.70 ms After last query: 0.28 ms
SELECT COUNT(*)
FROM fj51l_content AS a
LEFT JOIN fj51l_content_frontpage AS fp
ON fp.content_id = a.id
LEFT JOIN fj51l_categories AS c
ON c.id = a.catid
LEFT JOIN fj51l_users AS ua
ON ua.id = a.created_by
LEFT JOIN fj51l_users AS uam
ON uam.id = a.modified_by
LEFT JOIN fj51l_categories as parent
ON parent.id = c.parent_id
LEFT JOIN fj51l_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM fj51l_categories AS cat JOIN fj51l_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
WHERE a.access IN (1,1,5)
AND c.access IN (1,1,5)
AND
CASE WHEN badcats.id is null THEN a.state ELSE 0 END = 1
AND a.catid = 10
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2021-01-21 02:58:09')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2021-01-21 02:58:09')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | c | const | PRIMARY,idx_access | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | PRIMARY | a | ref | idx_access,idx_catid | idx_catid | 4 | const | 1 | 100.00 | Using where |
1 | PRIMARY | fp | eq_ref | PRIMARY | PRIMARY | 4 | zhoude.a.id | 1 | 100.00 | Using where; Using index |
1 | PRIMARY | ua | eq_ref | PRIMARY | PRIMARY | 4 | zhoude.a.created_by | 1 | 100.00 | Using where; Using index |
1 | PRIMARY | uam | eq_ref | PRIMARY | PRIMARY | 4 | zhoude.a.modified_by | 1 | 100.00 | Using where; Using index |
1 | PRIMARY | parent | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using where; Using index |
1 | PRIMARY | v | eq_ref | PRIMARY | PRIMARY | 4 | zhoude.a.id | 1 | 100.00 | Using where; Using index |
1 | PRIMARY | <derived2> | ref | <auto_key0> | <auto_key0> | 4 | const | 3 | 100.00 | Using where; Using index |
2 | DERIVED | parent | range | cat_idx,idx_left_right | cat_idx | 153 | NULL | 2 | 100.00 | Using index condition; Using temporary; Using filesort |
2 | DERIVED | cat | index | PRIMARY,cat_idx,idx_access,idx_checkout,idx_path,idx_left_right,idx_alias,idx_language | idx_left_right | 8 | NULL | 17 | 100.00 | Using where; Using index; Using join buffer (Block Nested Loop) |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/legacy/model/legacy.php:327
JROOT/libraries/legacy/model/list.php:276
JROOT/libraries/legacy/model/list.php:221
JROOT/components/com_content/models/category.php:246
JROOT/plugins/system/t3/includes/joomla30/viewlegacy.php:394
JROOT/libraries/legacy/view/category.php:108
JROOT/components/com_content/views/category/view.html.php:72
JROOT/libraries/legacy/controller/legacy.php:685
JROOT/components/com_content/controller.php:79
JROOT/libraries/legacy/controller/legacy.php:722
JROOT/components/com_content/content.php:17
JROOT/libraries/cms/component/helper.php:351
JROOT/libraries/cms/component/helper.php:331
JROOT/libraries/cms/application/site.php:178
JROOT/libraries/cms/application/site.php:208
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:42
Query Time: 0.23 ms After last query: 0.33 ms
SELECT `m`.`tag_id`,`t`.*
FROM `fj51l_contentitem_tag_map` AS m
INNER JOIN `fj51l_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.category'
AND `m`.`content_item_id` = 10
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,idx_tag | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | zhoude.m.tag_id | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/cms/helper/tags.php:416
JROOT/libraries/legacy/view/category.php:179
JROOT/components/com_content/views/category/view.html.php:72
JROOT/libraries/legacy/controller/legacy.php:685
JROOT/components/com_content/controller.php:79
JROOT/libraries/legacy/controller/legacy.php:722
JROOT/components/com_content/content.php:17
JROOT/libraries/cms/component/helper.php:351
JROOT/libraries/cms/component/helper.php:331
JROOT/libraries/cms/application/site.php:178
JROOT/libraries/cms/application/site.php:208
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:42
Query Time: 1.37 ms After last query: 9.81 ms
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 fj51l_categories as c
LEFT JOIN fj51l_categories AS s
ON (s.lft <= c.lft
AND s.rgt >= c.rgt) OR (s.lft > c.lft
AND s.rgt < c.rgt)
LEFT JOIN (SELECT cat.id as id
FROM fj51l_categories AS cat JOIN fj51l_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
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id=10
AND badcats.id is null
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 | 17 | 70.59 | Using where |
1 | PRIMARY | <derived2> | ref | <auto_key0> | <auto_key0> | 4 | zhoude.c.id | 3 | 100.00 | Using where; Not exists; Using index |
2 | DERIVED | parent | range | cat_idx,idx_left_right | cat_idx | 153 | NULL | 2 | 100.00 | Using index condition; Using temporary; Using filesort |
2 | DERIVED | cat | index | PRIMARY,cat_idx,idx_access,idx_checkout,idx_path,idx_left_right,idx_alias,idx_language | idx_left_right | 8 | NULL | 17 | 100.00 | Using where; Using index; Using join buffer (Block Nested Loop) |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/legacy/categories/categories.php:288
JROOT/libraries/legacy/categories/categories.php:181
JROOT/components/com_content/helpers/route.php:39
JROOT/plugins/system/t3/base-bs3/html/com_content/category/default_articles.php:126
JROOT/plugins/system/t3/includes/joomla30/viewlegacy.php:661
JROOT/plugins/system/t3/base-bs3/html/com_content/category/default.php:47
JROOT/plugins/system/t3/includes/joomla30/viewlegacy.php:661
JROOT/plugins/system/t3/includes/joomla30/viewlegacy.php:207
JROOT/libraries/legacy/view/category.php:195
JROOT/components/com_content/views/category/view.html.php:174
JROOT/libraries/legacy/controller/legacy.php:685
JROOT/components/com_content/controller.php:79
JROOT/libraries/legacy/controller/legacy.php:722
JROOT/components/com_content/content.php:17
JROOT/libraries/cms/component/helper.php:351
JROOT/libraries/cms/component/helper.php:331
JROOT/libraries/cms/application/site.php:178
JROOT/libraries/cms/application/site.php:208
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:42
Query Time: 0.19 ms After last query: 1.56 ms
SELECT params
FROM fj51l_extensions AS e
WHERE e.element='com_widgetkit'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 302 | const | 1 | 100.00 | Using index condition |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/administrator/components/com_widgetkit/helpers/system.php:254
JROOT/administrator/components/com_widgetkit/helpers/system.php:54
JROOT/administrator/components/com_widgetkit/classes/widgetkit.php:129
JROOT/administrator/components/com_widgetkit/classes/widgetkit.php:76
JROOT/administrator/components/com_widgetkit/classes/widgetkit.php:137
JROOT/administrator/components/com_widgetkit/widgetkit.php:17
JROOT/plugins/system/widgetkit_system/widgetkit_system.php:20
JROOT/libraries/joomla/event/event.php:71
JROOT/libraries/joomla/event/dispatcher.php:162
JROOT/libraries/joomla/application/base.php:106
JROOT/libraries/cms/application/site.php:183
JROOT/libraries/cms/application/site.php:208
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:42
Query Time: 0.20 ms After last query: 1.29 ms
SELECT extension_id AS id, element AS "option", params, enabled
FROM fj51l_extensions
WHERE `type` = 'component'
AND `element` = 'com_media'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | fj51l_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 302 | const | 1 | 100.00 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/joomla/cache/controller/callback.php:158
JROOT/libraries/cms/component/helper.php:395
JROOT/libraries/cms/component/helper.php:43
JROOT/libraries/cms/component/helper.php:91
JROOT/administrator/components/com_widgetkit/helpers/system.php:80
JROOT/administrator/components/com_widgetkit/widgetkit.php:17
JROOT/plugins/system/widgetkit_system/widgetkit_system.php:20
JROOT/libraries/joomla/event/event.php:71
JROOT/libraries/joomla/event/dispatcher.php:162
JROOT/libraries/joomla/application/base.php:106
JROOT/libraries/cms/application/site.php:183
JROOT/libraries/cms/application/site.php:208
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:42
Query Time: 0.93 ms After last query: 13.57 ms
SELECT m.published, m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM fj51l_modules AS m
LEFT JOIN fj51l_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN fj51l_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
WHERE m.published = 1
AND e.enabled = 1
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2021-01-21 02:58:09')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2021-01-21 02:58:09')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 101 OR mm.menuid <= 0)
ORDER BY m.position, m.ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | ref | PRIMARY,published,newsfeeds | published | 1 | const | 15 | 100.00 | Using index condition; Using where; Using filesort |
1 | SIMPLE | mm | ref | PRIMARY | PRIMARY | 4 | zhoude.m.id | 1 | 100.00 | Using where; Using index |
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 303 | zhoude.m.module,const | 1 | 100.00 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/plugins/system/t3/includes/joomla30/modulehelper.php:423
JROOT/plugins/system/t3/includes/joomla30/modulehelper.php:102
JROOT/libraries/joomla/document/html/html.php:502
JROOT/plugins/system/t3/includes/core/template.php:565
JROOT/templates/t3_bs3_blank/tpls/blocks/header.php:21
JROOT/plugins/system/t3/includes/core/template.php:182
JROOT/templates/t3_bs3_blank/tpls/new-lao-site.php:40
JROOT/plugins/system/t3/includes/core/template.php:204
JROOT/templates/t3_bs3_blank/index.php:34
JROOT/libraries/joomla/document/html/html.php:570
JROOT/libraries/joomla/document/html/html.php:628
JROOT/libraries/joomla/document/html/html.php:452
JROOT/libraries/cms/application/cms.php:985
JROOT/libraries/cms/application/site.php:700
JROOT/libraries/cms/application/cms.php:261
JROOT/index.php:42
Query Time: 10.15 ms After last query: 5.96 ms
SELECT a.id, a.title, a.alias, a.introtext, a.fulltext, a.checked_out, a.checked_out_time, 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, uam.name as modified_by_name,
CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, LENGTH(a.fulltext) AS readmore,
CASE WHEN badcats.id is not null THEN 0 ELSE a.state END AS state,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,
CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,(
SELECT MAX(contact.id) AS id
FROM fj51l_contact_details AS contact
WHERE contact.published = 1
AND contact.user_id = a.created_by) as contactid,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,c.published,
CASE WHEN badcats.id is null THEN c.published ELSE 0 END AS parents_published
FROM fj51l_content AS a
LEFT JOIN fj51l_content_frontpage AS fp
ON fp.content_id = a.id
LEFT JOIN fj51l_categories AS c
ON c.id = a.catid
LEFT JOIN fj51l_users AS ua
ON ua.id = a.created_by
LEFT JOIN fj51l_users AS uam
ON uam.id = a.modified_by
LEFT JOIN fj51l_categories as parent
ON parent.id = c.parent_id
LEFT JOIN fj51l_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM fj51l_categories AS cat JOIN fj51l_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
WHERE a.access IN (1,1,5)
AND c.access IN (1,1,5)
AND
CASE WHEN badcats.id is null THEN a.state ELSE 0 END = 1
AND a.catid IN (17)
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2021-01-21 02:58:09')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2021-01-21 02:58:09')
ORDER BY a.created DESC
LIMIT 0, 8
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | c | const | PRIMARY,idx_access | PRIMARY | 4 | const | 1 | 100.00 | Using temporary; Using filesort |
1 | PRIMARY | a | ref | idx_access,idx_catid | idx_catid | 4 | const | 15 | 100.00 | Using where |
1 | PRIMARY | fp | eq_ref | PRIMARY | PRIMARY | 4 | zhoude.a.id | 1 | 100.00 | Using where; Using index |
1 | PRIMARY | ua | eq_ref | PRIMARY | PRIMARY | 4 | zhoude.a.created_by | 1 | 100.00 | Using where |
1 | PRIMARY | uam | eq_ref | PRIMARY | PRIMARY | 4 | zhoude.a.modified_by | 1 | 100.00 | Using where |
1 | PRIMARY | parent | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using where |
1 | PRIMARY | v | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using join buffer (Block Nested Loop) |
1 | PRIMARY | <derived3> | ref | <auto_key0> | <auto_key0> | 4 | const | 3 | 100.00 | Using where; Using index |
3 | DERIVED | parent | range | cat_idx,idx_left_right | cat_idx | 153 | NULL | 2 | 100.00 | Using index condition; Using temporary; Using filesort |
3 | DERIVED | cat | index | PRIMARY,cat_idx,idx_access,idx_checkout,idx_path,idx_left_right,idx_alias,idx_language | idx_left_right | 8 | NULL | 17 | 100.00 | Using where; Using index; Using join buffer (Block Nested Loop) |
2 | DEPENDENT SUBQUERY | contact | ref | idx_state | idx_state | 1 | const | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/legacy/model/legacy.php:301
JROOT/libraries/legacy/model/list.php:171
JROOT/components/com_content/models/articles.php:546
JROOT/modules/mod_articles_latest/helper.php:101
JROOT/modules/mod_articles_latest/mod_articles_latest.php:15
JROOT/plugins/system/t3/includes/joomla30/modulehelper.php:191
JROOT/libraries/joomla/document/html/renderer/module.php:105
JROOT/libraries/joomla/document/html/renderer/modules.php:46
JROOT/libraries/joomla/document/html/html.php:408
JROOT/libraries/joomla/document/html/html.php:690
JROOT/libraries/joomla/document/html/html.php:471
JROOT/libraries/cms/application/cms.php:999
JROOT/libraries/cms/application/site.php:700
JROOT/libraries/cms/application/cms.php:261
JROOT/index.php:42
Query Time: 0.31 ms After last query: 0.76 ms
SELECT `m`.`tag_id`,`t`.*
FROM `fj51l_contentitem_tag_map` AS m
INNER JOIN `fj51l_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 128
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,idx_tag | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | zhoude.m.tag_id | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/cms/helper/tags.php:416
JROOT/components/com_content/models/articles.php:672
JROOT/modules/mod_articles_latest/helper.php:101
JROOT/modules/mod_articles_latest/mod_articles_latest.php:15
JROOT/plugins/system/t3/includes/joomla30/modulehelper.php:191
JROOT/libraries/joomla/document/html/renderer/module.php:105
JROOT/libraries/joomla/document/html/renderer/modules.php:46
JROOT/libraries/joomla/document/html/html.php:408
JROOT/libraries/joomla/document/html/html.php:690
JROOT/libraries/joomla/document/html/html.php:471
JROOT/libraries/cms/application/cms.php:999
JROOT/libraries/cms/application/site.php:700
JROOT/libraries/cms/application/cms.php:261
JROOT/index.php:42
Query Time: 0.22 ms After last query: 0.33 ms
SELECT `m`.`tag_id`,`t`.*
FROM `fj51l_contentitem_tag_map` AS m
INNER JOIN `fj51l_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 127
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,idx_tag | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | zhoude.m.tag_id | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/cms/helper/tags.php:416
JROOT/components/com_content/models/articles.php:672
JROOT/modules/mod_articles_latest/helper.php:101
JROOT/modules/mod_articles_latest/mod_articles_latest.php:15
JROOT/plugins/system/t3/includes/joomla30/modulehelper.php:191
JROOT/libraries/joomla/document/html/renderer/module.php:105
JROOT/libraries/joomla/document/html/renderer/modules.php:46
JROOT/libraries/joomla/document/html/html.php:408
JROOT/libraries/joomla/document/html/html.php:690
JROOT/libraries/joomla/document/html/html.php:471
JROOT/libraries/cms/application/cms.php:999
JROOT/libraries/cms/application/site.php:700
JROOT/libraries/cms/application/cms.php:261
JROOT/index.php:42
Query Time: 0.24 ms After last query: 0.34 ms
SELECT `m`.`tag_id`,`t`.*
FROM `fj51l_contentitem_tag_map` AS m
INNER JOIN `fj51l_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 126
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,idx_tag | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | zhoude.m.tag_id | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/cms/helper/tags.php:416
JROOT/components/com_content/models/articles.php:672
JROOT/modules/mod_articles_latest/helper.php:101
JROOT/modules/mod_articles_latest/mod_articles_latest.php:15
JROOT/plugins/system/t3/includes/joomla30/modulehelper.php:191
JROOT/libraries/joomla/document/html/renderer/module.php:105
JROOT/libraries/joomla/document/html/renderer/modules.php:46
JROOT/libraries/joomla/document/html/html.php:408
JROOT/libraries/joomla/document/html/html.php:690
JROOT/libraries/joomla/document/html/html.php:471
JROOT/libraries/cms/application/cms.php:999
JROOT/libraries/cms/application/site.php:700
JROOT/libraries/cms/application/cms.php:261
JROOT/index.php:42
Query Time: 0.26 ms After last query: 0.42 ms
SELECT `m`.`tag_id`,`t`.*
FROM `fj51l_contentitem_tag_map` AS m
INNER JOIN `fj51l_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 124
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,idx_tag | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | zhoude.m.tag_id | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/cms/helper/tags.php:416
JROOT/components/com_content/models/articles.php:672
JROOT/modules/mod_articles_latest/helper.php:101
JROOT/modules/mod_articles_latest/mod_articles_latest.php:15
JROOT/plugins/system/t3/includes/joomla30/modulehelper.php:191
JROOT/libraries/joomla/document/html/renderer/module.php:105
JROOT/libraries/joomla/document/html/renderer/modules.php:46
JROOT/libraries/joomla/document/html/html.php:408
JROOT/libraries/joomla/document/html/html.php:690
JROOT/libraries/joomla/document/html/html.php:471
JROOT/libraries/cms/application/cms.php:999
JROOT/libraries/cms/application/site.php:700
JROOT/libraries/cms/application/cms.php:261
JROOT/index.php:42
Query Time: 0.26 ms After last query: 0.35 ms
SELECT `m`.`tag_id`,`t`.*
FROM `fj51l_contentitem_tag_map` AS m
INNER JOIN `fj51l_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 103
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,idx_tag | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | zhoude.m.tag_id | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/cms/helper/tags.php:416
JROOT/components/com_content/models/articles.php:672
JROOT/modules/mod_articles_latest/helper.php:101
JROOT/modules/mod_articles_latest/mod_articles_latest.php:15
JROOT/plugins/system/t3/includes/joomla30/modulehelper.php:191
JROOT/libraries/joomla/document/html/renderer/module.php:105
JROOT/libraries/joomla/document/html/renderer/modules.php:46
JROOT/libraries/joomla/document/html/html.php:408
JROOT/libraries/joomla/document/html/html.php:690
JROOT/libraries/joomla/document/html/html.php:471
JROOT/libraries/cms/application/cms.php:999
JROOT/libraries/cms/application/site.php:700
JROOT/libraries/cms/application/cms.php:261
JROOT/index.php:42
Query Time: 0.24 ms After last query: 0.34 ms
SELECT `m`.`tag_id`,`t`.*
FROM `fj51l_contentitem_tag_map` AS m
INNER JOIN `fj51l_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 101
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,idx_tag | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | zhoude.m.tag_id | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/cms/helper/tags.php:416
JROOT/components/com_content/models/articles.php:672
JROOT/modules/mod_articles_latest/helper.php:101
JROOT/modules/mod_articles_latest/mod_articles_latest.php:15
JROOT/plugins/system/t3/includes/joomla30/modulehelper.php:191
JROOT/libraries/joomla/document/html/renderer/module.php:105
JROOT/libraries/joomla/document/html/renderer/modules.php:46
JROOT/libraries/joomla/document/html/html.php:408
JROOT/libraries/joomla/document/html/html.php:690
JROOT/libraries/joomla/document/html/html.php:471
JROOT/libraries/cms/application/cms.php:999
JROOT/libraries/cms/application/site.php:700
JROOT/libraries/cms/application/cms.php:261
JROOT/index.php:42
Query Time: 0.23 ms After last query: 0.37 ms
SELECT `m`.`tag_id`,`t`.*
FROM `fj51l_contentitem_tag_map` AS m
INNER JOIN `fj51l_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 100
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,idx_tag | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | zhoude.m.tag_id | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/cms/helper/tags.php:416
JROOT/components/com_content/models/articles.php:672
JROOT/modules/mod_articles_latest/helper.php:101
JROOT/modules/mod_articles_latest/mod_articles_latest.php:15
JROOT/plugins/system/t3/includes/joomla30/modulehelper.php:191
JROOT/libraries/joomla/document/html/renderer/module.php:105
JROOT/libraries/joomla/document/html/renderer/modules.php:46
JROOT/libraries/joomla/document/html/html.php:408
JROOT/libraries/joomla/document/html/html.php:690
JROOT/libraries/joomla/document/html/html.php:471
JROOT/libraries/cms/application/cms.php:999
JROOT/libraries/cms/application/site.php:700
JROOT/libraries/cms/application/cms.php:261
JROOT/index.php:42
Query Time: 0.24 ms After last query: 0.33 ms
SELECT `m`.`tag_id`,`t`.*
FROM `fj51l_contentitem_tag_map` AS m
INNER JOIN `fj51l_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 99
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,idx_tag | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | zhoude.m.tag_id | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/cms/helper/tags.php:416
JROOT/components/com_content/models/articles.php:672
JROOT/modules/mod_articles_latest/helper.php:101
JROOT/modules/mod_articles_latest/mod_articles_latest.php:15
JROOT/plugins/system/t3/includes/joomla30/modulehelper.php:191
JROOT/libraries/joomla/document/html/renderer/module.php:105
JROOT/libraries/joomla/document/html/renderer/modules.php:46
JROOT/libraries/joomla/document/html/html.php:408
JROOT/libraries/joomla/document/html/html.php:690
JROOT/libraries/joomla/document/html/html.php:471
JROOT/libraries/cms/application/cms.php:999
JROOT/libraries/cms/application/site.php:700
JROOT/libraries/cms/application/cms.php:261
JROOT/index.php:42
Query Time: 0.99 ms After last query: 0.17 ms
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 fj51l_categories as c
LEFT JOIN fj51l_categories AS s
ON (s.lft <= c.lft
AND s.rgt >= c.rgt) OR (s.lft > c.lft
AND s.rgt < c.rgt)
LEFT JOIN (SELECT cat.id as id
FROM fj51l_categories AS cat JOIN fj51l_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
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id=17
AND badcats.id is null
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 | 17 | 70.59 | Using where |
1 | PRIMARY | <derived2> | ref | <auto_key0> | <auto_key0> | 4 | zhoude.c.id | 3 | 100.00 | Using where; Not exists; Using index |
2 | DERIVED | parent | range | cat_idx,idx_left_right | cat_idx | 153 | NULL | 2 | 100.00 | Using index condition; Using temporary; Using filesort |
2 | DERIVED | cat | index | PRIMARY,cat_idx,idx_access,idx_checkout,idx_path,idx_left_right,idx_alias,idx_language | idx_left_right | 8 | NULL | 17 | 100.00 | Using where; Using index; Using join buffer (Block Nested Loop) |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/legacy/categories/categories.php:288
JROOT/libraries/legacy/categories/categories.php:181
JROOT/components/com_content/helpers/route.php:39
JROOT/modules/mod_articles_latest/helper.php:111
JROOT/modules/mod_articles_latest/mod_articles_latest.php:15
JROOT/plugins/system/t3/includes/joomla30/modulehelper.php:191
JROOT/libraries/joomla/document/html/renderer/module.php:105
JROOT/libraries/joomla/document/html/renderer/modules.php:46
JROOT/libraries/joomla/document/html/html.php:408
JROOT/libraries/joomla/document/html/html.php:690
JROOT/libraries/joomla/document/html/html.php:471
JROOT/libraries/cms/application/cms.php:999
JROOT/libraries/cms/application/site.php:700
JROOT/libraries/cms/application/cms.php:261
JROOT/index.php:42
Query Time: 4.75 ms After last query: 2.26 ms
SELECT a.id, a.title, a.alias, a.introtext, a.fulltext, a.checked_out, a.checked_out_time, 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, uam.name as modified_by_name,
CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, LENGTH(a.fulltext) AS readmore,
CASE WHEN badcats.id is not null THEN 0 ELSE a.state END AS state,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,
CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,(
SELECT MAX(contact.id) AS id
FROM fj51l_contact_details AS contact
WHERE contact.published = 1
AND contact.user_id = a.created_by) as contactid,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,c.published,
CASE WHEN badcats.id is null THEN c.published ELSE 0 END AS parents_published
FROM fj51l_content AS a
LEFT JOIN fj51l_content_frontpage AS fp
ON fp.content_id = a.id
LEFT JOIN fj51l_categories AS c
ON c.id = a.catid
LEFT JOIN fj51l_users AS ua
ON ua.id = a.created_by
LEFT JOIN fj51l_users AS uam
ON uam.id = a.modified_by
LEFT JOIN fj51l_categories as parent
ON parent.id = c.parent_id
LEFT JOIN fj51l_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM fj51l_categories AS cat JOIN fj51l_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
WHERE a.access IN (1,1,5)
AND c.access IN (1,1,5)
AND
CASE WHEN badcats.id is null THEN a.state ELSE 0 END = 1
AND a.catid IN (16)
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2021-01-21 02:58:09')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2021-01-21 02:58:09')
ORDER BY a.created DESC
LIMIT 0, 8
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | c | const | PRIMARY,idx_access | PRIMARY | 4 | const | 1 | 100.00 | Using temporary; Using filesort |
1 | PRIMARY | a | ref | idx_access,idx_catid | idx_catid | 4 | const | 21 | 100.00 | Using where |
1 | PRIMARY | fp | eq_ref | PRIMARY | PRIMARY | 4 | zhoude.a.id | 1 | 100.00 | Using where; Using index |
1 | PRIMARY | ua | eq_ref | PRIMARY | PRIMARY | 4 | zhoude.a.created_by | 1 | 100.00 | Using where |
1 | PRIMARY | uam | eq_ref | PRIMARY | PRIMARY | 4 | zhoude.a.modified_by | 1 | 100.00 | Using where |
1 | PRIMARY | parent | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using where |
1 | PRIMARY | v | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using join buffer (Block Nested Loop) |
1 | PRIMARY | <derived3> | ref | <auto_key0> | <auto_key0> | 4 | const | 3 | 100.00 | Using where; Using index |
3 | DERIVED | parent | range | cat_idx,idx_left_right | cat_idx | 153 | NULL | 2 | 100.00 | Using index condition; Using temporary; Using filesort |
3 | DERIVED | cat | index | PRIMARY,cat_idx,idx_access,idx_checkout,idx_path,idx_left_right,idx_alias,idx_language | idx_left_right | 8 | NULL | 17 | 100.00 | Using where; Using index; Using join buffer (Block Nested Loop) |
2 | DEPENDENT SUBQUERY | contact | ref | idx_state | idx_state | 1 | const | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/legacy/model/legacy.php:301
JROOT/libraries/legacy/model/list.php:171
JROOT/components/com_content/models/articles.php:546
JROOT/modules/mod_articles_latest/helper.php:101
JROOT/modules/mod_articles_latest/mod_articles_latest.php:15
JROOT/plugins/system/t3/includes/joomla30/modulehelper.php:191
JROOT/libraries/joomla/document/html/renderer/module.php:105
JROOT/libraries/joomla/document/html/renderer/modules.php:46
JROOT/libraries/joomla/document/html/html.php:408
JROOT/libraries/joomla/document/html/html.php:690
JROOT/libraries/joomla/document/html/html.php:471
JROOT/libraries/cms/application/cms.php:999
JROOT/libraries/cms/application/site.php:700
JROOT/libraries/cms/application/cms.php:261
JROOT/index.php:42
Query Time: 0.38 ms After last query: 1.10 ms
SELECT `m`.`tag_id`,`t`.*
FROM `fj51l_contentitem_tag_map` AS m
INNER JOIN `fj51l_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 220
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,idx_tag | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | zhoude.m.tag_id | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/cms/helper/tags.php:416
JROOT/components/com_content/models/articles.php:672
JROOT/modules/mod_articles_latest/helper.php:101
JROOT/modules/mod_articles_latest/mod_articles_latest.php:15
JROOT/plugins/system/t3/includes/joomla30/modulehelper.php:191
JROOT/libraries/joomla/document/html/renderer/module.php:105
JROOT/libraries/joomla/document/html/renderer/modules.php:46
JROOT/libraries/joomla/document/html/html.php:408
JROOT/libraries/joomla/document/html/html.php:690
JROOT/libraries/joomla/document/html/html.php:471
JROOT/libraries/cms/application/cms.php:999
JROOT/libraries/cms/application/site.php:700
JROOT/libraries/cms/application/cms.php:261
JROOT/index.php:42
Query Time: 0.32 ms After last query: 0.43 ms
SELECT `m`.`tag_id`,`t`.*
FROM `fj51l_contentitem_tag_map` AS m
INNER JOIN `fj51l_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 219
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,idx_tag | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | zhoude.m.tag_id | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/cms/helper/tags.php:416
JROOT/components/com_content/models/articles.php:672
JROOT/modules/mod_articles_latest/helper.php:101
JROOT/modules/mod_articles_latest/mod_articles_latest.php:15
JROOT/plugins/system/t3/includes/joomla30/modulehelper.php:191
JROOT/libraries/joomla/document/html/renderer/module.php:105
JROOT/libraries/joomla/document/html/renderer/modules.php:46
JROOT/libraries/joomla/document/html/html.php:408
JROOT/libraries/joomla/document/html/html.php:690
JROOT/libraries/joomla/document/html/html.php:471
JROOT/libraries/cms/application/cms.php:999
JROOT/libraries/cms/application/site.php:700
JROOT/libraries/cms/application/cms.php:261
JROOT/index.php:42
Query Time: 0.24 ms After last query: 0.35 ms
SELECT `m`.`tag_id`,`t`.*
FROM `fj51l_contentitem_tag_map` AS m
INNER JOIN `fj51l_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 218
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,idx_tag | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | zhoude.m.tag_id | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/cms/helper/tags.php:416
JROOT/components/com_content/models/articles.php:672
JROOT/modules/mod_articles_latest/helper.php:101
JROOT/modules/mod_articles_latest/mod_articles_latest.php:15
JROOT/plugins/system/t3/includes/joomla30/modulehelper.php:191
JROOT/libraries/joomla/document/html/renderer/module.php:105
JROOT/libraries/joomla/document/html/renderer/modules.php:46
JROOT/libraries/joomla/document/html/html.php:408
JROOT/libraries/joomla/document/html/html.php:690
JROOT/libraries/joomla/document/html/html.php:471
JROOT/libraries/cms/application/cms.php:999
JROOT/libraries/cms/application/site.php:700
JROOT/libraries/cms/application/cms.php:261
JROOT/index.php:42
Query Time: 0.24 ms After last query: 0.40 ms
SELECT `m`.`tag_id`,`t`.*
FROM `fj51l_contentitem_tag_map` AS m
INNER JOIN `fj51l_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 214
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,idx_tag | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | zhoude.m.tag_id | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/cms/helper/tags.php:416
JROOT/components/com_content/models/articles.php:672
JROOT/modules/mod_articles_latest/helper.php:101
JROOT/modules/mod_articles_latest/mod_articles_latest.php:15
JROOT/plugins/system/t3/includes/joomla30/modulehelper.php:191
JROOT/libraries/joomla/document/html/renderer/module.php:105
JROOT/libraries/joomla/document/html/renderer/modules.php:46
JROOT/libraries/joomla/document/html/html.php:408
JROOT/libraries/joomla/document/html/html.php:690
JROOT/libraries/joomla/document/html/html.php:471
JROOT/libraries/cms/application/cms.php:999
JROOT/libraries/cms/application/site.php:700
JROOT/libraries/cms/application/cms.php:261
JROOT/index.php:42
Query Time: 0.29 ms After last query: 0.35 ms
SELECT `m`.`tag_id`,`t`.*
FROM `fj51l_contentitem_tag_map` AS m
INNER JOIN `fj51l_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 210
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,idx_tag | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | zhoude.m.tag_id | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/cms/helper/tags.php:416
JROOT/components/com_content/models/articles.php:672
JROOT/modules/mod_articles_latest/helper.php:101
JROOT/modules/mod_articles_latest/mod_articles_latest.php:15
JROOT/plugins/system/t3/includes/joomla30/modulehelper.php:191
JROOT/libraries/joomla/document/html/renderer/module.php:105
JROOT/libraries/joomla/document/html/renderer/modules.php:46
JROOT/libraries/joomla/document/html/html.php:408
JROOT/libraries/joomla/document/html/html.php:690
JROOT/libraries/joomla/document/html/html.php:471
JROOT/libraries/cms/application/cms.php:999
JROOT/libraries/cms/application/site.php:700
JROOT/libraries/cms/application/cms.php:261
JROOT/index.php:42
Query Time: 0.23 ms After last query: 0.34 ms
SELECT `m`.`tag_id`,`t`.*
FROM `fj51l_contentitem_tag_map` AS m
INNER JOIN `fj51l_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 209
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,idx_tag | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | zhoude.m.tag_id | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/cms/helper/tags.php:416
JROOT/components/com_content/models/articles.php:672
JROOT/modules/mod_articles_latest/helper.php:101
JROOT/modules/mod_articles_latest/mod_articles_latest.php:15
JROOT/plugins/system/t3/includes/joomla30/modulehelper.php:191
JROOT/libraries/joomla/document/html/renderer/module.php:105
JROOT/libraries/joomla/document/html/renderer/modules.php:46
JROOT/libraries/joomla/document/html/html.php:408
JROOT/libraries/joomla/document/html/html.php:690
JROOT/libraries/joomla/document/html/html.php:471
JROOT/libraries/cms/application/cms.php:999
JROOT/libraries/cms/application/site.php:700
JROOT/libraries/cms/application/cms.php:261
JROOT/index.php:42
Query Time: 0.24 ms After last query: 0.38 ms
SELECT `m`.`tag_id`,`t`.*
FROM `fj51l_contentitem_tag_map` AS m
INNER JOIN `fj51l_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 202
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,idx_tag | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | zhoude.m.tag_id | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/cms/helper/tags.php:416
JROOT/components/com_content/models/articles.php:672
JROOT/modules/mod_articles_latest/helper.php:101
JROOT/modules/mod_articles_latest/mod_articles_latest.php:15
JROOT/plugins/system/t3/includes/joomla30/modulehelper.php:191
JROOT/libraries/joomla/document/html/renderer/module.php:105
JROOT/libraries/joomla/document/html/renderer/modules.php:46
JROOT/libraries/joomla/document/html/html.php:408
JROOT/libraries/joomla/document/html/html.php:690
JROOT/libraries/joomla/document/html/html.php:471
JROOT/libraries/cms/application/cms.php:999
JROOT/libraries/cms/application/site.php:700
JROOT/libraries/cms/application/cms.php:261
JROOT/index.php:42
Query Time: 0.23 ms After last query: 0.31 ms
SELECT `m`.`tag_id`,`t`.*
FROM `fj51l_contentitem_tag_map` AS m
INNER JOIN `fj51l_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 179
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,idx_tag | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | zhoude.m.tag_id | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/cms/helper/tags.php:416
JROOT/components/com_content/models/articles.php:672
JROOT/modules/mod_articles_latest/helper.php:101
JROOT/modules/mod_articles_latest/mod_articles_latest.php:15
JROOT/plugins/system/t3/includes/joomla30/modulehelper.php:191
JROOT/libraries/joomla/document/html/renderer/module.php:105
JROOT/libraries/joomla/document/html/renderer/modules.php:46
JROOT/libraries/joomla/document/html/html.php:408
JROOT/libraries/joomla/document/html/html.php:690
JROOT/libraries/joomla/document/html/html.php:471
JROOT/libraries/cms/application/cms.php:999
JROOT/libraries/cms/application/site.php:700
JROOT/libraries/cms/application/cms.php:261
JROOT/index.php:42
Query Time: 1.05 ms After last query: 0.18 ms
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 fj51l_categories as c
LEFT JOIN fj51l_categories AS s
ON (s.lft <= c.lft
AND s.rgt >= c.rgt) OR (s.lft > c.lft
AND s.rgt < c.rgt)
LEFT JOIN (SELECT cat.id as id
FROM fj51l_categories AS cat JOIN fj51l_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
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id=16
AND badcats.id is null
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 | 17 | 70.59 | Using where |
1 | PRIMARY | <derived2> | ref | <auto_key0> | <auto_key0> | 4 | zhoude.c.id | 3 | 100.00 | Using where; Not exists; Using index |
2 | DERIVED | parent | range | cat_idx,idx_left_right | cat_idx | 153 | NULL | 2 | 100.00 | Using index condition; Using temporary; Using filesort |
2 | DERIVED | cat | index | PRIMARY,cat_idx,idx_access,idx_checkout,idx_path,idx_left_right,idx_alias,idx_language | idx_left_right | 8 | NULL | 17 | 100.00 | Using where; Using index; Using join buffer (Block Nested Loop) |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/legacy/categories/categories.php:288
JROOT/libraries/legacy/categories/categories.php:181
JROOT/components/com_content/helpers/route.php:39
JROOT/modules/mod_articles_latest/helper.php:111
JROOT/modules/mod_articles_latest/mod_articles_latest.php:15
JROOT/plugins/system/t3/includes/joomla30/modulehelper.php:191
JROOT/libraries/joomla/document/html/renderer/module.php:105
JROOT/libraries/joomla/document/html/renderer/modules.php:46
JROOT/libraries/joomla/document/html/html.php:408
JROOT/libraries/joomla/document/html/html.php:690
JROOT/libraries/joomla/document/html/html.php:471
JROOT/libraries/cms/application/cms.php:999
JROOT/libraries/cms/application/site.php:700
JROOT/libraries/cms/application/cms.php:261
JROOT/index.php:42
Query Time: 5.42 ms After last query: 7.34 ms
SELECT a.id, a.title, a.alias, a.introtext, a.fulltext, a.checked_out, a.checked_out_time, 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, uam.name as modified_by_name,
CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, LENGTH(a.fulltext) AS readmore,
CASE WHEN badcats.id is not null THEN 0 ELSE a.state END AS state,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,
CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,(
SELECT MAX(contact.id) AS id
FROM fj51l_contact_details AS contact
WHERE contact.published = 1
AND contact.user_id = a.created_by) as contactid,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,c.published,
CASE WHEN badcats.id is null THEN c.published ELSE 0 END AS parents_published
FROM fj51l_content AS a
LEFT JOIN fj51l_content_frontpage AS fp
ON fp.content_id = a.id
LEFT JOIN fj51l_categories AS c
ON c.id = a.catid
LEFT JOIN fj51l_users AS ua
ON ua.id = a.created_by
LEFT JOIN fj51l_users AS uam
ON uam.id = a.modified_by
LEFT JOIN fj51l_categories as parent
ON parent.id = c.parent_id
LEFT JOIN fj51l_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM fj51l_categories AS cat JOIN fj51l_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
WHERE a.access IN (1,1,5)
AND c.access IN (1,1,5)
AND
CASE WHEN badcats.id is null THEN a.state ELSE 0 END = 1
AND a.catid IN (16,17)
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2021-01-21 02:58:09')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2021-01-21 02:58:09')
ORDER BY a.created DESC
LIMIT 0, 13
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | a | range | idx_access,idx_catid | idx_catid | 4 | NULL | 36 | 100.00 | Using index condition; Using where; Using temporary; Using filesort |
1 | PRIMARY | fp | eq_ref | PRIMARY | PRIMARY | 4 | zhoude.a.id | 1 | 100.00 | Using where; Using index |
1 | PRIMARY | c | eq_ref | PRIMARY,idx_access | PRIMARY | 4 | zhoude.a.catid | 1 | 100.00 | Using where |
1 | PRIMARY | ua | eq_ref | PRIMARY | PRIMARY | 4 | zhoude.a.created_by | 1 | 100.00 | Using where |
1 | PRIMARY | uam | eq_ref | PRIMARY | PRIMARY | 4 | zhoude.a.modified_by | 1 | 100.00 | Using where |
1 | PRIMARY | parent | eq_ref | PRIMARY | PRIMARY | 4 | zhoude.c.parent_id | 1 | 100.00 | Using where |
1 | PRIMARY | v | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where; Using join buffer (Block Nested Loop) |
1 | PRIMARY | <derived3> | ref | <auto_key0> | <auto_key0> | 4 | zhoude.c.id | 3 | 100.00 | Using where; Using index |
3 | DERIVED | parent | range | cat_idx,idx_left_right | cat_idx | 153 | NULL | 2 | 100.00 | Using index condition; Using temporary; Using filesort |
3 | DERIVED | cat | index | PRIMARY,cat_idx,idx_access,idx_checkout,idx_path,idx_left_right,idx_alias,idx_language | idx_left_right | 8 | NULL | 17 | 100.00 | Using where; Using index; Using join buffer (Block Nested Loop) |
2 | DEPENDENT SUBQUERY | contact | ref | idx_state | idx_state | 1 | const | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/legacy/model/legacy.php:301
JROOT/libraries/legacy/model/list.php:171
JROOT/components/com_content/models/articles.php:546
JROOT/modules/mod_articles_latest/helper.php:101
JROOT/modules/mod_articles_latest/mod_articles_latest.php:15
JROOT/plugins/system/t3/includes/joomla30/modulehelper.php:191
JROOT/libraries/joomla/document/html/renderer/module.php:105
JROOT/libraries/joomla/document/html/renderer/modules.php:46
JROOT/libraries/joomla/document/html/html.php:408
JROOT/libraries/joomla/document/html/html.php:690
JROOT/libraries/joomla/document/html/html.php:471
JROOT/libraries/cms/application/cms.php:999
JROOT/libraries/cms/application/site.php:700
JROOT/libraries/cms/application/cms.php:261
JROOT/index.php:42
Query Time: 0.35 ms After last query: 0.93 ms
SELECT `m`.`tag_id`,`t`.*
FROM `fj51l_contentitem_tag_map` AS m
INNER JOIN `fj51l_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 220
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,idx_tag | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | zhoude.m.tag_id | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/cms/helper/tags.php:416
JROOT/components/com_content/models/articles.php:672
JROOT/modules/mod_articles_latest/helper.php:101
JROOT/modules/mod_articles_latest/mod_articles_latest.php:15
JROOT/plugins/system/t3/includes/joomla30/modulehelper.php:191
JROOT/libraries/joomla/document/html/renderer/module.php:105
JROOT/libraries/joomla/document/html/renderer/modules.php:46
JROOT/libraries/joomla/document/html/html.php:408
JROOT/libraries/joomla/document/html/html.php:690
JROOT/libraries/joomla/document/html/html.php:471
JROOT/libraries/cms/application/cms.php:999
JROOT/libraries/cms/application/site.php:700
JROOT/libraries/cms/application/cms.php:261
JROOT/index.php:42
Query Time: 0.23 ms After last query: 0.36 ms
SELECT `m`.`tag_id`,`t`.*
FROM `fj51l_contentitem_tag_map` AS m
INNER JOIN `fj51l_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 219
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,idx_tag | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | zhoude.m.tag_id | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/cms/helper/tags.php:416
JROOT/components/com_content/models/articles.php:672
JROOT/modules/mod_articles_latest/helper.php:101
JROOT/modules/mod_articles_latest/mod_articles_latest.php:15
JROOT/plugins/system/t3/includes/joomla30/modulehelper.php:191
JROOT/libraries/joomla/document/html/renderer/module.php:105
JROOT/libraries/joomla/document/html/renderer/modules.php:46
JROOT/libraries/joomla/document/html/html.php:408
JROOT/libraries/joomla/document/html/html.php:690
JROOT/libraries/joomla/document/html/html.php:471
JROOT/libraries/cms/application/cms.php:999
JROOT/libraries/cms/application/site.php:700
JROOT/libraries/cms/application/cms.php:261
JROOT/index.php:42
Query Time: 0.26 ms After last query: 0.34 ms
SELECT `m`.`tag_id`,`t`.*
FROM `fj51l_contentitem_tag_map` AS m
INNER JOIN `fj51l_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 218
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,idx_tag | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | zhoude.m.tag_id | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/cms/helper/tags.php:416
JROOT/components/com_content/models/articles.php:672
JROOT/modules/mod_articles_latest/helper.php:101
JROOT/modules/mod_articles_latest/mod_articles_latest.php:15
JROOT/plugins/system/t3/includes/joomla30/modulehelper.php:191
JROOT/libraries/joomla/document/html/renderer/module.php:105
JROOT/libraries/joomla/document/html/renderer/modules.php:46
JROOT/libraries/joomla/document/html/html.php:408
JROOT/libraries/joomla/document/html/html.php:690
JROOT/libraries/joomla/document/html/html.php:471
JROOT/libraries/cms/application/cms.php:999
JROOT/libraries/cms/application/site.php:700
JROOT/libraries/cms/application/cms.php:261
JROOT/index.php:42
Query Time: 0.25 ms After last query: 0.38 ms
SELECT `m`.`tag_id`,`t`.*
FROM `fj51l_contentitem_tag_map` AS m
INNER JOIN `fj51l_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 214
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,idx_tag | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | zhoude.m.tag_id | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/cms/helper/tags.php:416
JROOT/components/com_content/models/articles.php:672
JROOT/modules/mod_articles_latest/helper.php:101
JROOT/modules/mod_articles_latest/mod_articles_latest.php:15
JROOT/plugins/system/t3/includes/joomla30/modulehelper.php:191
JROOT/libraries/joomla/document/html/renderer/module.php:105
JROOT/libraries/joomla/document/html/renderer/modules.php:46
JROOT/libraries/joomla/document/html/html.php:408
JROOT/libraries/joomla/document/html/html.php:690
JROOT/libraries/joomla/document/html/html.php:471
JROOT/libraries/cms/application/cms.php:999
JROOT/libraries/cms/application/site.php:700
JROOT/libraries/cms/application/cms.php:261
JROOT/index.php:42
Query Time: 0.28 ms After last query: 0.35 ms
SELECT `m`.`tag_id`,`t`.*
FROM `fj51l_contentitem_tag_map` AS m
INNER JOIN `fj51l_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 210
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,idx_tag | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | zhoude.m.tag_id | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/cms/helper/tags.php:416
JROOT/components/com_content/models/articles.php:672
JROOT/modules/mod_articles_latest/helper.php:101
JROOT/modules/mod_articles_latest/mod_articles_latest.php:15
JROOT/plugins/system/t3/includes/joomla30/modulehelper.php:191
JROOT/libraries/joomla/document/html/renderer/module.php:105
JROOT/libraries/joomla/document/html/renderer/modules.php:46
JROOT/libraries/joomla/document/html/html.php:408
JROOT/libraries/joomla/document/html/html.php:690
JROOT/libraries/joomla/document/html/html.php:471
JROOT/libraries/cms/application/cms.php:999
JROOT/libraries/cms/application/site.php:700
JROOT/libraries/cms/application/cms.php:261
JROOT/index.php:42
Query Time: 0.23 ms After last query: 0.34 ms
SELECT `m`.`tag_id`,`t`.*
FROM `fj51l_contentitem_tag_map` AS m
INNER JOIN `fj51l_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 209
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,idx_tag | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | zhoude.m.tag_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.0 ms |
checking permissions | 0.0 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
init | 0.0 ms |
System lock | 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 | 0.0 ms |
query end | 0.0 ms |
closing tables | 0.0 ms |
freeing items | 0.0 ms |
cleaning up | 0.0 ms |
JROOT/libraries/cms/helper/tags.php:416
JROOT/components/com_content/models/articles.php:672
JROOT/modules/mod_articles_latest/helper.php:101
JROOT/modules/mod_articles_latest/mod_articles_latest.php:15
JROOT/plugins/system/t3/includes/joomla30/modulehelper.php:191
JROOT/libraries/joomla/document/html/renderer/module.php:105
JROOT/libraries/joomla/document/html/renderer/modules.php:46
JROOT/libraries/joomla/document/html/html.php:408
JROOT/libraries/joomla/document/html/html.php:690
JROOT/libraries/joomla/document/html/html.php:471
JROOT/libraries/cms/application/cms.php:999
JROOT/libraries/cms/application/site.php:700
JROOT/libraries/cms/application/cms.php:261
JROOT/index.php:42
Query Time: 0.24 ms After last query: 0.37 ms
SELECT `m`.`tag_id`,`t`.*
FROM `fj51l_contentitem_tag_map` AS m
INNER JOIN `fj51l_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 202
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,idx_tag | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | zhoude.m.tag_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.0 ms |
checking permissions | 0.0 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
init | 0.0 ms |
System lock | 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 | 0.0 ms |
query end | 0.0 ms |
closing tables | 0.0 ms |
freeing items | 0.0 ms |
cleaning up | 0.0 ms |
JROOT/libraries/cms/helper/tags.php:416
JROOT/components/com_content/models/articles.php:672
JROOT/modules/mod_articles_latest/helper.php:101
JROOT/modules/mod_articles_latest/mod_articles_latest.php:15
JROOT/plugins/system/t3/includes/joomla30/modulehelper.php:191
JROOT/libraries/joomla/document/html/renderer/module.php:105
JROOT/libraries/joomla/document/html/renderer/modules.php:46
JROOT/libraries/joomla/document/html/html.php:408
JROOT/libraries/joomla/document/html/html.php:690
JROOT/libraries/joomla/document/html/html.php:471
JROOT/libraries/cms/application/cms.php:999
JROOT/libraries/cms/application/site.php:700
JROOT/libraries/cms/application/cms.php:261
JROOT/index.php:42
Query Time: 0.24 ms After last query: 0.34 ms
SELECT `m`.`tag_id`,`t`.*
FROM `fj51l_contentitem_tag_map` AS m
INNER JOIN `fj51l_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 179
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,idx_tag | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | zhoude.m.tag_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.0 ms |
checking permissions | 0.0 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
init | 0.0 ms |
System lock | 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 | 0.0 ms |
query end | 0.0 ms |
closing tables | 0.0 ms |
freeing items | 0.0 ms |
cleaning up | 0.0 ms |
JROOT/libraries/cms/helper/tags.php:416
JROOT/components/com_content/models/articles.php:672
JROOT/modules/mod_articles_latest/helper.php:101
JROOT/modules/mod_articles_latest/mod_articles_latest.php:15
JROOT/plugins/system/t3/includes/joomla30/modulehelper.php:191
JROOT/libraries/joomla/document/html/renderer/module.php:105
JROOT/libraries/joomla/document/html/renderer/modules.php:46
JROOT/libraries/joomla/document/html/html.php:408
JROOT/libraries/joomla/document/html/html.php:690
JROOT/libraries/joomla/document/html/html.php:471
JROOT/libraries/cms/application/cms.php:999
JROOT/libraries/cms/application/site.php:700
JROOT/libraries/cms/application/cms.php:261
JROOT/index.php:42
Query Time: 0.23 ms After last query: 0.33 ms
SELECT `m`.`tag_id`,`t`.*
FROM `fj51l_contentitem_tag_map` AS m
INNER JOIN `fj51l_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 172
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,idx_tag | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | zhoude.m.tag_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.0 ms |
checking permissions | 0.0 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
init | 0.0 ms |
System lock | 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 | 0.0 ms |
query end | 0.0 ms |
closing tables | 0.0 ms |
freeing items | 0.0 ms |
cleaning up | 0.0 ms |
JROOT/libraries/cms/helper/tags.php:416
JROOT/components/com_content/models/articles.php:672
JROOT/modules/mod_articles_latest/helper.php:101
JROOT/modules/mod_articles_latest/mod_articles_latest.php:15
JROOT/plugins/system/t3/includes/joomla30/modulehelper.php:191
JROOT/libraries/joomla/document/html/renderer/module.php:105
JROOT/libraries/joomla/document/html/renderer/modules.php:46
JROOT/libraries/joomla/document/html/html.php:408
JROOT/libraries/joomla/document/html/html.php:690
JROOT/libraries/joomla/document/html/html.php:471
JROOT/libraries/cms/application/cms.php:999
JROOT/libraries/cms/application/site.php:700
JROOT/libraries/cms/application/cms.php:261
JROOT/index.php:42
Query Time: 0.25 ms After last query: 0.32 ms
SELECT `m`.`tag_id`,`t`.*
FROM `fj51l_contentitem_tag_map` AS m
INNER JOIN `fj51l_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 164
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,idx_tag | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Using where |
1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | zhoude.m.tag_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.0 ms |
checking permissions | 0.0 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
init | 0.0 ms |
System lock | 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 | 0.0 ms |
query end | 0.0 ms |
closing tables | 0.0 ms |
freeing items | 0.0 ms |
cleaning up | 0.0 ms |
JROOT/libraries/cms/helper/tags.php:416
JROOT/components/com_content/models/articles.php:672
JROOT/modules/mod_articles_latest/helper.php:101
JROOT/modules/mod_articles_latest/mod_articles_latest.php:15
JROOT/plugins/system/t3/includes/joomla30/modulehelper.php:191
JROOT/libraries/joomla/document/html/renderer/module.php:105
JROOT/libraries/joomla/document/html/renderer/modules.php:46
JROOT/libraries/joomla/document/html/html.php:408
JROOT/libraries/joomla/document/html/html.php:690
JROOT/libraries/joomla/document/html/html.php:471
JROOT/libraries/cms/application/cms.php:999
JROOT/libraries/cms/application/site.php:700
JROOT/libraries/cms/application/cms.php:261
JROOT/index.php:42
Query Time: 0.23 ms After last query: 0.34 ms