Query Time: 0.51 ms
SELECT `data`
FROM `tqetc_session`
WHERE `session_id` = '98s5ehcn67elhfe6ch3rf98jm1'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | tqetc_session | const | PRIMARY | PRIMARY | 602 | const | 1 | 100.00 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/joomla/session/storage/database.php:44
JROOT/libraries/joomla/session/session.php:664
JROOT/libraries/joomla/session/session.php:602
JROOT/libraries/cms/application/cms.php:738
JROOT/libraries/cms/application/cms.php:131
JROOT/libraries/cms/application/site.php:63
JROOT/libraries/cms/application/cms.php:398
JROOT/libraries/joomla/factory.php:125
JROOT/index.php:37
Query Time: 0.24 ms After last query: 2.30 ms
DELETE
FROM `tqetc_session`
WHERE `time` < '1489491751'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | tqetc_session | range | time | time | 45 | NULL | 1 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/cms/application/cms.php:755
JROOT/libraries/cms/application/cms.php:131
JROOT/libraries/cms/application/site.php:63
JROOT/libraries/cms/application/cms.php:398
JROOT/libraries/joomla/factory.php:125
JROOT/index.php:37
Query Time: 0.23 ms After last query: 0.12 ms
SELECT `session_id`
FROM `tqetc_session`
WHERE `session_id` = '98s5ehcn67elhfe6ch3rf98jm1'
LIMIT 0, 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | tqetc_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:764
JROOT/libraries/cms/application/cms.php:131
JROOT/libraries/cms/application/site.php:63
JROOT/libraries/cms/application/cms.php:398
JROOT/libraries/joomla/factory.php:125
JROOT/index.php:37
Query Time: 4.28 ms After last query: 0.12 ms
INSERT INTO `tqetc_session`
(`session_id`, `client_id`, `time`)
VALUES
('98s5ehcn67elhfe6ch3rf98jm1', 0, '1489492651')
EXPLAIN not possible on query: INSERT INTO `tqetc_session`
(`session_id`, `client_id`, `time`) VALUES
('98s5ehcn67elhfe6ch3rf98jm1', 0, '1489492651')
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/cms/application/cms.php:207
JROOT/libraries/cms/application/cms.php:764
JROOT/libraries/cms/application/cms.php:131
JROOT/libraries/cms/application/site.php:63
JROOT/libraries/cms/application/cms.php:398
JROOT/libraries/joomla/factory.php:125
JROOT/index.php:37
Query Time: 0.89 ms After last query: 3.65 ms
SELECT extension_id AS id, element AS "option", params, enabled
FROM tqetc_extensions
WHERE `type` = 'component'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | tqetc_extensions | ref | extension | extension | 62 | const | 42 | 100.00 | Using index condition |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/joomla/cache/controller/callback.php:154
JROOT/libraries/cms/component/helper.php:423
JROOT/libraries/cms/component/helper.php:43
JROOT/libraries/cms/component/helper.php:119
JROOT/libraries/cms/application/site.php:568
JROOT/libraries/cms/application/site.php:209
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 0.69 ms After last query: 1.56 ms
SELECT b.id
FROM tqetc_usergroups AS a
LEFT JOIN tqetc_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 | |
| 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:332
JROOT/libraries/joomla/access/access.php:401
JROOT/libraries/joomla/user/user.php:453
JROOT/libraries/cms/plugin/helper.php:296
JROOT/libraries/cms/plugin/helper.php:163
JROOT/libraries/cms/application/site.php:573
JROOT/libraries/cms/application/site.php:209
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 0.55 ms After last query: 0.57 ms
SELECT id, rules
FROM `tqetc_viewlevels`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | tqetc_viewlevels | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 100.00 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/joomla/access/access.php:418
JROOT/libraries/joomla/user/user.php:453
JROOT/libraries/cms/plugin/helper.php:296
JROOT/libraries/cms/plugin/helper.php:163
JROOT/libraries/cms/application/site.php:573
JROOT/libraries/cms/application/site.php:209
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 0.72 ms After last query: 0.20 ms
SELECT folder AS type, element AS name, params
FROM tqetc_extensions
WHERE enabled = 1
AND type ='plugin'
AND state IN (0,1)
AND access IN (1,1,5)
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | tqetc_extensions | ref | extension | extension | 62 | const | 92 | 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:310
JROOT/libraries/cms/plugin/helper.php:163
JROOT/libraries/cms/application/site.php:573
JROOT/libraries/cms/application/site.php:209
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 1.45 ms After last query: 39.45 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 tqetc_menu AS m
LEFT JOIN tqetc_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 | 83 | 100.00 | Using index condition; Using where; Using filesort |
| 1 | SIMPLE | e | eq_ref | PRIMARY | PRIMARY | 4 | olivebra_joomtt.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:45
JROOT/libraries/cms/menu/menu.php:64
JROOT/libraries/cms/menu/menu.php:118
JROOT/libraries/cms/application/cms.php:423
JROOT/libraries/cms/application/site.php:272
JROOT/libraries/cms/router/site.php:57
JROOT/libraries/cms/router/router.php:196
JROOT/libraries/cms/application/cms.php:519
JROOT/libraries/cms/application/site.php:407
JROOT/libraries/cms/application/cms.php:1087
JROOT/libraries/cms/application/site.php:747
JROOT/libraries/cms/application/site.php:215
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 0.43 ms After last query: 7.16 ms
SELECT extension_id AS id, element AS "option", params, enabled
FROM tqetc_extensions
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | tqetc_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:154
JROOT/libraries/cms/library/helper.php:156
JROOT/libraries/cms/library/helper.php:47
JROOT/libraries/cms/library/helper.php:90
JROOT/libraries/cms/version/version.php:177
JROOT/libraries/joomla/factory.php:736
JROOT/libraries/joomla/factory.php:216
JROOT/plugins/system/sef/sef.php:30
JROOT/libraries/joomla/event/event.php:69
JROOT/libraries/joomla/event/dispatcher.php:160
JROOT/libraries/joomla/application/base.php:83
JROOT/libraries/cms/application/cms.php:1097
JROOT/libraries/cms/application/site.php:747
JROOT/libraries/cms/application/site.php:215
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 1.55 ms After last query: 0.28 ms
UPDATE `tqetc_extensions`
SET `params` = '{\"mediaversion\":\"dc2abb1f1e748d6aca453d6537719642\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | tqetc_extensions | range | element_clientid,element_folder_clientid,extension | extension | 364 | NULL | 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:228
JROOT/libraries/cms/version/version.php:187
JROOT/libraries/joomla/factory.php:736
JROOT/libraries/joomla/factory.php:216
JROOT/plugins/system/sef/sef.php:30
JROOT/libraries/joomla/event/event.php:69
JROOT/libraries/joomla/event/dispatcher.php:160
JROOT/libraries/joomla/application/base.php:83
JROOT/libraries/cms/application/cms.php:1097
JROOT/libraries/cms/application/site.php:747
JROOT/libraries/cms/application/site.php:215
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 0.73 ms After last query: 3.90 ms
SELECT *
FROM tqetc_languages
WHERE published=1
ORDER BY ordering ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | tqetc_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:164
JROOT/libraries/cms/application/site.php:329
JROOT/libraries/cms/application/site.php:135
JROOT/libraries/cms/application/site.php:230
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 0.72 ms After last query: 0.96 ms
SELECT id, home, template, s.params
FROM tqetc_template_styles as s
LEFT JOIN tqetc_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 | e | ref | element_clientid,element_folder_clientid,extension | extension | 62 | const | 5 | 100.00 | Using index condition; Using where |
| 1 | SIMPLE | s | ALL | idx_template | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 80.00 | Using where; Using join buffer (flat, BNL join) |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/cms/application/site.php:484
JROOT/libraries/cms/application/site.php:165
JROOT/libraries/cms/application/site.php:230
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 0.72 ms After last query: 17.79 ms
SELECT a.rules
FROM tqetc_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 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/joomla/access/access.php:246
JROOT/libraries/joomla/user/user.php:384
JROOT/components/com_content/models/category.php:141
JROOT/libraries/legacy/model/legacy.php:431
JROOT/libraries/legacy/view/legacy.php:401
JROOT/libraries/legacy/view/category.php:105
JROOT/components/com_content/views/category/view.html.php:72
JROOT/libraries/legacy/controller/legacy.php:690
JROOT/components/com_content/controller.php:104
JROOT/libraries/legacy/controller/legacy.php:728
JROOT/components/com_content/content.php:16
JROOT/libraries/cms/component/helper.php:380
JROOT/libraries/cms/component/helper.php:360
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:230
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 1.18 ms After last query: 0.67 ms
SELECT b.rules
FROM tqetc_assets AS a
LEFT JOIN tqetc_assets AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE (a.name = 'com_content.category.8')
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 | 27 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/joomla/access/access.php:246
JROOT/libraries/joomla/access/access.php:107
JROOT/libraries/joomla/user/user.php:393
JROOT/components/com_content/models/category.php:141
JROOT/libraries/legacy/model/legacy.php:431
JROOT/libraries/legacy/view/legacy.php:401
JROOT/libraries/legacy/view/category.php:105
JROOT/components/com_content/views/category/view.html.php:72
JROOT/libraries/legacy/controller/legacy.php:690
JROOT/components/com_content/controller.php:104
JROOT/libraries/legacy/controller/legacy.php:728
JROOT/components/com_content/content.php:16
JROOT/libraries/cms/component/helper.php:380
JROOT/libraries/cms/component/helper.php:360
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:230
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 3.68 ms After last query: 15.86 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 tqetc_categories as c
LEFT JOIN tqetc_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 tqetc_categories AS cat JOIN tqetc_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 `tqetc_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=8
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 | 33 | 45.45 | Using where |
| 1 | PRIMARY | <derived2> | ref | key0 | key0 | 5 | olivebra_joomtt.c.id | 10 | 100.00 | Using where |
| 1 | PRIMARY | i | ref | idx_state,idx_catid | idx_catid | 4 | olivebra_joomtt.c.id | 1 | 100.00 | Using where |
| 2 | DERIVED | parent | ref | cat_idx,idx_left_right | cat_idx | 152 | const | 14 | 100.00 | Using index condition; Using temporary; Using filesort |
| 2 | DERIVED | cat | index | idx_left_right | idx_left_right | 8 | NULL | 33 | 100.00 | Using where; Using index; Using join buffer (flat, BNL join) |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/legacy/categories/categories.php:289
JROOT/libraries/legacy/categories/categories.php:182
JROOT/components/com_content/models/category.php:357
JROOT/components/com_content/models/category.php:234
JROOT/libraries/legacy/view/legacy.php:401
JROOT/libraries/legacy/view/category.php:106
JROOT/components/com_content/views/category/view.html.php:72
JROOT/libraries/legacy/controller/legacy.php:690
JROOT/components/com_content/controller.php:104
JROOT/libraries/legacy/controller/legacy.php:728
JROOT/components/com_content/content.php:16
JROOT/libraries/cms/component/helper.php:380
JROOT/libraries/cms/component/helper.php:360
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:230
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 0.74 ms After last query: 2.28 ms
SELECT b.rules
FROM tqetc_assets AS a
LEFT JOIN tqetc_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 | 12 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/joomla/access/access.php:246
JROOT/libraries/joomla/access/access.php:107
JROOT/libraries/joomla/user/user.php:393
JROOT/components/com_content/models/articles.php:449
JROOT/libraries/legacy/model/list.php:113
JROOT/libraries/legacy/model/list.php:165
JROOT/components/com_content/models/articles.php:537
JROOT/components/com_content/models/category.php:256
JROOT/libraries/legacy/view/legacy.php:401
JROOT/libraries/legacy/view/category.php:106
JROOT/components/com_content/views/category/view.html.php:72
JROOT/libraries/legacy/controller/legacy.php:690
JROOT/components/com_content/controller.php:104
JROOT/libraries/legacy/controller/legacy.php:728
JROOT/components/com_content/content.php:16
JROOT/libraries/cms/component/helper.php:380
JROOT/libraries/cms/component/helper.php:360
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:230
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 5.49 ms After last query: 0.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, a.language, 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,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 tqetc_content AS a
LEFT JOIN tqetc_content_frontpage AS fp
ON fp.content_id = a.id
LEFT JOIN tqetc_categories AS c
ON c.id = a.catid
LEFT JOIN tqetc_users AS ua
ON ua.id = a.created_by
LEFT JOIN tqetc_users AS uam
ON uam.id = a.modified_by
LEFT JOIN tqetc_categories as parent
ON parent.id = c.parent_id
LEFT JOIN tqetc_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM tqetc_categories AS cat JOIN tqetc_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 = 8 OR a.catid IN (
SELECT sub.id
FROM tqetc_categories as sub
INNER JOIN tqetc_categories as this
ON sub.lft > this.lft
AND sub.rgt < this.rgt
WHERE this.id = 8))
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2017-03-14 11:57:31')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2017-03-14 11:57:31')
ORDER BY c.lft, a.ordering, a.created
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | PRIMARY | c | ALL | PRIMARY,idx_access | NO INDEX KEY COULD BE USED | NULL | NULL | 33 | 100.00 | Using where; Using temporary; Using filesort |
| 1 | PRIMARY | a | ref | idx_access,idx_catid | idx_catid | 4 | olivebra_joomtt.c.id | 1 | 100.00 | Using index condition; Using where |
| 1 | PRIMARY | ua | eq_ref | PRIMARY | PRIMARY | 4 | olivebra_joomtt.a.created_by | 1 | 100.00 | Using where |
| 1 | PRIMARY | uam | eq_ref | PRIMARY | PRIMARY | 4 | olivebra_joomtt.a.modified_by | 1 | 100.00 | Using where |
| 1 | PRIMARY | parent | eq_ref | PRIMARY | PRIMARY | 4 | olivebra_joomtt.c.parent_id | 1 | 100.00 | Using where |
| 1 | PRIMARY | v | eq_ref | PRIMARY | PRIMARY | 4 | olivebra_joomtt.a.id | 1 | 100.00 | Using where |
| 1 | PRIMARY | <derived2> | ref | key0 | key0 | 5 | olivebra_joomtt.c.id | 10 | 100.00 | Using where |
| 3 | MATERIALIZED | this | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | |
| 3 | MATERIALIZED | sub | range | PRIMARY,idx_left_right | idx_left_right | 4 | NULL | 30 | 100.00 | Using where; Using index |
| 2 | DERIVED | parent | ref | cat_idx,idx_left_right | cat_idx | 152 | const | 14 | 100.00 | Using index condition; Using temporary; Using filesort |
| 2 | DERIVED | cat | index | idx_left_right | idx_left_right | 8 | NULL | 33 | 100.00 | Using where; Using index; Using join buffer (flat, BNL join) |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/legacy/model/legacy.php:304
JROOT/libraries/legacy/model/list.php:169
JROOT/components/com_content/models/articles.php:537
JROOT/components/com_content/models/category.php:256
JROOT/libraries/legacy/view/legacy.php:401
JROOT/libraries/legacy/view/category.php:106
JROOT/components/com_content/views/category/view.html.php:72
JROOT/libraries/legacy/controller/legacy.php:690
JROOT/components/com_content/controller.php:104
JROOT/libraries/legacy/controller/legacy.php:728
JROOT/components/com_content/content.php:16
JROOT/libraries/cms/component/helper.php:380
JROOT/libraries/cms/component/helper.php:360
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:230
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 1.63 ms After last query: 16.22 ms
SELECT `m`.`tag_id`,`t`.*
FROM `tqetc_contentitem_tag_map` AS m
INNER JOIN `tqetc_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 67
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 | 14 | 100.00 | Using where |
| 1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | olivebra_joomtt.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:426
JROOT/components/com_content/models/articles.php:663
JROOT/components/com_content/models/category.php:256
JROOT/libraries/legacy/view/legacy.php:401
JROOT/libraries/legacy/view/category.php:106
JROOT/components/com_content/views/category/view.html.php:72
JROOT/libraries/legacy/controller/legacy.php:690
JROOT/components/com_content/controller.php:104
JROOT/libraries/legacy/controller/legacy.php:728
JROOT/components/com_content/content.php:16
JROOT/libraries/cms/component/helper.php:380
JROOT/libraries/cms/component/helper.php:360
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:230
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 0.46 ms After last query: 0.66 ms
SELECT `m`.`tag_id`,`t`.*
FROM `tqetc_contentitem_tag_map` AS m
INNER JOIN `tqetc_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 70
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 | 14 | 100.00 | Using where |
| 1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | olivebra_joomtt.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:426
JROOT/components/com_content/models/articles.php:663
JROOT/components/com_content/models/category.php:256
JROOT/libraries/legacy/view/legacy.php:401
JROOT/libraries/legacy/view/category.php:106
JROOT/components/com_content/views/category/view.html.php:72
JROOT/libraries/legacy/controller/legacy.php:690
JROOT/components/com_content/controller.php:104
JROOT/libraries/legacy/controller/legacy.php:728
JROOT/components/com_content/content.php:16
JROOT/libraries/cms/component/helper.php:380
JROOT/libraries/cms/component/helper.php:360
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:230
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 5.11 ms After last query: 0.55 ms
SELECT `m`.`tag_id`,`t`.*
FROM `tqetc_contentitem_tag_map` AS m
INNER JOIN `tqetc_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 68
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 | 14 | 100.00 | Using where |
| 1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | olivebra_joomtt.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:426
JROOT/components/com_content/models/articles.php:663
JROOT/components/com_content/models/category.php:256
JROOT/libraries/legacy/view/legacy.php:401
JROOT/libraries/legacy/view/category.php:106
JROOT/components/com_content/views/category/view.html.php:72
JROOT/libraries/legacy/controller/legacy.php:690
JROOT/components/com_content/controller.php:104
JROOT/libraries/legacy/controller/legacy.php:728
JROOT/components/com_content/content.php:16
JROOT/libraries/cms/component/helper.php:380
JROOT/libraries/cms/component/helper.php:360
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:230
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 0.99 ms After last query: 0.69 ms
SELECT `m`.`tag_id`,`t`.*
FROM `tqetc_contentitem_tag_map` AS m
INNER JOIN `tqetc_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 73
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 | 14 | 100.00 | Using where |
| 1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | olivebra_joomtt.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:426
JROOT/components/com_content/models/articles.php:663
JROOT/components/com_content/models/category.php:256
JROOT/libraries/legacy/view/legacy.php:401
JROOT/libraries/legacy/view/category.php:106
JROOT/components/com_content/views/category/view.html.php:72
JROOT/libraries/legacy/controller/legacy.php:690
JROOT/components/com_content/controller.php:104
JROOT/libraries/legacy/controller/legacy.php:728
JROOT/components/com_content/content.php:16
JROOT/libraries/cms/component/helper.php:380
JROOT/libraries/cms/component/helper.php:360
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:230
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 0.44 ms After last query: 0.53 ms
SELECT `m`.`tag_id`,`t`.*
FROM `tqetc_contentitem_tag_map` AS m
INNER JOIN `tqetc_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 74
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 | 14 | 100.00 | Using where |
| 1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | olivebra_joomtt.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:426
JROOT/components/com_content/models/articles.php:663
JROOT/components/com_content/models/category.php:256
JROOT/libraries/legacy/view/legacy.php:401
JROOT/libraries/legacy/view/category.php:106
JROOT/components/com_content/views/category/view.html.php:72
JROOT/libraries/legacy/controller/legacy.php:690
JROOT/components/com_content/controller.php:104
JROOT/libraries/legacy/controller/legacy.php:728
JROOT/components/com_content/content.php:16
JROOT/libraries/cms/component/helper.php:380
JROOT/libraries/cms/component/helper.php:360
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:230
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 0.63 ms After last query: 0.57 ms
SELECT `m`.`tag_id`,`t`.*
FROM `tqetc_contentitem_tag_map` AS m
INNER JOIN `tqetc_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 69
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 | 14 | 100.00 | Using where |
| 1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | olivebra_joomtt.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:426
JROOT/components/com_content/models/articles.php:663
JROOT/components/com_content/models/category.php:256
JROOT/libraries/legacy/view/legacy.php:401
JROOT/libraries/legacy/view/category.php:106
JROOT/components/com_content/views/category/view.html.php:72
JROOT/libraries/legacy/controller/legacy.php:690
JROOT/components/com_content/controller.php:104
JROOT/libraries/legacy/controller/legacy.php:728
JROOT/components/com_content/content.php:16
JROOT/libraries/cms/component/helper.php:380
JROOT/libraries/cms/component/helper.php:360
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:230
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 0.62 ms After last query: 0.59 ms
SELECT `m`.`tag_id`,`t`.*
FROM `tqetc_contentitem_tag_map` AS m
INNER JOIN `tqetc_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 71
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 | 14 | 100.00 | Using where |
| 1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | olivebra_joomtt.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:426
JROOT/components/com_content/models/articles.php:663
JROOT/components/com_content/models/category.php:256
JROOT/libraries/legacy/view/legacy.php:401
JROOT/libraries/legacy/view/category.php:106
JROOT/components/com_content/views/category/view.html.php:72
JROOT/libraries/legacy/controller/legacy.php:690
JROOT/components/com_content/controller.php:104
JROOT/libraries/legacy/controller/legacy.php:728
JROOT/components/com_content/content.php:16
JROOT/libraries/cms/component/helper.php:380
JROOT/libraries/cms/component/helper.php:360
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:230
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 1.94 ms After last query: 0.56 ms
SELECT `m`.`tag_id`,`t`.*
FROM `tqetc_contentitem_tag_map` AS m
INNER JOIN `tqetc_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 72
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 | 14 | 100.00 | Using where |
| 1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | olivebra_joomtt.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:426
JROOT/components/com_content/models/articles.php:663
JROOT/components/com_content/models/category.php:256
JROOT/libraries/legacy/view/legacy.php:401
JROOT/libraries/legacy/view/category.php:106
JROOT/components/com_content/views/category/view.html.php:72
JROOT/libraries/legacy/controller/legacy.php:690
JROOT/components/com_content/controller.php:104
JROOT/libraries/legacy/controller/legacy.php:728
JROOT/components/com_content/content.php:16
JROOT/libraries/cms/component/helper.php:380
JROOT/libraries/cms/component/helper.php:360
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:230
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 3.45 ms After last query: 2.51 ms
SELECT COUNT(*)
FROM tqetc_content AS a
LEFT JOIN tqetc_content_frontpage AS fp
ON fp.content_id = a.id
LEFT JOIN tqetc_categories AS c
ON c.id = a.catid
LEFT JOIN tqetc_users AS ua
ON ua.id = a.created_by
LEFT JOIN tqetc_users AS uam
ON uam.id = a.modified_by
LEFT JOIN tqetc_categories as parent
ON parent.id = c.parent_id
LEFT JOIN tqetc_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM tqetc_categories AS cat JOIN tqetc_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 = 8 OR a.catid IN (
SELECT sub.id
FROM tqetc_categories as sub
INNER JOIN tqetc_categories as this
ON sub.lft > this.lft
AND sub.rgt < this.rgt
WHERE this.id = 8))
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2017-03-14 11:57:31')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2017-03-14 11:57:31')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | PRIMARY | c | ALL | PRIMARY,idx_access | NO INDEX KEY COULD BE USED | NULL | NULL | 33 | 100.00 | Using where |
| 1 | PRIMARY | a | ref | idx_access,idx_catid | idx_catid | 4 | olivebra_joomtt.c.id | 1 | 100.00 | Using index condition; Using where |
| 1 | PRIMARY | <derived2> | ref | key0 | key0 | 5 | olivebra_joomtt.c.id | 10 | 100.00 | Using where |
| 3 | MATERIALIZED | this | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | |
| 3 | MATERIALIZED | sub | range | PRIMARY,idx_left_right | idx_left_right | 4 | NULL | 30 | 100.00 | Using where; Using index |
| 2 | DERIVED | parent | ref | cat_idx,idx_left_right | cat_idx | 152 | const | 14 | 100.00 | Using index condition; Using temporary; Using filesort |
| 2 | DERIVED | cat | index | idx_left_right | idx_left_right | 8 | NULL | 33 | 100.00 | Using where; Using index; Using join buffer (flat, BNL join) |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/legacy/model/legacy.php:333
JROOT/libraries/legacy/model/list.php:274
JROOT/libraries/legacy/model/list.php:219
JROOT/components/com_content/models/category.php:268
JROOT/libraries/legacy/view/legacy.php:401
JROOT/libraries/legacy/view/category.php:106
JROOT/components/com_content/views/category/view.html.php:72
JROOT/libraries/legacy/controller/legacy.php:690
JROOT/components/com_content/controller.php:104
JROOT/libraries/legacy/controller/legacy.php:728
JROOT/components/com_content/content.php:16
JROOT/libraries/cms/component/helper.php:380
JROOT/libraries/cms/component/helper.php:360
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:230
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 0.63 ms After last query: 0.55 ms
SELECT `m`.`tag_id`,`t`.*
FROM `tqetc_contentitem_tag_map` AS m
INNER JOIN `tqetc_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.category'
AND `m`.`content_item_id` = 8
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 | 14 | 100.00 | Using where |
| 1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | olivebra_joomtt.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:426
JROOT/libraries/legacy/view/category.php:177
JROOT/components/com_content/views/category/view.html.php:72
JROOT/libraries/legacy/controller/legacy.php:690
JROOT/components/com_content/controller.php:104
JROOT/libraries/legacy/controller/legacy.php:728
JROOT/components/com_content/content.php:16
JROOT/libraries/cms/component/helper.php:380
JROOT/libraries/cms/component/helper.php:360
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:230
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 1.11 ms After last query: 106.23 ms
SHOW FULL COLUMNS
FROM `tqetc_komento_configs`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `tqetc_komento_configs`
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/joomla/table/table.php:241
JROOT/libraries/joomla/table/table.php:162
JROOT/administrator/components/com_komento/tables/parent.php:18
JROOT/administrator/components/com_komento/tables/configs.php:40
JROOT/libraries/joomla/table/table.php:305
JROOT/administrator/components/com_komento/tables/parent.php:49
JROOT/components/com_komento/helpers/helper.php:99
JROOT/components/com_komento/helpers/helper.php:228
JROOT/components/com_komento/bootstrap.php:30
JROOT/plugins/content/komento/komento.php:118
JROOT/plugins/content/komento/komento.php:93
JROOT/libraries/joomla/event/event.php:69
JROOT/libraries/joomla/event/dispatcher.php:160
JROOT/components/com_content/views/category/view.html.php:106
JROOT/libraries/legacy/controller/legacy.php:690
JROOT/components/com_content/controller.php:104
JROOT/libraries/legacy/controller/legacy.php:728
JROOT/components/com_content/content.php:16
JROOT/libraries/cms/component/helper.php:380
JROOT/libraries/cms/component/helper.php:360
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:230
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 0.48 ms After last query: 4.99 ms
SELECT *
FROM tqetc_komento_configs
WHERE `component` = 'com_komento'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | tqetc_komento_configs | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/joomla/table/table.php:728
JROOT/components/com_komento/helpers/helper.php:229
JROOT/components/com_komento/bootstrap.php:30
JROOT/plugins/content/komento/komento.php:118
JROOT/plugins/content/komento/komento.php:93
JROOT/libraries/joomla/event/event.php:69
JROOT/libraries/joomla/event/dispatcher.php:160
JROOT/components/com_content/views/category/view.html.php:106
JROOT/libraries/legacy/controller/legacy.php:690
JROOT/components/com_content/controller.php:104
JROOT/libraries/legacy/controller/legacy.php:728
JROOT/components/com_content/content.php:16
JROOT/libraries/cms/component/helper.php:380
JROOT/libraries/cms/component/helper.php:360
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:230
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 0.41 ms After last query: 57.92 ms
SELECT *
FROM tqetc_komento_configs
WHERE `component` = 'com_content'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | tqetc_komento_configs | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/joomla/table/table.php:728
JROOT/components/com_komento/helpers/helper.php:202
JROOT/components/com_komento/helpers/helper.php:697
JROOT/plugins/content/komento/komento.php:148
JROOT/plugins/content/komento/komento.php:80
JROOT/libraries/joomla/event/event.php:69
JROOT/libraries/joomla/event/dispatcher.php:160
JROOT/components/com_content/views/category/view.html.php:117
JROOT/libraries/legacy/controller/legacy.php:690
JROOT/components/com_content/controller.php:104
JROOT/libraries/legacy/controller/legacy.php:728
JROOT/components/com_content/content.php:16
JROOT/libraries/cms/component/helper.php:380
JROOT/libraries/cms/component/helper.php:360
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:230
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
Query Time: 0.52 ms After last query: 129.29 ms
SELECT template
FROM tqetc_template_styles
WHERE client_id = 1
AND home = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | tqetc_template_styles | ALL | idx_home | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 100.00 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/templates/theme2082/includes/includes.php:21
JROOT/templates/theme2082/index.php:4
JROOT/libraries/joomla/document/html/html.php:578
JROOT/libraries/joomla/document/html/html.php:635
JROOT/libraries/joomla/document/html/html.php:455
JROOT/libraries/cms/application/cms.php:1044
JROOT/libraries/cms/application/site.php:729
JROOT/libraries/cms/application/cms.php:257
JROOT/index.php:40
Query Time: 1.95 ms After last query: 4.18 ms
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM tqetc_modules AS m
LEFT JOIN tqetc_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN tqetc_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 <= '2017-03-14 11:57:31')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2017-03-14 11:57:31')
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 | olivebra_joomtt.m.id | 1 | 100.00 | Using where; Using index |
| 1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 303 | olivebra_joomtt.m.module,const | 1 | 100.00 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/cms/module/helper.php:376
JROOT/libraries/cms/module/helper.php:84
JROOT/libraries/joomla/document/html/html.php:501
JROOT/templates/theme2082/includes/includes.php:81
JROOT/templates/theme2082/index.php:4
JROOT/libraries/joomla/document/html/html.php:578
JROOT/libraries/joomla/document/html/html.php:635
JROOT/libraries/joomla/document/html/html.php:455
JROOT/libraries/cms/application/cms.php:1044
JROOT/libraries/cms/application/site.php:729
JROOT/libraries/cms/application/cms.php:257
JROOT/index.php:40
Query Time: 2.14 ms After last query: 53.82 ms
SELECT a.fulltext, a.id, a.title, a.alias, a.introtext, a.state, a.catid, a.created, a.created_by, a.created_by_alias, a.modified, a.modified_by, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.featured,a.fulltext, a.id, a.title, a.alias, a.introtext, a.state, a.catid, a.created, a.created_by, a.created_by_alias, a.modified, a.modified_by, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.featured,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,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 tqetc_content AS a
LEFT JOIN tqetc_content_frontpage AS fp
ON fp.content_id = a.id
LEFT JOIN tqetc_categories AS c
ON c.id = a.catid
LEFT JOIN tqetc_users AS ua
ON ua.id = a.created_by
LEFT JOIN tqetc_users AS uam
ON uam.id = a.modified_by
LEFT JOIN tqetc_categories as parent
ON parent.id = c.parent_id
LEFT JOIN tqetc_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM tqetc_categories AS cat JOIN tqetc_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 (32)
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2017-03-14 11:57:31')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2017-03-14 11:57:31')
ORDER BY a.ordering 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 filesort |
| 1 | PRIMARY | a | ref | idx_access,idx_catid | idx_catid | 4 | const | 8 | 100.00 | Using where |
| 1 | PRIMARY | ua | eq_ref | PRIMARY | PRIMARY | 4 | olivebra_joomtt.a.created_by | 1 | 100.00 | Using where |
| 1 | PRIMARY | parent | eq_ref | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using where |
| 1 | PRIMARY | v | eq_ref | PRIMARY | PRIMARY | 4 | olivebra_joomtt.a.id | 1 | 100.00 | Using where |
| 1 | PRIMARY | <derived2> | ref | key0 | key0 | 5 | const | 10 | 100.00 | Using where |
| 2 | DERIVED | parent | ref | cat_idx,idx_left_right | cat_idx | 152 | const | 14 | 100.00 | Using index condition; Using temporary; Using filesort |
| 2 | DERIVED | cat | index | idx_left_right | idx_left_right | 8 | NULL | 33 | 100.00 | Using where; Using index; Using join buffer (flat, BNL join) |
| Status | Duration |
|---|
| starting | 0.0 ms |
| Waiting for query cache lock | 0.0 ms |
| init | 0.0 ms |
| checking query cache for query | 0.2 ms |
| checking permissions | 0.0 ms |
| checking permissions | 0.0 ms |
| checking permissions | 0.0 ms |
| checking permissions | 0.0 ms |
| checking permissions | 0.0 ms |
| checking permissions | 0.0 ms |
| checking permissions | 0.0 ms |
| checking permissions | 0.0 ms |
| checking permissions | 0.0 ms |
| Opening tables | 0.0 ms |
| After opening tables | 0.0 ms |
| System lock | 0.0 ms |
| Table lock | 0.0 ms |
| After opening tables | 0.0 ms |
| Waiting for query cache lock | 0.0 ms |
| After opening tables | 0.0 ms |
| init | 0.1 ms |
| optimizing | 0.0 ms |
| optimizing | 0.0 ms |
| statistics | 0.1 ms |
| preparing | 0.1 ms |
| statistics | 0.1 ms |
| preparing | 0.1 ms |
| executing | 0.0 ms |
| Sorting result | 0.1 ms |
| Sending data | 0.1 ms |
| executing | 0.0 ms |
| Copying to tmp table | 0.0 ms |
| Copying to tmp table | 0.4 ms |
| Sorting result | 0.0 ms |
| Sending data | 0.0 ms |
| removing tmp table | 0.1 ms |
| Sending data | 0.1 ms |
| Waiting for query cache lock | 0.0 ms |
| Sending data | 0.1 ms |
| Waiting for query cache lock | 0.0 ms |
| Sending data | 0.2 ms |
| end | 0.0 ms |
| query end | 0.0 ms |
| closing tables | 0.0 ms |
| removing tmp table | 0.1 ms |
| closing tables | 0.0 ms |
| freeing items | 0.0 ms |
| updating status | 0.0 ms |
| Waiting for query cache lock | 0.0 ms |
| updating status | 0.0 ms |
| Waiting for query cache lock | 0.0 ms |
| updating status | 0.0 ms |
| storing result in query cache | 0.0 ms |
| cleaning up | 0.0 ms |
JROOT/libraries/legacy/model/legacy.php:304
JROOT/libraries/legacy/model/list.php:169
JROOT/components/com_content/models/articles.php:537
JROOT/modules/mod_articles_news_adv/helper.php:107
JROOT/modules/mod_articles_news_adv/mod_articles_news_adv.php:24
JROOT/libraries/cms/module/helper.php:190
JROOT/libraries/joomla/document/html/renderer/module.php:103
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1058
JROOT/libraries/cms/application/site.php:729
JROOT/libraries/cms/application/cms.php:257
JROOT/index.php:40
Query Time: 0.16 ms After last query: 0.87 ms
SELECT `m`.`tag_id`,`t`.*
FROM `tqetc_contentitem_tag_map` AS m
INNER JOIN `tqetc_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 67
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 | 14 | 100.00 | Using where |
| 1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | olivebra_joomtt.m.tag_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.0 ms |
| Waiting for query cache lock | 0.0 ms |
| init | 0.0 ms |
| checking query cache for query | 0.0 ms |
| checking privileges on cached | 0.0 ms |
| checking permissions | 0.0 ms |
| checking permissions | 0.0 ms |
| sending cached result to clien | 0.0 ms |
| updating status | 0.0 ms |
| cleaning up | 0.0 ms |
JROOT/libraries/cms/helper/tags.php:426
JROOT/components/com_content/models/articles.php:663
JROOT/modules/mod_articles_news_adv/helper.php:107
JROOT/modules/mod_articles_news_adv/mod_articles_news_adv.php:24
JROOT/libraries/cms/module/helper.php:190
JROOT/libraries/joomla/document/html/renderer/module.php:103
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1058
JROOT/libraries/cms/application/site.php:729
JROOT/libraries/cms/application/cms.php:257
JROOT/index.php:40
Query Time: 0.17 ms After last query: 0.51 ms
SELECT `m`.`tag_id`,`t`.*
FROM `tqetc_contentitem_tag_map` AS m
INNER JOIN `tqetc_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 68
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 | 14 | 100.00 | Using where |
| 1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | olivebra_joomtt.m.tag_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.0 ms |
| Waiting for query cache lock | 0.0 ms |
| init | 0.0 ms |
| checking query cache for query | 0.0 ms |
| checking privileges on cached | 0.0 ms |
| checking permissions | 0.0 ms |
| checking permissions | 0.0 ms |
| sending cached result to clien | 0.0 ms |
| updating status | 0.0 ms |
| cleaning up | 0.0 ms |
JROOT/libraries/cms/helper/tags.php:426
JROOT/components/com_content/models/articles.php:663
JROOT/modules/mod_articles_news_adv/helper.php:107
JROOT/modules/mod_articles_news_adv/mod_articles_news_adv.php:24
JROOT/libraries/cms/module/helper.php:190
JROOT/libraries/joomla/document/html/renderer/module.php:103
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1058
JROOT/libraries/cms/application/site.php:729
JROOT/libraries/cms/application/cms.php:257
JROOT/index.php:40
Query Time: 0.13 ms After last query: 0.49 ms
SELECT `m`.`tag_id`,`t`.*
FROM `tqetc_contentitem_tag_map` AS m
INNER JOIN `tqetc_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 69
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 | 14 | 100.00 | Using where |
| 1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | olivebra_joomtt.m.tag_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.0 ms |
| Waiting for query cache lock | 0.0 ms |
| init | 0.0 ms |
| checking query cache for query | 0.0 ms |
| checking privileges on cached | 0.0 ms |
| checking permissions | 0.0 ms |
| checking permissions | 0.0 ms |
| sending cached result to clien | 0.0 ms |
| updating status | 0.0 ms |
| cleaning up | 0.0 ms |
JROOT/libraries/cms/helper/tags.php:426
JROOT/components/com_content/models/articles.php:663
JROOT/modules/mod_articles_news_adv/helper.php:107
JROOT/modules/mod_articles_news_adv/mod_articles_news_adv.php:24
JROOT/libraries/cms/module/helper.php:190
JROOT/libraries/joomla/document/html/renderer/module.php:103
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1058
JROOT/libraries/cms/application/site.php:729
JROOT/libraries/cms/application/cms.php:257
JROOT/index.php:40
Query Time: 0.11 ms After last query: 0.52 ms
SELECT `m`.`tag_id`,`t`.*
FROM `tqetc_contentitem_tag_map` AS m
INNER JOIN `tqetc_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 70
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 | 14 | 100.00 | Using where |
| 1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | olivebra_joomtt.m.tag_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.0 ms |
| Waiting for query cache lock | 0.0 ms |
| init | 0.0 ms |
| checking query cache for query | 0.0 ms |
| checking privileges on cached | 0.0 ms |
| checking permissions | 0.0 ms |
| checking permissions | 0.0 ms |
| sending cached result to clien | 0.0 ms |
| updating status | 0.0 ms |
| cleaning up | 0.0 ms |
JROOT/libraries/cms/helper/tags.php:426
JROOT/components/com_content/models/articles.php:663
JROOT/modules/mod_articles_news_adv/helper.php:107
JROOT/modules/mod_articles_news_adv/mod_articles_news_adv.php:24
JROOT/libraries/cms/module/helper.php:190
JROOT/libraries/joomla/document/html/renderer/module.php:103
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1058
JROOT/libraries/cms/application/site.php:729
JROOT/libraries/cms/application/cms.php:257
JROOT/index.php:40
Query Time: 0.11 ms After last query: 0.49 ms
SELECT `m`.`tag_id`,`t`.*
FROM `tqetc_contentitem_tag_map` AS m
INNER JOIN `tqetc_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 71
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 | 14 | 100.00 | Using where |
| 1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | olivebra_joomtt.m.tag_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.0 ms |
| Waiting for query cache lock | 0.0 ms |
| init | 0.0 ms |
| checking query cache for query | 0.0 ms |
| checking privileges on cached | 0.0 ms |
| checking permissions | 0.0 ms |
| checking permissions | 0.0 ms |
| sending cached result to clien | 0.0 ms |
| updating status | 0.0 ms |
| cleaning up | 0.0 ms |
JROOT/libraries/cms/helper/tags.php:426
JROOT/components/com_content/models/articles.php:663
JROOT/modules/mod_articles_news_adv/helper.php:107
JROOT/modules/mod_articles_news_adv/mod_articles_news_adv.php:24
JROOT/libraries/cms/module/helper.php:190
JROOT/libraries/joomla/document/html/renderer/module.php:103
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1058
JROOT/libraries/cms/application/site.php:729
JROOT/libraries/cms/application/cms.php:257
JROOT/index.php:40
Query Time: 0.14 ms After last query: 0.51 ms
SELECT `m`.`tag_id`,`t`.*
FROM `tqetc_contentitem_tag_map` AS m
INNER JOIN `tqetc_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 72
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 | 14 | 100.00 | Using where |
| 1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | olivebra_joomtt.m.tag_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.0 ms |
| Waiting for query cache lock | 0.0 ms |
| init | 0.0 ms |
| checking query cache for query | 0.0 ms |
| checking privileges on cached | 0.0 ms |
| checking permissions | 0.0 ms |
| checking permissions | 0.0 ms |
| sending cached result to clien | 0.0 ms |
| updating status | 0.0 ms |
| cleaning up | 0.0 ms |
JROOT/libraries/cms/helper/tags.php:426
JROOT/components/com_content/models/articles.php:663
JROOT/modules/mod_articles_news_adv/helper.php:107
JROOT/modules/mod_articles_news_adv/mod_articles_news_adv.php:24
JROOT/libraries/cms/module/helper.php:190
JROOT/libraries/joomla/document/html/renderer/module.php:103
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1058
JROOT/libraries/cms/application/site.php:729
JROOT/libraries/cms/application/cms.php:257
JROOT/index.php:40
Query Time: 0.10 ms After last query: 0.55 ms
SELECT `m`.`tag_id`,`t`.*
FROM `tqetc_contentitem_tag_map` AS m
INNER JOIN `tqetc_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 73
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 | 14 | 100.00 | Using where |
| 1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | olivebra_joomtt.m.tag_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.0 ms |
| Waiting for query cache lock | 0.0 ms |
| init | 0.0 ms |
| checking query cache for query | 0.0 ms |
| checking privileges on cached | 0.0 ms |
| checking permissions | 0.0 ms |
| checking permissions | 0.0 ms |
| sending cached result to clien | 0.0 ms |
| updating status | 0.0 ms |
| cleaning up | 0.0 ms |
JROOT/libraries/cms/helper/tags.php:426
JROOT/components/com_content/models/articles.php:663
JROOT/modules/mod_articles_news_adv/helper.php:107
JROOT/modules/mod_articles_news_adv/mod_articles_news_adv.php:24
JROOT/libraries/cms/module/helper.php:190
JROOT/libraries/joomla/document/html/renderer/module.php:103
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1058
JROOT/libraries/cms/application/site.php:729
JROOT/libraries/cms/application/cms.php:257
JROOT/index.php:40
Query Time: 0.12 ms After last query: 0.49 ms
SELECT `m`.`tag_id`,`t`.*
FROM `tqetc_contentitem_tag_map` AS m
INNER JOIN `tqetc_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 74
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 | 14 | 100.00 | Using where |
| 1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | olivebra_joomtt.m.tag_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.0 ms |
| Waiting for query cache lock | 0.0 ms |
| init | 0.0 ms |
| checking query cache for query | 0.0 ms |
| checking privileges on cached | 0.0 ms |
| checking permissions | 0.0 ms |
| checking permissions | 0.0 ms |
| sending cached result to clien | 0.0 ms |
| updating status | 0.0 ms |
| cleaning up | 0.0 ms |
JROOT/libraries/cms/helper/tags.php:426
JROOT/components/com_content/models/articles.php:663
JROOT/modules/mod_articles_news_adv/helper.php:107
JROOT/modules/mod_articles_news_adv/mod_articles_news_adv.php:24
JROOT/libraries/cms/module/helper.php:190
JROOT/libraries/joomla/document/html/renderer/module.php:103
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1058
JROOT/libraries/cms/application/site.php:729
JROOT/libraries/cms/application/cms.php:257
JROOT/index.php:40
Query Time: 1.79 ms After last query: 0.22 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 tqetc_categories as c
LEFT JOIN tqetc_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 tqetc_categories AS cat JOIN tqetc_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=32
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 | 33 | 45.45 | Using where |
| 1 | PRIMARY | <derived2> | ref | key0 | key0 | 5 | olivebra_joomtt.c.id | 10 | 100.00 | Using where |
| 2 | DERIVED | parent | ref | cat_idx,idx_left_right | cat_idx | 152 | const | 14 | 100.00 | Using index condition; Using temporary; Using filesort |
| 2 | DERIVED | cat | index | idx_left_right | idx_left_right | 8 | NULL | 33 | 100.00 | Using where; Using index; Using join buffer (flat, BNL join) |
| Status | Duration |
|---|
| starting | 0.0 ms |
| Waiting for query cache lock | 0.0 ms |
| init | 0.0 ms |
| checking query cache for query | 0.1 ms |
| checking permissions | 0.0 ms |
| checking permissions | 0.0 ms |
| checking permissions | 0.0 ms |
| checking permissions | 0.0 ms |
| Opening tables | 0.0 ms |
| After opening tables | 0.0 ms |
| System lock | 0.0 ms |
| Table lock | 0.0 ms |
| After opening tables | 0.0 ms |
| Waiting for query cache lock | 0.0 ms |
| After opening tables | 0.0 ms |
| init | 0.1 ms |
| optimizing | 0.0 ms |
| optimizing | 0.0 ms |
| statistics | 0.0 ms |
| preparing | 0.1 ms |
| statistics | 0.1 ms |
| preparing | 0.0 ms |
| executing | 0.0 ms |
| Copying to tmp table | 0.3 ms |
| Copying to tmp table | 0.0 ms |
| executing | 0.0 ms |
| Copying to tmp table | 0.0 ms |
| Copying to tmp table | 0.2 ms |
| Sorting result | 0.0 ms |
| Sending data | 0.0 ms |
| removing tmp table | 0.0 ms |
| Sending data | 0.2 ms |
| Sorting result | 0.0 ms |
| Sending data | 0.0 ms |
| end | 0.0 ms |
| removing tmp table | 0.1 ms |
| end | 0.0 ms |
| query end | 0.0 ms |
| closing tables | 0.0 ms |
| removing tmp table | 0.0 ms |
| closing tables | 0.0 ms |
| freeing items | 0.0 ms |
| updating status | 0.0 ms |
| Waiting for query cache lock | 0.0 ms |
| updating status | 0.0 ms |
| Waiting for query cache lock | 0.0 ms |
| updating status | 0.0 ms |
| storing result in query cache | 0.0 ms |
| cleaning up | 0.0 ms |
JROOT/libraries/legacy/categories/categories.php:289
JROOT/libraries/legacy/categories/categories.php:182
JROOT/components/com_content/helpers/route.php:44
JROOT/modules/mod_articles_news_adv/helper.php:121
JROOT/modules/mod_articles_news_adv/mod_articles_news_adv.php:24
JROOT/libraries/cms/module/helper.php:190
JROOT/libraries/joomla/document/html/renderer/module.php:103
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1058
JROOT/libraries/cms/application/site.php:729
JROOT/libraries/cms/application/cms.php:257
JROOT/index.php:40
Query Time: 1.33 ms After last query: 19.78 ms
SELECT a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext,
CASE WHEN badcats.id is null THEN a.state ELSE 0 END AS state, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count
FROM tqetc_content AS a
LEFT JOIN tqetc_categories AS c
on c.id = a.catid
LEFT JOIN tqetc_users AS u
on u.id = a.created_by
LEFT JOIN tqetc_categories as parent
ON parent.id = c.parent_id
LEFT JOIN tqetc_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM tqetc_categories AS cat JOIN tqetc_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published <= 0
GROUP BY cat.id) AS badcats
ON badcats.id = c.id
WHERE a.id = 66
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2017-03-14 11:57:31')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2017-03-14 11:57:31')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | PRIMARY | a | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | |
| 1 | PRIMARY | c | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | |
| 1 | PRIMARY | u | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | |
| 1 | PRIMARY | parent | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | |
| 1 | PRIMARY | v | const | PRIMARY | PRIMARY | 4 | const | 0 | 0.00 | unique row not found |
| 1 | PRIMARY | <derived2> | ref | key0 | key0 | 5 | const | 10 | 100.00 | Using where |
| 2 | DERIVED | parent | ref | cat_idx,idx_left_right | cat_idx | 152 | const | 14 | 100.00 | Using index condition; Using temporary; Using filesort |
| 2 | DERIVED | cat | index | idx_left_right | idx_left_right | 8 | NULL | 33 | 100.00 | Using where; Using index; Using join buffer (flat, BNL join) |
| Status | Duration |
|---|
| starting | 0.0 ms |
| Waiting for query cache lock | 0.0 ms |
| init | 0.0 ms |
| checking query cache for query | 0.1 ms |
| checking permissions | 0.0 ms |
| checking permissions | 0.0 ms |
| checking permissions | 0.0 ms |
| checking permissions | 0.0 ms |
| checking permissions | 0.0 ms |
| checking permissions | 0.0 ms |
| checking permissions | 0.0 ms |
| Opening tables | 0.0 ms |
| After opening tables | 0.0 ms |
| System lock | 0.0 ms |
| Table lock | 0.0 ms |
| After opening tables | 0.0 ms |
| Waiting for query cache lock | 0.0 ms |
| After opening tables | 0.0 ms |
| init | 0.1 ms |
| optimizing | 0.0 ms |
| optimizing | 0.0 ms |
| statistics | 0.0 ms |
| preparing | 0.1 ms |
| statistics | 0.1 ms |
| preparing | 0.0 ms |
| executing | 0.0 ms |
| Sending data | 0.0 ms |
| executing | 0.0 ms |
| Copying to tmp table | 0.0 ms |
| Copying to tmp table | 0.2 ms |
| Sorting result | 0.0 ms |
| Sending data | 0.0 ms |
| removing tmp table | 0.1 ms |
| Sending data | 0.0 ms |
| end | 0.0 ms |
| query end | 0.0 ms |
| closing tables | 0.0 ms |
| removing tmp table | 0.0 ms |
| closing tables | 0.0 ms |
| freeing items | 0.0 ms |
| updating status | 0.0 ms |
| Waiting for query cache lock | 0.0 ms |
| updating status | 0.0 ms |
| Waiting for query cache lock | 0.0 ms |
| updating status | 0.0 ms |
| storing result in query cache | 0.0 ms |
| cleaning up | 0.0 ms |
JROOT/components/com_content/models/article.php:159
JROOT/modules/mod_articles_single/helper.php:26
JROOT/modules/mod_articles_single/mod_articles_single.php:13
JROOT/libraries/cms/module/helper.php:190
JROOT/libraries/joomla/document/html/renderer/module.php:103
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1058
JROOT/libraries/cms/application/site.php:729
JROOT/libraries/cms/application/cms.php:257
JROOT/index.php:40
Query Time: 1.69 ms After last query: 0.48 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 tqetc_categories as c
LEFT JOIN tqetc_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 tqetc_categories AS cat JOIN tqetc_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=31
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 | 33 | 45.45 | Using where |
| 1 | PRIMARY | <derived2> | ref | key0 | key0 | 5 | olivebra_joomtt.c.id | 10 | 100.00 | Using where |
| 2 | DERIVED | parent | ref | cat_idx,idx_left_right | cat_idx | 152 | const | 14 | 100.00 | Using index condition; Using temporary; Using filesort |
| 2 | DERIVED | cat | index | idx_left_right | idx_left_right | 8 | NULL | 33 | 100.00 | Using where; Using index; Using join buffer (flat, BNL join) |
| Status | Duration |
|---|
| starting | 0.0 ms |
| Waiting for query cache lock | 0.0 ms |
| init | 0.0 ms |
| checking query cache for query | 0.1 ms |
| checking permissions | 0.0 ms |
| checking permissions | 0.0 ms |
| checking permissions | 0.0 ms |
| checking permissions | 0.0 ms |
| Opening tables | 0.0 ms |
| After opening tables | 0.0 ms |
| System lock | 0.0 ms |
| Table lock | 0.0 ms |
| After opening tables | 0.0 ms |
| Waiting for query cache lock | 0.0 ms |
| After opening tables | 0.0 ms |
| init | 0.1 ms |
| optimizing | 0.0 ms |
| optimizing | 0.0 ms |
| statistics | 0.0 ms |
| preparing | 0.1 ms |
| statistics | 0.1 ms |
| preparing | 0.1 ms |
| executing | 0.0 ms |
| Copying to tmp table | 0.3 ms |
| Copying to tmp table | 0.0 ms |
| executing | 0.0 ms |
| Copying to tmp table | 0.0 ms |
| Copying to tmp table | 0.2 ms |
| Sorting result | 0.0 ms |
| Sending data | 0.0 ms |
| removing tmp table | 0.0 ms |
| Sending data | 0.2 ms |
| Sorting result | 0.0 ms |
| Sending data | 0.0 ms |
| end | 0.0 ms |
| removing tmp table | 0.1 ms |
| end | 0.0 ms |
| query end | 0.0 ms |
| closing tables | 0.0 ms |
| removing tmp table | 0.0 ms |
| closing tables | 0.0 ms |
| freeing items | 0.0 ms |
| updating status | 0.0 ms |
| Waiting for query cache lock | 0.0 ms |
| updating status | 0.0 ms |
| Waiting for query cache lock | 0.0 ms |
| updating status | 0.0 ms |
| storing result in query cache | 0.0 ms |
| cleaning up | 0.0 ms |
JROOT/libraries/legacy/categories/categories.php:289
JROOT/libraries/legacy/categories/categories.php:182
JROOT/components/com_content/helpers/route.php:44
JROOT/modules/mod_articles_single/helper.php:30
JROOT/modules/mod_articles_single/mod_articles_single.php:13
JROOT/libraries/cms/module/helper.php:190
JROOT/libraries/joomla/document/html/renderer/module.php:103
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1058
JROOT/libraries/cms/application/site.php:729
JROOT/libraries/cms/application/cms.php:257
JROOT/index.php:40
Query Time: 0.25 ms After last query: 0.33 ms
SELECT alias
FROM tqetc_content
WHERE id=66
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | tqetc_content | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | |
| Status | Duration |
|---|
| starting | 0.0 ms |
| Waiting for query cache lock | 0.0 ms |
| init | 0.0 ms |
| checking query cache for query | 0.0 ms |
| checking permissions | 0.0 ms |
| Opening tables | 0.0 ms |
| After opening tables | 0.0 ms |
| System lock | 0.0 ms |
| Table lock | 0.0 ms |
| After opening tables | 0.0 ms |
| Waiting for query cache lock | 0.0 ms |
| After opening tables | 0.0 ms |
| init | 0.0 ms |
| optimizing | 0.0 ms |
| statistics | 0.0 ms |
| preparing | 0.0 ms |
| executing | 0.0 ms |
| Sending data | 0.0 ms |
| end | 0.0 ms |
| query end | 0.0 ms |
| closing tables | 0.0 ms |
| freeing items | 0.0 ms |
| updating status | 0.0 ms |
| Waiting for query cache lock | 0.0 ms |
| updating status | 0.0 ms |
| Waiting for query cache lock | 0.0 ms |
| updating status | 0.0 ms |
| storing result in query cache | 0.0 ms |
| cleaning up | 0.0 ms |
JROOT/components/com_content/router.php:112
JROOT/libraries/cms/router/site.php:483
JROOT/libraries/cms/router/site.php:452
JROOT/libraries/cms/router/router.php:280
JROOT/libraries/cms/router/site.php:134
JROOT/libraries/joomla/application/route.php:62
JROOT/modules/mod_articles_single/helper.php:30
JROOT/modules/mod_articles_single/mod_articles_single.php:13
JROOT/libraries/cms/module/helper.php:190
JROOT/libraries/joomla/document/html/renderer/module.php:103
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1058
JROOT/libraries/cms/application/site.php:729
JROOT/libraries/cms/application/cms.php:257
JROOT/index.php:40
Query Time: 11.40 ms After last query: 54.10 ms
UPDATE `tqetc_session`
SET `data` = '__default|a:6:{s:15:\"session.counter\";i:1;s:19:\"session.timer.start\";i:1489492651;s:18:\"session.timer.last\";i:1489492651;s:17:\"session.timer.now\";i:1489492651;s:8:\"registry\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\\0\\0\\0data\";O:8:\"stdClass\":0:{}}s:4:\"user\";O:5:\"JUser\":26:{s:9:\"\\0\\0\\0isRoot\";b:0;s:2:\"id\";i:0;s:4:\"name\";N;s:8:\"username\";N;s:5:\"email\";N;s:8:\"password\";N;s:14:\"password_clear\";s:0:\"\";s:5:\"block\";N;s:9:\"sendEmail\";i:0;s:12:\"registerDate\";N;s:13:\"lastvisitDate\";N;s:10:\"activation\";N;s:6:\"params\";N;s:6:\"groups\";a:1:{i:0;s:1:\"9\";}s:5:\"guest\";i:1;s:13:\"lastResetTime\";N;s:10:\"resetCount\";N;s:12:\"requireReset\";N;s:10:\"\\0\\0\\0_params\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\\0\\0\\0data\";O:8:\"stdClass\":0:{}}s:14:\"\\0\\0\\0_authGroups\";a:2:{i:0;i:1;i:1;i:9;}s:14:\"\\0\\0\\0_authLevels\";a:3:{i:0;i:1;i:1;i:1;i:2;i:5;}s:15:\"\\0\\0\\0_authActions\";N;s:12:\"\\0\\0\\0_errorMsg\";N;s:13:\"\\0\\0\\0userHelper\";O:18:\"JUserWrapperHelper\":0:{}s:10:\"\\0\\0\\0_errors\";a:0:{}s:3:\"aid\";i:0;}}'
, `time` = '1489492652'
WHERE `session_id` = '98s5ehcn67elhfe6ch3rf98jm1'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | tqetc_session | range | PRIMARY | PRIMARY | 602 | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.1 ms |
| checking permissions | 0.0 ms |
| Opening tables | 0.0 ms |
| After opening tables | 0.0 ms |
| System lock | 0.0 ms |
| Table lock | 0.0 ms |
| After opening tables | 0.0 ms |
| init | 0.1 ms |
| updating | 0.1 ms |
| end | 0.0 ms |
| Waiting for query cache lock | 0.0 ms |
| end | 0.0 ms |
| query end | 10.9 ms |
| closing tables | 0.0 ms |
| freeing items | 0.0 ms |
| updating status | 0.0 ms |
| cleaning up | 0.0 ms |
JROOT/libraries/joomla/session/storage/database.php:84
17 × SELECT `m`.`tag_id`,`t`.*
FROM `tqetc_contentitem_tag_map` AS m
INNER JOIN `tqetc_tags` AS t
ON `m`.`tag_id` = `t`.`id`
2 × SELECT *
FROM tqetc_komento_configs
2 × SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time, c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level, c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id, c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM tqetc_categories as c
LEFT JOIN tqetc_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 tqetc_categories AS cat JOIN tqetc_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
2 × SELECT b.rules
FROM tqetc_assets AS a
LEFT JOIN tqetc_assets AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
2 × SELECT extension_id AS id, element AS "option", params, enabled
FROM tqetc_extensions
1 × SELECT template
FROM tqetc_template_styles
1 × SELECT COUNT(*)
FROM tqetc_content AS a
LEFT JOIN tqetc_content_frontpage AS fp
ON fp.content_id = a.id
LEFT JOIN tqetc_categories AS c
ON c.id = a.catid
LEFT JOIN tqetc_users AS ua
ON ua.id = a.created_by
LEFT JOIN tqetc_users AS uam
ON uam.id = a.modified_by
LEFT JOIN tqetc_categories as parent
ON parent.id = c.parent_id
LEFT JOIN tqetc_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM tqetc_categories AS cat JOIN tqetc_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM tqetc_modules AS m
LEFT JOIN tqetc_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN tqetc_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
1 × SELECT a.fulltext, a.id, a.title, a.alias, a.introtext, a.state, a.catid, a.created, a.created_by, a.created_by_alias, a.modified, a.modified_by, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.featured,a.fulltext, a.id, a.title, a.alias, a.introtext, a.state, a.catid, a.created, a.created_by, a.created_by_alias, a.modified, a.modified_by, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.featured,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,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 tqetc_content AS a
LEFT JOIN tqetc_content_frontpage AS fp
ON fp.content_id = a.id
LEFT JOIN tqetc_categories AS c
ON c.id = a.catid
LEFT JOIN tqetc_users AS ua
ON ua.id = a.created_by
LEFT JOIN tqetc_users AS uam
ON uam.id = a.modified_by
LEFT JOIN tqetc_categories as parent
ON parent.id = c.parent_id
LEFT JOIN tqetc_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM tqetc_categories AS cat JOIN tqetc_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
1 × SELECT alias
FROM tqetc_content
1 × SELECT a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext,
CASE WHEN badcats.id is null THEN a.state ELSE 0 END AS state, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count
FROM tqetc_content AS a
LEFT JOIN tqetc_categories AS c
on c.id = a.catid
LEFT JOIN tqetc_users AS u
on u.id = a.created_by
LEFT JOIN tqetc_categories as parent
ON parent.id = c.parent_id
LEFT JOIN tqetc_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM tqetc_categories AS cat JOIN tqetc_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
1 × SELECT `session_id`
FROM `tqetc_session`
1 × SELECT b.id
FROM tqetc_usergroups AS a
LEFT JOIN tqetc_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × 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, a.language, 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,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 tqetc_content AS a
LEFT JOIN tqetc_content_frontpage AS fp
ON fp.content_id = a.id
LEFT JOIN tqetc_categories AS c
ON c.id = a.catid
LEFT JOIN tqetc_users AS ua
ON ua.id = a.created_by
LEFT JOIN tqetc_users AS uam
ON uam.id = a.modified_by
LEFT JOIN tqetc_categories as parent
ON parent.id = c.parent_id
LEFT JOIN tqetc_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM tqetc_categories AS cat JOIN tqetc_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
1 × SELECT *
FROM tqetc_languages
1 × SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,`m`.`browserNav`, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
FROM tqetc_menu AS m
LEFT JOIN tqetc_extensions AS e
ON m.component_id = e.extension_id
1 × SELECT folder AS type, element AS name, params
FROM tqetc_extensions
1 × SELECT id, home, template, s.params
FROM tqetc_template_styles as s
LEFT JOIN tqetc_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
1 × SELECT a.rules
FROM tqetc_assets AS a
1 × SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time, c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level, c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id, c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug,COUNT(i.`id`) AS numitems
FROM tqetc_categories as c
LEFT JOIN tqetc_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 tqetc_categories AS cat JOIN tqetc_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
1 × SELECT `data`
FROM `tqetc_session`
1 × SELECT id, rules
FROM `tqetc_viewlevels