زمان پرس و جو: 0.29 ms حافظه پرس و جو: 0.026 MB حافظه قبل از پرس و جوی: 2.307 MB سطرهای بازگشتی: 1
SELECT `data`
FROM `j5xwp_session`
WHERE `session_id` = 'g69ak3mhh9oq1isth0lr9c18n1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j5xwp_session | const | PRIMARY | PRIMARY | 602 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 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/joomla/session/storage/database.php:46
JROOT/libraries/joomla/session/session.php:658
JROOT/libraries/joomla/session/session.php:596
JROOT/libraries/cms/application/cms.php:668
JROOT/libraries/cms/application/cms.php:131
JROOT/libraries/cms/application/site.php:63
JROOT/libraries/cms/application/cms.php:328
JROOT/libraries/joomla/factory.php:124
JROOT/index.php:37
زمان پرس و جو: 1.10 ms پس از آخرین پرس و جو: 33.96 ms حافظه پرس و جو: 0.049 MB حافظه قبل از پرس و جوی: 4.122 MB سطرهای بازگشتی: 75
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 j5xwp_menu AS m
LEFT JOIN j5xwp_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 | ALL | idx_client_id_parent_id_alias_language | کلید شاخصی برای استفاده نیست | NULL | NULL | 233 | 88.84 | Using where; با استفاده از مرتب سازی فایل |
1 | SIMPLE | e | eq_ref | PRIMARY | PRIMARY | 4 | tamin_db.m.component_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.1 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.1 ms |
preparing | 0.0 ms |
Sorting result | 0.0 ms |
executing | 0.0 ms |
Sending data | 0.0 ms |
Creating sort index | 0.7 ms |
end | 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/menu/site.php:47
JROOT/libraries/cms/menu/menu.php:64
JROOT/libraries/cms/menu/menu.php:118
JROOT/libraries/cms/application/cms.php:353
JROOT/libraries/cms/application/site.php:279
JROOT/libraries/cms/router/site.php:218
JROOT/libraries/cms/router/router.php:408
JROOT/libraries/cms/router/router.php:192
JROOT/libraries/cms/router/site.php:90
JROOT/libraries/cms/application/cms.php:1018
JROOT/libraries/cms/application/site.php:749
JROOT/libraries/cms/application/site.php:231
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
زمان پرس و جو: 2.48 ms پس از آخرین پرس و جو: 8.62 ms حافظه پرس و جو: 0.034 MB حافظه قبل از پرس و جوی: 5.057 MB سطرهای بازگشتی: 3
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 j5xwp_categories as c
LEFT JOIN j5xwp_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 j5xwp_categories AS cat JOIN j5xwp_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=44
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; با استفاده از مرتب سازی فایل |
1 | PRIMARY | c | ALL | cat_idx,idx_access,idx_left_right | کلید شاخصی برای استفاده نیست | NULL | NULL | 48 | 54.17 | Using where |
1 | PRIMARY | <derived2> | ref | <auto_key0> | <auto_key0> | 4 | tamin_db.c.id | 10 | 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; با استفاده از مرتب سازی فایل |
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 | 48 | 100.00 | Using where; Using index; Using join buffer (Block Nested Loop) |
Status | Duration |
---|
starting | 0.2 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 |
init | 0.1 ms |
System lock | 0.0 ms |
optimizing | 0.0 ms |
optimizing | 0.0 ms |
statistics | 0.1 ms |
preparing | 0.0 ms |
Creating tmp table | 0.0 ms |
Sorting result | 0.0 ms |
statistics | 0.1 ms |
preparing | 0.0 ms |
Creating tmp table | 0.1 ms |
Sorting result | 0.0 ms |
executing | 0.0 ms |
Sending data | 0.0 ms |
executing | 0.0 ms |
Sending data | 0.1 ms |
Creating sort index | 0.0 ms |
removing tmp table | 0.0 ms |
Creating sort index | 1.1 ms |
Creating sort index | 0.1 ms |
end | 0.0 ms |
removing tmp table | 0.3 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 |
cleaning up | 0.1 ms |
JROOT/libraries/legacy/categories/categories.php:288
JROOT/libraries/legacy/categories/categories.php:181
JROOT/components/com_content/router.php:327
JROOT/libraries/cms/router/site.php:369
JROOT/libraries/cms/router/router.php:408
JROOT/libraries/cms/router/router.php:192
JROOT/libraries/cms/router/site.php:90
JROOT/libraries/cms/application/cms.php:1018
JROOT/libraries/cms/application/site.php:749
JROOT/libraries/cms/application/site.php:231
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
زمان پرس و جو: 0.22 ms پس از آخرین پرس و جو: 3.87 ms حافظه پرس و جو: 0.028 MB حافظه قبل از پرس و جوی: 5.298 MB سطرهای بازگشتی: 1
SELECT `template_style_id`
FROM `j5xwp_menu`
WHERE `id` = 730
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j5xwp_menu | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 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/plugins/system/zo2/framework/includes/factory.php:88
JROOT/plugins/system/zo2/framework/includes/factory.php:222
JROOT/plugins/system/zo2/framework/includes/bootstrap.php:26
JROOT/plugins/system/zo2/zo2.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:1027
JROOT/libraries/cms/application/site.php:749
JROOT/libraries/cms/application/site.php:231
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
زمان پرس و جو: 1.37 ms پس از آخرین پرس و جو: 2.88 ms حافظه پرس و جو: 0.018 MB حافظه قبل از پرس و جوی: 5.414 MB
UPDATE `j5xwp_extensions`
SET `params` = '{\"mediaversion\":\"df098c61475c5560bc031bda8590bed8\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j5xwp_extensions | range | element_clientid,element_folder_clientid,extension | extension | 364 | const,const | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.0 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
init | 0.0 ms |
System lock | 0.1 ms |
updating | 0.1 ms |
end | 0.0 ms |
query end | 1.1 ms |
closing tables | 0.0 ms |
freeing items | 0.0 ms |
cleaning up | 0.0 ms |
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:1027
JROOT/libraries/cms/application/site.php:749
JROOT/libraries/cms/application/site.php:231
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
زمان پرس و جو: 2.20 ms پس از آخرین پرس و جو: 20.87 ms حافظه پرس و جو: 0.036 MB حافظه قبل از پرس و جوی: 6.725 MB سطرهای بازگشتی: 4
SELECT b.rules
FROM j5xwp_assets AS a
LEFT JOIN j5xwp_assets AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE (a.name = 'com_content.category.44')
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; با استفاده از مرتب سازی فایل |
1 | SIMPLE | b | ALL | idx_lft_rgt | کلید شاخصی برای استفاده نیست | NULL | NULL | 424 | 42.45 | 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.1 ms |
preparing | 0.0 ms |
Creating tmp table | 0.0 ms |
Sorting result | 0.0 ms |
executing | 0.0 ms |
Sending data | 1.4 ms |
Creating sort index | 0.1 ms |
end | 0.0 ms |
removing tmp table | 0.3 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/joomla/access/access.php:248
JROOT/libraries/joomla/access/access.php:109
JROOT/libraries/joomla/user/user.php:373
JROOT/components/com_content/models/category.php:137
JROOT/libraries/legacy/model/legacy.php:415
JROOT/libraries/legacy/view/legacy.php:398
JROOT/libraries/legacy/view/category.php:107
JROOT/components/com_content/views/category/view.html.php:72
JROOT/libraries/joomla/cache/controller/view.php:98
JROOT/libraries/legacy/controller/legacy.php:689
JROOT/components/com_content/controller.php:79
JROOT/libraries/legacy/controller/legacy.php:730
JROOT/components/com_content/content.php:16
JROOT/libraries/cms/component/helper.php:352
JROOT/libraries/cms/component/helper.php:332
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:237
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
زمان پرس و جو: 0.30 ms پس از آخرین پرس و جو: 1.24 ms حافظه پرس و جو: 0.036 MB حافظه قبل از پرس و جوی: 6.788 MB سطرهای بازگشتی: 2
SELECT b.id
FROM j5xwp_usergroups AS a
LEFT JOIN j5xwp_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 |
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/joomla/access/access.php:334
JROOT/libraries/joomla/access/access.php:113
JROOT/libraries/joomla/user/user.php:373
JROOT/components/com_content/models/category.php:137
JROOT/libraries/legacy/model/legacy.php:415
JROOT/libraries/legacy/view/legacy.php:398
JROOT/libraries/legacy/view/category.php:107
JROOT/components/com_content/views/category/view.html.php:72
JROOT/libraries/joomla/cache/controller/view.php:98
JROOT/libraries/legacy/controller/legacy.php:689
JROOT/components/com_content/controller.php:79
JROOT/libraries/legacy/controller/legacy.php:730
JROOT/components/com_content/content.php:16
JROOT/libraries/cms/component/helper.php:352
JROOT/libraries/cms/component/helper.php:332
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:237
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
زمان پرس و جو: 5.91 ms پس از آخرین پرس و جو: 0.86 ms حافظه پرس و جو: 0.041 MB حافظه قبل از پرس و جوی: 6.820 MB سطرهای بازگشتی: 3
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 j5xwp_categories as c
LEFT JOIN j5xwp_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 j5xwp_categories AS cat JOIN j5xwp_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 `j5xwp_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=44
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; با استفاده از مرتب سازی فایل |
1 | PRIMARY | c | ALL | cat_idx,idx_access,idx_left_right | کلید شاخصی برای استفاده نیست | NULL | NULL | 48 | 54.17 | Using where |
1 | PRIMARY | <derived2> | ref | <auto_key0> | <auto_key0> | 4 | tamin_db.c.id | 10 | 100.00 | Using where; Not exists; Using index |
1 | PRIMARY | i | ref | idx_state,idx_catid | idx_catid | 4 | tamin_db.c.id | 3 | 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; با استفاده از مرتب سازی فایل |
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 | 48 | 100.00 | Using where; Using index; Using join buffer (Block Nested Loop) |
Status | Duration |
---|
starting | 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 |
Opening tables | 0.0 ms |
init | 0.1 ms |
System lock | 0.0 ms |
optimizing | 0.0 ms |
optimizing | 0.0 ms |
statistics | 0.0 ms |
preparing | 0.0 ms |
Creating tmp table | 0.0 ms |
Sorting result | 0.0 ms |
statistics | 0.2 ms |
preparing | 0.0 ms |
Creating tmp table | 0.0 ms |
Sorting result | 0.0 ms |
executing | 0.0 ms |
Sending data | 0.0 ms |
executing | 0.0 ms |
Sending data | 0.1 ms |
Creating sort index | 0.0 ms |
removing tmp table | 0.0 ms |
Creating sort index | 4.6 ms |
Creating sort index | 0.1 ms |
end | 0.0 ms |
removing tmp table | 0.2 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 |
cleaning up | 0.0 ms |
JROOT/libraries/legacy/categories/categories.php:288
JROOT/libraries/legacy/categories/categories.php:181
JROOT/components/com_content/models/category.php:336
JROOT/components/com_content/models/category.php:224
JROOT/libraries/legacy/view/legacy.php:398
JROOT/libraries/legacy/view/category.php:108
JROOT/components/com_content/views/category/view.html.php:72
JROOT/libraries/joomla/cache/controller/view.php:98
JROOT/libraries/legacy/controller/legacy.php:689
JROOT/components/com_content/controller.php:79
JROOT/libraries/legacy/controller/legacy.php:730
JROOT/components/com_content/content.php:16
JROOT/libraries/cms/component/helper.php:352
JROOT/libraries/cms/component/helper.php:332
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:237
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
زمان پرس و جو: 1.54 ms پس از آخرین پرس و جو: 2.05 ms حافظه پرس و جو: 0.039 MB حافظه قبل از پرس و جوی: 7.014 MB سطرهای بازگشتی: 2
SELECT b.rules
FROM j5xwp_assets AS a
LEFT JOIN j5xwp_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; با استفاده از مرتب سازی فایل |
1 | SIMPLE | b | range | idx_lft_rgt | idx_lft_rgt | 4 | NULL | 24 | 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.1 ms |
preparing | 0.0 ms |
Creating tmp table | 0.0 ms |
Sorting result | 0.0 ms |
executing | 0.0 ms |
Sending data | 0.8 ms |
Creating sort index | 0.0 ms |
end | 0.0 ms |
removing tmp table | 0.3 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/joomla/access/access.php:248
JROOT/libraries/joomla/access/access.php:109
JROOT/libraries/joomla/user/user.php:373
JROOT/components/com_content/models/articles.php:449
JROOT/libraries/legacy/model/list.php:115
JROOT/libraries/legacy/model/list.php:167
JROOT/components/com_content/models/articles.php:537
JROOT/components/com_content/models/category.php:244
JROOT/libraries/legacy/view/legacy.php:398
JROOT/libraries/legacy/view/category.php:108
JROOT/components/com_content/views/category/view.html.php:72
JROOT/libraries/joomla/cache/controller/view.php:98
JROOT/libraries/legacy/controller/legacy.php:689
JROOT/components/com_content/controller.php:79
JROOT/libraries/legacy/controller/legacy.php:730
JROOT/components/com_content/content.php:16
JROOT/libraries/cms/component/helper.php:352
JROOT/libraries/cms/component/helper.php:332
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:237
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
زمان پرس و جو: 2.94 ms پس از آخرین پرس و جو: 0.36 ms حافظه پرس و جو: 0.047 MB حافظه قبل از پرس و جوی: 7.047 MB سطرهای بازگشتی: 10
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 j5xwp_content AS a
LEFT JOIN j5xwp_content_frontpage AS fp
ON fp.content_id = a.id
LEFT JOIN j5xwp_categories AS c
ON c.id = a.catid
LEFT JOIN j5xwp_users AS ua
ON ua.id = a.created_by
LEFT JOIN j5xwp_users AS uam
ON uam.id = a.modified_by
LEFT JOIN j5xwp_categories as parent
ON parent.id = c.parent_id
LEFT JOIN j5xwp_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM j5xwp_categories AS cat JOIN j5xwp_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 = 44
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2024-12-21 11:40:09')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2024-12-21 11:40: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 10, 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 temporary; با استفاده از مرتب سازی فایل |
1 | PRIMARY | a | ref | idx_access,idx_catid | idx_catid | 4 | const | 30 | 100.00 | Using where |
1 | PRIMARY | fp | eq_ref | PRIMARY | PRIMARY | 4 | tamin_db.a.id | 1 | 100.00 | Using where; Using index |
1 | PRIMARY | ua | eq_ref | PRIMARY | PRIMARY | 4 | tamin_db.a.created_by | 1 | 100.00 | Using where |
1 | PRIMARY | uam | eq_ref | PRIMARY | PRIMARY | 4 | tamin_db.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 | کلید شاخصی برای استفاده نیست | NULL | NULL | 1 | 100.00 | Using where; Using join buffer (Block Nested Loop) |
1 | PRIMARY | <derived2> | ref | <auto_key0> | <auto_key0> | 4 | const | 10 | 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; با استفاده از مرتب سازی فایل |
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 | 48 | 100.00 | Using where; Using index; Using join buffer (Block Nested Loop) |
Status | Duration |
---|
starting | 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 |
init | 0.1 ms |
System lock | 0.0 ms |
optimizing | 0.0 ms |
optimizing | 0.0 ms |
statistics | 0.0 ms |
preparing | 0.0 ms |
Creating tmp table | 0.0 ms |
Sorting result | 0.0 ms |
statistics | 0.1 ms |
preparing | 0.0 ms |
Creating tmp table | 0.1 ms |
Sorting result | 0.0 ms |
executing | 0.0 ms |
Sending data | 0.5 ms |
executing | 0.0 ms |
Sending data | 0.1 ms |
Creating sort index | 0.0 ms |
removing tmp table | 0.0 ms |
Creating sort index | 1.0 ms |
Creating sort index | 0.3 ms |
end | 0.0 ms |
removing tmp table | 0.3 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 |
cleaning up | 0.0 ms |
JROOT/libraries/legacy/model/legacy.php:301
JROOT/libraries/legacy/model/list.php:171
JROOT/components/com_content/models/articles.php:537
JROOT/components/com_content/models/category.php:244
JROOT/libraries/legacy/view/legacy.php:398
JROOT/libraries/legacy/view/category.php:108
JROOT/components/com_content/views/category/view.html.php:72
JROOT/libraries/joomla/cache/controller/view.php:98
JROOT/libraries/legacy/controller/legacy.php:689
JROOT/components/com_content/controller.php:79
JROOT/libraries/legacy/controller/legacy.php:730
JROOT/components/com_content/content.php:16
JROOT/libraries/cms/component/helper.php:352
JROOT/libraries/cms/component/helper.php:332
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:237
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
زمان پرس و جو: 0.46 ms پس از آخرین پرس و جو: 3.19 ms حافظه پرس و جو: 0.040 MB حافظه قبل از پرس و جوی: 7.397 MB سطرهای بازگشتی: 0
SELECT `m`.`tag_id`,`t`.*
FROM `j5xwp_contentitem_tag_map` AS m
INNER JOIN `j5xwp_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 201
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 | t | ALL | PRIMARY,tag_idx,idx_access | کلید شاخصی برای استفاده نیست | NULL | NULL | 26 | 76.92 | Using where |
1 | SIMPLE | m | ref | idx_tag_type,idx_tag | idx_tag_type | 4 | tamin_db.t.id | 1 | 100.00 | Using index condition; 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.1 ms |
preparing | 0.0 ms |
executing | 0.0 ms |
Sending data | 0.1 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:412
JROOT/components/com_content/models/articles.php:663
JROOT/components/com_content/models/category.php:244
JROOT/libraries/legacy/view/legacy.php:398
JROOT/libraries/legacy/view/category.php:108
JROOT/components/com_content/views/category/view.html.php:72
JROOT/libraries/joomla/cache/controller/view.php:98
JROOT/libraries/legacy/controller/legacy.php:689
JROOT/components/com_content/controller.php:79
JROOT/libraries/legacy/controller/legacy.php:730
JROOT/components/com_content/content.php:16
JROOT/libraries/cms/component/helper.php:352
JROOT/libraries/cms/component/helper.php:332
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:237
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
زمان پرس و جو: 0.41 ms پس از آخرین پرس و جو: 0.48 ms حافظه پرس و جو: 0.040 MB حافظه قبل از پرس و جوی: 7.438 MB سطرهای بازگشتی: 0
SELECT `m`.`tag_id`,`t`.*
FROM `j5xwp_contentitem_tag_map` AS m
INNER JOIN `j5xwp_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 200
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 | t | ALL | PRIMARY,tag_idx,idx_access | کلید شاخصی برای استفاده نیست | NULL | NULL | 26 | 76.92 | Using where |
1 | SIMPLE | m | ref | idx_tag_type,idx_tag | idx_tag_type | 4 | tamin_db.t.id | 1 | 100.00 | Using index condition; 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.1 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:412
JROOT/components/com_content/models/articles.php:663
JROOT/components/com_content/models/category.php:244
JROOT/libraries/legacy/view/legacy.php:398
JROOT/libraries/legacy/view/category.php:108
JROOT/components/com_content/views/category/view.html.php:72
JROOT/libraries/joomla/cache/controller/view.php:98
JROOT/libraries/legacy/controller/legacy.php:689
JROOT/components/com_content/controller.php:79
JROOT/libraries/legacy/controller/legacy.php:730
JROOT/components/com_content/content.php:16
JROOT/libraries/cms/component/helper.php:352
JROOT/libraries/cms/component/helper.php:332
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:237
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
زمان پرس و جو: 0.41 ms پس از آخرین پرس و جو: 0.48 ms حافظه پرس و جو: 0.040 MB حافظه قبل از پرس و جوی: 7.480 MB سطرهای بازگشتی: 0
SELECT `m`.`tag_id`,`t`.*
FROM `j5xwp_contentitem_tag_map` AS m
INNER JOIN `j5xwp_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 199
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 | t | ALL | PRIMARY,tag_idx,idx_access | کلید شاخصی برای استفاده نیست | NULL | NULL | 26 | 76.92 | Using where |
1 | SIMPLE | m | ref | idx_tag_type,idx_tag | idx_tag_type | 4 | tamin_db.t.id | 1 | 100.00 | Using index condition; 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.1 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:412
JROOT/components/com_content/models/articles.php:663
JROOT/components/com_content/models/category.php:244
JROOT/libraries/legacy/view/legacy.php:398
JROOT/libraries/legacy/view/category.php:108
JROOT/components/com_content/views/category/view.html.php:72
JROOT/libraries/joomla/cache/controller/view.php:98
JROOT/libraries/legacy/controller/legacy.php:689
JROOT/components/com_content/controller.php:79
JROOT/libraries/legacy/controller/legacy.php:730
JROOT/components/com_content/content.php:16
JROOT/libraries/cms/component/helper.php:352
JROOT/libraries/cms/component/helper.php:332
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:237
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
زمان پرس و جو: 0.41 ms پس از آخرین پرس و جو: 0.49 ms حافظه پرس و جو: 0.040 MB حافظه قبل از پرس و جوی: 7.521 MB سطرهای بازگشتی: 0
SELECT `m`.`tag_id`,`t`.*
FROM `j5xwp_contentitem_tag_map` AS m
INNER JOIN `j5xwp_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 198
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 | t | ALL | PRIMARY,tag_idx,idx_access | کلید شاخصی برای استفاده نیست | NULL | NULL | 26 | 76.92 | Using where |
1 | SIMPLE | m | ref | idx_tag_type,idx_tag | idx_tag_type | 4 | tamin_db.t.id | 1 | 100.00 | Using index condition; 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.1 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:412
JROOT/components/com_content/models/articles.php:663
JROOT/components/com_content/models/category.php:244
JROOT/libraries/legacy/view/legacy.php:398
JROOT/libraries/legacy/view/category.php:108
JROOT/components/com_content/views/category/view.html.php:72
JROOT/libraries/joomla/cache/controller/view.php:98
JROOT/libraries/legacy/controller/legacy.php:689
JROOT/components/com_content/controller.php:79
JROOT/libraries/legacy/controller/legacy.php:730
JROOT/components/com_content/content.php:16
JROOT/libraries/cms/component/helper.php:352
JROOT/libraries/cms/component/helper.php:332
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:237
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
زمان پرس و جو: 0.41 ms پس از آخرین پرس و جو: 0.48 ms حافظه پرس و جو: 0.040 MB حافظه قبل از پرس و جوی: 7.563 MB سطرهای بازگشتی: 0
SELECT `m`.`tag_id`,`t`.*
FROM `j5xwp_contentitem_tag_map` AS m
INNER JOIN `j5xwp_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 197
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 | t | ALL | PRIMARY,tag_idx,idx_access | کلید شاخصی برای استفاده نیست | NULL | NULL | 26 | 76.92 | Using where |
1 | SIMPLE | m | ref | idx_tag_type,idx_tag | idx_tag_type | 4 | tamin_db.t.id | 1 | 100.00 | Using index condition; 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.1 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:412
JROOT/components/com_content/models/articles.php:663
JROOT/components/com_content/models/category.php:244
JROOT/libraries/legacy/view/legacy.php:398
JROOT/libraries/legacy/view/category.php:108
JROOT/components/com_content/views/category/view.html.php:72
JROOT/libraries/joomla/cache/controller/view.php:98
JROOT/libraries/legacy/controller/legacy.php:689
JROOT/components/com_content/controller.php:79
JROOT/libraries/legacy/controller/legacy.php:730
JROOT/components/com_content/content.php:16
JROOT/libraries/cms/component/helper.php:352
JROOT/libraries/cms/component/helper.php:332
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:237
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
زمان پرس و جو: 0.43 ms پس از آخرین پرس و جو: 0.47 ms حافظه پرس و جو: 0.040 MB حافظه قبل از پرس و جوی: 7.604 MB سطرهای بازگشتی: 0
SELECT `m`.`tag_id`,`t`.*
FROM `j5xwp_contentitem_tag_map` AS m
INNER JOIN `j5xwp_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 196
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 | t | ALL | PRIMARY,tag_idx,idx_access | کلید شاخصی برای استفاده نیست | NULL | NULL | 26 | 76.92 | Using where |
1 | SIMPLE | m | ref | idx_tag_type,idx_tag | idx_tag_type | 4 | tamin_db.t.id | 1 | 100.00 | Using index condition; 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.1 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:412
JROOT/components/com_content/models/articles.php:663
JROOT/components/com_content/models/category.php:244
JROOT/libraries/legacy/view/legacy.php:398
JROOT/libraries/legacy/view/category.php:108
JROOT/components/com_content/views/category/view.html.php:72
JROOT/libraries/joomla/cache/controller/view.php:98
JROOT/libraries/legacy/controller/legacy.php:689
JROOT/components/com_content/controller.php:79
JROOT/libraries/legacy/controller/legacy.php:730
JROOT/components/com_content/content.php:16
JROOT/libraries/cms/component/helper.php:352
JROOT/libraries/cms/component/helper.php:332
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:237
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
زمان پرس و جو: 0.43 ms پس از آخرین پرس و جو: 0.46 ms حافظه پرس و جو: 0.040 MB حافظه قبل از پرس و جوی: 7.646 MB سطرهای بازگشتی: 0
SELECT `m`.`tag_id`,`t`.*
FROM `j5xwp_contentitem_tag_map` AS m
INNER JOIN `j5xwp_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 195
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 | t | ALL | PRIMARY,tag_idx,idx_access | کلید شاخصی برای استفاده نیست | NULL | NULL | 26 | 76.92 | Using where |
1 | SIMPLE | m | ref | idx_tag_type,idx_tag | idx_tag_type | 4 | tamin_db.t.id | 1 | 100.00 | Using index condition; 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.1 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:412
JROOT/components/com_content/models/articles.php:663
JROOT/components/com_content/models/category.php:244
JROOT/libraries/legacy/view/legacy.php:398
JROOT/libraries/legacy/view/category.php:108
JROOT/components/com_content/views/category/view.html.php:72
JROOT/libraries/joomla/cache/controller/view.php:98
JROOT/libraries/legacy/controller/legacy.php:689
JROOT/components/com_content/controller.php:79
JROOT/libraries/legacy/controller/legacy.php:730
JROOT/components/com_content/content.php:16
JROOT/libraries/cms/component/helper.php:352
JROOT/libraries/cms/component/helper.php:332
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:237
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
زمان پرس و جو: 0.45 ms پس از آخرین پرس و جو: 0.45 ms حافظه پرس و جو: 0.040 MB حافظه قبل از پرس و جوی: 7.688 MB سطرهای بازگشتی: 0
SELECT `m`.`tag_id`,`t`.*
FROM `j5xwp_contentitem_tag_map` AS m
INNER JOIN `j5xwp_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 194
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 | t | ALL | PRIMARY,tag_idx,idx_access | کلید شاخصی برای استفاده نیست | NULL | NULL | 26 | 76.92 | Using where |
1 | SIMPLE | m | ref | idx_tag_type,idx_tag | idx_tag_type | 4 | tamin_db.t.id | 1 | 100.00 | Using index condition; 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.2 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:412
JROOT/components/com_content/models/articles.php:663
JROOT/components/com_content/models/category.php:244
JROOT/libraries/legacy/view/legacy.php:398
JROOT/libraries/legacy/view/category.php:108
JROOT/components/com_content/views/category/view.html.php:72
JROOT/libraries/joomla/cache/controller/view.php:98
JROOT/libraries/legacy/controller/legacy.php:689
JROOT/components/com_content/controller.php:79
JROOT/libraries/legacy/controller/legacy.php:730
JROOT/components/com_content/content.php:16
JROOT/libraries/cms/component/helper.php:352
JROOT/libraries/cms/component/helper.php:332
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:237
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
زمان پرس و جو: 0.44 ms پس از آخرین پرس و جو: 0.45 ms حافظه پرس و جو: 0.040 MB حافظه قبل از پرس و جوی: 7.729 MB سطرهای بازگشتی: 0
SELECT `m`.`tag_id`,`t`.*
FROM `j5xwp_contentitem_tag_map` AS m
INNER JOIN `j5xwp_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 137
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 | t | ALL | PRIMARY,tag_idx,idx_access | کلید شاخصی برای استفاده نیست | NULL | NULL | 26 | 76.92 | Using where |
1 | SIMPLE | m | ref | idx_tag_type,idx_tag | idx_tag_type | 4 | tamin_db.t.id | 1 | 100.00 | Using index condition; 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.1 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:412
JROOT/components/com_content/models/articles.php:663
JROOT/components/com_content/models/category.php:244
JROOT/libraries/legacy/view/legacy.php:398
JROOT/libraries/legacy/view/category.php:108
JROOT/components/com_content/views/category/view.html.php:72
JROOT/libraries/joomla/cache/controller/view.php:98
JROOT/libraries/legacy/controller/legacy.php:689
JROOT/components/com_content/controller.php:79
JROOT/libraries/legacy/controller/legacy.php:730
JROOT/components/com_content/content.php:16
JROOT/libraries/cms/component/helper.php:352
JROOT/libraries/cms/component/helper.php:332
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:237
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
زمان پرس و جو: 0.41 ms پس از آخرین پرس و جو: 0.45 ms حافظه پرس و جو: 0.040 MB حافظه قبل از پرس و جوی: 7.771 MB سطرهای بازگشتی: 0
SELECT `m`.`tag_id`,`t`.*
FROM `j5xwp_contentitem_tag_map` AS m
INNER JOIN `j5xwp_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 136
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 | t | ALL | PRIMARY,tag_idx,idx_access | کلید شاخصی برای استفاده نیست | NULL | NULL | 26 | 76.92 | Using where |
1 | SIMPLE | m | ref | idx_tag_type,idx_tag | idx_tag_type | 4 | tamin_db.t.id | 1 | 100.00 | Using index condition; 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.1 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:412
JROOT/components/com_content/models/articles.php:663
JROOT/components/com_content/models/category.php:244
JROOT/libraries/legacy/view/legacy.php:398
JROOT/libraries/legacy/view/category.php:108
JROOT/components/com_content/views/category/view.html.php:72
JROOT/libraries/joomla/cache/controller/view.php:98
JROOT/libraries/legacy/controller/legacy.php:689
JROOT/components/com_content/controller.php:79
JROOT/libraries/legacy/controller/legacy.php:730
JROOT/components/com_content/content.php:16
JROOT/libraries/cms/component/helper.php:352
JROOT/libraries/cms/component/helper.php:332
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:237
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
زمان پرس و جو: 1.09 ms پس از آخرین پرس و جو: 1.55 ms حافظه پرس و جو: 0.035 MB حافظه قبل از پرس و جوی: 7.921 MB سطرهای بازگشتی: 1
SELECT COUNT(*)
FROM j5xwp_content AS a
LEFT JOIN j5xwp_content_frontpage AS fp
ON fp.content_id = a.id
LEFT JOIN j5xwp_categories AS c
ON c.id = a.catid
LEFT JOIN j5xwp_users AS ua
ON ua.id = a.created_by
LEFT JOIN j5xwp_users AS uam
ON uam.id = a.modified_by
LEFT JOIN j5xwp_categories as parent
ON parent.id = c.parent_id
LEFT JOIN j5xwp_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM j5xwp_categories AS cat JOIN j5xwp_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 = 44
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2024-12-21 11:40:09')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2024-12-21 11:40: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 | 30 | 100.00 | Using where |
1 | PRIMARY | fp | eq_ref | PRIMARY | PRIMARY | 4 | tamin_db.a.id | 1 | 100.00 | Using where; Using index |
1 | PRIMARY | ua | eq_ref | PRIMARY | PRIMARY | 4 | tamin_db.a.created_by | 1 | 100.00 | Using where; Using index |
1 | PRIMARY | uam | eq_ref | PRIMARY | PRIMARY | 4 | tamin_db.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 | tamin_db.a.id | 1 | 100.00 | Using where; Using index |
1 | PRIMARY | <derived2> | ref | <auto_key0> | <auto_key0> | 4 | const | 10 | 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; با استفاده از مرتب سازی فایل |
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 | 48 | 100.00 | Using where; Using index; Using join buffer (Block Nested Loop) |
Status | Duration |
---|
starting | 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 |
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 |
optimizing | 0.0 ms |
statistics | 0.0 ms |
preparing | 0.0 ms |
Creating tmp table | 0.0 ms |
Sorting result | 0.0 ms |
statistics | 0.1 ms |
preparing | 0.0 ms |
executing | 0.0 ms |
Sending data | 0.1 ms |
executing | 0.0 ms |
Sending data | 0.1 ms |
Creating sort index | 0.0 ms |
removing tmp table | 0.0 ms |
Creating sort index | 0.3 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 |
cleaning up | 0.1 ms |
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:256
JROOT/libraries/legacy/view/legacy.php:398
JROOT/libraries/legacy/view/category.php:108
JROOT/components/com_content/views/category/view.html.php:72
JROOT/libraries/joomla/cache/controller/view.php:98
JROOT/libraries/legacy/controller/legacy.php:689
JROOT/components/com_content/controller.php:79
JROOT/libraries/legacy/controller/legacy.php:730
JROOT/components/com_content/content.php:16
JROOT/libraries/cms/component/helper.php:352
JROOT/libraries/cms/component/helper.php:332
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:237
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
زمان پرس و جو: 0.54 ms پس از آخرین پرس و جو: 0.40 ms حافظه پرس و جو: 0.037 MB حافظه قبل از پرس و جوی: 7.931 MB سطرهای بازگشتی: 5
SELECT `m`.`tag_id`,`t`.*
FROM `j5xwp_contentitem_tag_map` AS m
INNER JOIN `j5xwp_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.category'
AND `m`.`content_item_id` = 44
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 | t | ALL | PRIMARY,tag_idx,idx_access | کلید شاخصی برای استفاده نیست | NULL | NULL | 26 | 76.92 | Using where |
1 | SIMPLE | m | ref | idx_tag_type,idx_tag | idx_tag_type | 4 | tamin_db.t.id | 1 | 100.00 | Using index condition; 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.1 ms |
preparing | 0.0 ms |
executing | 0.0 ms |
Sending data | 0.2 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:412
JROOT/libraries/legacy/view/category.php:179
JROOT/components/com_content/views/category/view.html.php:72
JROOT/libraries/joomla/cache/controller/view.php:98
JROOT/libraries/legacy/controller/legacy.php:689
JROOT/components/com_content/controller.php:79
JROOT/libraries/legacy/controller/legacy.php:730
JROOT/components/com_content/content.php:16
JROOT/libraries/cms/component/helper.php:352
JROOT/libraries/cms/component/helper.php:332
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:237
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
زمان پرس و جو: 0.25 ms پس از آخرین پرس و جو: 24.83 ms حافظه پرس و جو: 0.041 MB حافظه قبل از پرس و جوی: 9.054 MB سطرهای بازگشتی: 4
SELECT id, rules
FROM `j5xwp_viewlevels`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j5xwp_viewlevels | ALL | NULL | کلید شاخصی برای استفاده نیست | NULL | NULL | 4 | 100.00 | NULL |
Status | Duration |
---|
starting | 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/joomla/access/access.php:420
JROOT/layouts/joomla/content/tags.php:18
JROOT/libraries/cms/layout/file.php:97
JROOT/libraries/cms/layout/helper.php:50
JROOT/layouts/joomla/content/category_default.php:39
JROOT/libraries/cms/layout/file.php:97
JROOT/libraries/cms/layout/helper.php:50
JROOT/components/com_content/views/category/tmpl/default.php:20
JROOT/libraries/legacy/view/legacy.php:663
JROOT/libraries/legacy/view/legacy.php:211
JROOT/libraries/legacy/view/category.php:195
JROOT/components/com_content/views/category/view.html.php:260
JROOT/libraries/joomla/cache/controller/view.php:98
JROOT/libraries/legacy/controller/legacy.php:689
JROOT/components/com_content/controller.php:79
JROOT/libraries/legacy/controller/legacy.php:730
JROOT/components/com_content/content.php:16
JROOT/libraries/cms/component/helper.php:352
JROOT/libraries/cms/component/helper.php:332
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:237
JROOT/libraries/cms/application/cms.php:251
JROOT/index.php:40
زمان پرس و جو: 1.21 ms پس از آخرین پرس و جو: 33.53 ms حافظه پرس و جو: 0.035 MB حافظه قبل از پرس و جوی: 10.065 MB سطرهای بازگشتی: 25
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM j5xwp_modules AS m
LEFT JOIN j5xwp_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN j5xwp_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 <= '2024-12-21 11:40:09')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2024-12-21 11:40:09')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 730 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 | 45 | 100.00 | Using index condition; Using where; با استفاده از مرتب سازی فایل |
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 303 | tamin_db.m.module,const | 1 | 100.00 | Using index condition; Using where |
1 | SIMPLE | mm | ref | PRIMARY | PRIMARY | 4 | tamin_db.m.id | 1 | 100.00 | Using where; Using index |
Status | Duration |
---|
starting | 0.1 ms |
checking permissions | 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.1 ms |
preparing | 0.0 ms |
Sorting result | 0.0 ms |
executing | 0.0 ms |
Sending data | 0.0 ms |
Creating sort index | 0.7 ms |
end | 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/module/helper.php:376
JROOT/libraries/cms/module/helper.php:84
JROOT/libraries/joomla/document/html/html.php:497
JROOT/templates/wt_clean/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:54
JROOT/templates/wt_clean/layouts/theme.config.php:26
JROOT/templates/wt_clean/layouts/theme.php:10
JROOT/templates/wt_clean/warp/src/Warp/Helper/TemplateHelper.php:49
JROOT/templates/wt_clean/index.php:16
JROOT/libraries/joomla/document/html/html.php:576
JROOT/libraries/joomla/document/html/html.php:634
JROOT/libraries/joomla/document/html/html.php:452
JROOT/libraries/cms/application/cms.php:974
JROOT/libraries/cms/application/site.php:731
JROOT/libraries/cms/application/cms.php:257
JROOT/index.php:40
زمان پرس و جو: 1.86 ms پس از آخرین پرس و جو: 54.89 ms حافظه پرس و جو: 0.003 MB حافظه قبل از پرس و جوی: 10.550 MB
UPDATE `j5xwp_session`
SET `data` = '__default|a:8:{s:15:\"session.counter\";i:2;s:19:\"session.timer.start\";i:1734781208;s:18:\"session.timer.last\";i:1734781208;s:17:\"session.timer.now\";i:1734781208;s:22:\"session.client.browser\";s:103:\"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)\";s:8:\"registry\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\\0\\0\\0data\";O:8:\"stdClass\":0:{}}s:4:\"user\";O:5:\"JUser\":25:{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:10:\"\\0\\0\\0_errors\";a:0:{}s:3:\"aid\";i:0;}s:13:\"session.token\";s:32:\"94208edd2d1d23c4b5cf7c4e8e36ef45\";}'
, `time` = '1734781209'
WHERE `session_id` = 'g69ak3mhh9oq1isth0lr9c18n1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | j5xwp_session | range | PRIMARY | PRIMARY | 602 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.1 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
init | 0.0 ms |
System lock | 0.0 ms |
updating | 0.1 ms |
end | 0.0 ms |
query end | 1.5 ms |
closing tables | 0.0 ms |
freeing items | 0.0 ms |
cleaning up | 0.0 ms |
JROOT/libraries/joomla/session/storage/database.php:85
11 × SELECT `m`.`tag_id`,`t`.*
FROM `j5xwp_contentitem_tag_map` AS m
INNER JOIN `j5xwp_tags` AS t
ON `m`.`tag_id` = `t`.`id`
2 × SELECT b.rules
FROM j5xwp_assets AS a
LEFT JOIN j5xwp_assets AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT COUNT(*)
FROM j5xwp_content AS a
LEFT JOIN j5xwp_content_frontpage AS fp
ON fp.content_id = a.id
LEFT JOIN j5xwp_categories AS c
ON c.id = a.catid
LEFT JOIN j5xwp_users AS ua
ON ua.id = a.created_by
LEFT JOIN j5xwp_users AS uam
ON uam.id = a.modified_by
LEFT JOIN j5xwp_categories as parent
ON parent.id = c.parent_id
LEFT JOIN j5xwp_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM j5xwp_categories AS cat JOIN j5xwp_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
1 × SELECT id, rules
FROM `j5xwp_viewlevels
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM j5xwp_modules AS m
LEFT JOIN j5xwp_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN j5xwp_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
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 j5xwp_content AS a
LEFT JOIN j5xwp_content_frontpage AS fp
ON fp.content_id = a.id
LEFT JOIN j5xwp_categories AS c
ON c.id = a.catid
LEFT JOIN j5xwp_users AS ua
ON ua.id = a.created_by
LEFT JOIN j5xwp_users AS uam
ON uam.id = a.modified_by
LEFT JOIN j5xwp_categories as parent
ON parent.id = c.parent_id
LEFT JOIN j5xwp_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM j5xwp_categories AS cat JOIN j5xwp_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
1 × SELECT b.id
FROM j5xwp_usergroups AS a
LEFT JOIN j5xwp_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
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 j5xwp_menu AS m
LEFT JOIN j5xwp_extensions AS e
ON m.component_id = e.extension_id
1 × SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time, c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level, c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id, c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM j5xwp_categories as c
LEFT JOIN j5xwp_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 j5xwp_categories AS cat JOIN j5xwp_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
1 × SELECT `template_style_id`
FROM `j5xwp_menu`
1 × SELECT `data`
FROM `j5xwp_session`
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 j5xwp_categories as c
LEFT JOIN j5xwp_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 j5xwp_categories AS cat JOIN j5xwp_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt