Query Time: 0.38 ms Query memory: 0.015 MB Memory before query: 2.312 MB Rows returned: 0
SELECT `data`
FROM `fly9i_session`
WHERE `session_id` = '96a2sj7936nvlpsbuihv8oajh5'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | fly9i_session | const | PRIMARY | PRIMARY | 602 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/joomla/session/storage/database.php:46
JROOT/libraries/joomla/session/session.php:658
JROOT/libraries/joomla/session/session.php:596
JROOT/libraries/cms/application/cms.php:672
JROOT/libraries/cms/application/cms.php:131
JROOT/libraries/cms/application/site.php:63
JROOT/libraries/cms/application/cms.php:332
JROOT/libraries/joomla/factory.php:124
JROOT/index.php:37
Query Time: 0.26 ms After last query: 1.19 ms Query memory: 0.012 MB Memory before query: 2.450 MB Rows returned: 0
SELECT `session_id`
FROM `fly9i_session`
WHERE `session_id` = '96a2sj7936nvlpsbuihv8oajh5'
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | fly9i_session | const | PRIMARY | PRIMARY | 602 | const | 1 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/cms/application/cms.php:175
JROOT/libraries/cms/application/cms.php:698
JROOT/libraries/cms/application/cms.php:131
JROOT/libraries/cms/application/site.php:63
JROOT/libraries/cms/application/cms.php:332
JROOT/libraries/joomla/factory.php:124
JROOT/index.php:37
Query Time: 0.60 ms After last query: 0.08 ms Query memory: 0.009 MB Memory before query: 2.463 MB
INSERT INTO `fly9i_session`
(`session_id`, `client_id`, `time`)
VALUES
('96a2sj7936nvlpsbuihv8oajh5', 0, '1701334104')
EXPLAIN not possible on query: INSERT INTO `fly9i_session`
(`session_id`, `client_id`, `time`) VALUES
('96a2sj7936nvlpsbuihv8oajh5', 0, '1701334104')
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/cms/application/cms.php:207
JROOT/libraries/cms/application/cms.php:698
JROOT/libraries/cms/application/cms.php:131
JROOT/libraries/cms/application/site.php:63
JROOT/libraries/cms/application/cms.php:332
JROOT/libraries/joomla/factory.php:124
JROOT/index.php:37
Query Time: 0.55 ms After last query: 12.62 ms Query memory: 0.015 MB Memory before query: 2.822 MB Rows returned: 1
SELECT extension_id AS id, element AS "option", params, enabled
FROM fly9i_extensions
WHERE `type` = 'component'
AND `element` = 'com_users'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | fly9i_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 302 | const | 1 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/joomla/cache/controller/callback.php:158
JROOT/libraries/cms/component/helper.php:396
JROOT/libraries/cms/component/helper.php:43
JROOT/libraries/cms/component/helper.php:91
JROOT/libraries/cms/application/site.php:541
JROOT/libraries/cms/application/site.php:196
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:40
Query Time: 0.11 ms After last query: 0.98 ms Query memory: 0.014 MB Memory before query: 2.927 MB Rows returned: 1
SELECT b.id
FROM fly9i_usergroups AS a
LEFT JOIN fly9i_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | b | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 1 | Using where; Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/joomla/access/access.php:336
JROOT/libraries/joomla/access/access.php:405
JROOT/libraries/joomla/user/user.php:420
JROOT/libraries/cms/plugin/helper.php:298
JROOT/libraries/cms/plugin/helper.php:165
JROOT/libraries/cms/application/site.php:546
JROOT/libraries/cms/application/site.php:196
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:40
Query Time: 0.09 ms After last query: 0.47 ms Query memory: 0.013 MB Memory before query: 2.990 MB Rows returned: 5
SELECT id, rules
FROM `fly9i_viewlevels`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | fly9i_viewlevels | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/joomla/access/access.php:422
JROOT/libraries/joomla/user/user.php:420
JROOT/libraries/cms/plugin/helper.php:298
JROOT/libraries/cms/plugin/helper.php:165
JROOT/libraries/cms/application/site.php:546
JROOT/libraries/cms/application/site.php:196
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:40
Query Time: 0.60 ms After last query: 0.14 ms Query memory: 0.014 MB Memory before query: 3.009 MB Rows returned: 66
SELECT folder AS type, element AS name, params
FROM fly9i_extensions
WHERE enabled >= 1
AND type ='plugin'
AND state >= 0
AND access IN (1,1)
ORDER BY ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | fly9i_extensions | ALL | extension | NO INDEX KEY COULD BE USED | NULL | NULL | 216 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/cms/plugin/helper.php:312
JROOT/libraries/cms/plugin/helper.php:165
JROOT/libraries/cms/application/site.php:546
JROOT/libraries/cms/application/site.php:196
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:40
Query Time: 0.34 ms After last query: 0.40 ms Query memory: 0.014 MB Memory before query: 3.096 MB Rows returned: 1
SELECT extension_id AS id, element AS "option", params, enabled
FROM fly9i_extensions
WHERE `type` = 'component'
AND `element` = 'com_languages'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | fly9i_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 302 | const | 1 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/joomla/cache/controller/callback.php:158
JROOT/libraries/cms/component/helper.php:396
JROOT/libraries/cms/component/helper.php:43
JROOT/libraries/cms/component/helper.php:91
JROOT/libraries/cms/application/site.php:599
JROOT/libraries/cms/application/site.php:196
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:40
Query Time: 0.13 ms After last query: 9.44 ms Query memory: 0.016 MB Memory before query: 4.437 MB Rows returned: 0
SELECT *
FROM `fly9i_admintools_wafexceptions`
WHERE NOT(`option` LIKE 'com_%')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/plugins/system/admintools/admintools/main.php:526
JROOT/plugins/system/admintools/admintools/main.php:447
JROOT/plugins/system/admintools/admintools/main.php:90
JROOT/libraries/cms/plugin/helper.php:257
JROOT/libraries/cms/plugin/helper.php:172
JROOT/libraries/cms/application/cms.php:586
JROOT/libraries/cms/application/site.php:620
JROOT/libraries/cms/application/site.php:196
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:40
Query Time: 0.12 ms After last query: 0.83 ms Query memory: 0.018 MB Memory before query: 4.510 MB Rows returned: 1
SELECT `value`
FROM `fly9i_admintools_storage`
WHERE `key` = 'cparams'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | fly9i_admintools_storage | const | PRIMARY | PRIMARY | 302 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/administrator/components/com_admintools/models/storage.php:99
JROOT/administrator/components/com_admintools/models/storage.php:49
JROOT/plugins/system/admintools/feature/httpsizer.php:26
JROOT/plugins/system/admintools/admintools/main.php:356
JROOT/plugins/system/admintools/admintools/main.php:93
JROOT/libraries/cms/plugin/helper.php:257
JROOT/libraries/cms/plugin/helper.php:172
JROOT/libraries/cms/application/cms.php:586
JROOT/libraries/cms/application/site.php:620
JROOT/libraries/cms/application/site.php:196
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:40
Query Time: 0.79 ms After last query: 10.40 ms Query memory: 0.022 MB Memory before query: 5.786 MB Rows returned: 149
SHOW TABLES
EXPLAIN not possible on query: SHOW TABLES
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/plugins/system/admintools/feature/utf8mb4.php:28
JROOT/plugins/system/admintools/admintools/main.php:685
JROOT/plugins/system/admintools/admintools/main.php:118
JROOT/libraries/joomla/event/event.php:71
JROOT/libraries/joomla/event/dispatcher.php:162
JROOT/libraries/joomla/application/base.php:106
JROOT/libraries/cms/application/cms.php:587
JROOT/libraries/cms/application/site.php:620
JROOT/libraries/cms/application/site.php:196
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:40
Query Time: 0.72 ms After last query: 0.13 ms Query memory: 0.021 MB Memory before query: 5.832 MB Rows returned: 21
SHOW FULL COLUMNS
FROM fly9i_acymailing_action
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM fly9i_acymailing_action
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/plugins/system/admintools/feature/utf8mb4.php:28
JROOT/plugins/system/admintools/admintools/main.php:685
JROOT/plugins/system/admintools/admintools/main.php:118
JROOT/libraries/joomla/event/event.php:71
JROOT/libraries/joomla/event/dispatcher.php:162
JROOT/libraries/joomla/application/base.php:106
JROOT/libraries/cms/application/cms.php:587
JROOT/libraries/cms/application/site.php:620
JROOT/libraries/cms/application/site.php:196
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:40
Query Time: 0.82 ms After last query: 4.10 ms Query memory: 0.033 MB Memory before query: 6.345 MB Rows returned: 48
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 fly9i_menu AS m
LEFT JOIN fly9i_extensions AS e
ON m.component_id = e.extension_id
WHERE m.published = 1
AND m.parent_id > 0
AND m.client_id = 0
ORDER BY m.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | m | ref | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 1 | const | 78 | Using index condition; Using where; Using filesort |
1 | SIMPLE | e | eq_ref | PRIMARY | PRIMARY | 4 | broadcas_2015.m.component_id | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/cms/menu/site.php:47
JROOT/libraries/cms/menu/menu.php:64
JROOT/libraries/cms/menu/menu.php:118
JROOT/libraries/cms/application/cms.php:357
JROOT/libraries/cms/application/site.php:250
JROOT/libraries/cms/router/site.php:210
JROOT/libraries/cms/router/router.php:391
JROOT/libraries/cms/router/router.php:184
JROOT/libraries/cms/router/site.php:82
JROOT/libraries/cms/application/cms.php:1022
JROOT/libraries/cms/application/site.php:720
JROOT/libraries/cms/application/site.php:202
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:40
Query Time: 0.74 ms After last query: 6.53 ms Query memory: 0.023 MB Memory before query: 7.427 MB Rows returned: 30
SHOW FULL COLUMNS
FROM `fly9i_content`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `fly9i_content`
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/plugins/system/articlesanywhere/helper.php:56
JROOT/plugins/system/nnframework/helpers/helper.php:29
JROOT/plugins/system/articlesanywhere/articlesanywhere.php:102
JROOT/plugins/system/articlesanywhere/articlesanywhere.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:1031
JROOT/libraries/cms/application/site.php:720
JROOT/libraries/cms/application/site.php:202
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:40
Query Time: 0.10 ms After last query: 0.26 ms Query memory: 0.024 MB Memory before query: 7.471 MB Rows returned: 1
SELECT extension_id AS id, element AS "option", params, enabled
FROM fly9i_extensions
WHERE `type` = 'component'
AND `element` = 'com_content'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | fly9i_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 302 | const | 1 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/joomla/cache/controller/callback.php:158
JROOT/libraries/cms/component/helper.php:396
JROOT/libraries/cms/component/helper.php:43
JROOT/libraries/cms/component/helper.php:91
JROOT/plugins/system/articlesanywhere/helper.php:70
JROOT/plugins/system/nnframework/helpers/helper.php:29
JROOT/plugins/system/articlesanywhere/articlesanywhere.php:102
JROOT/plugins/system/articlesanywhere/articlesanywhere.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:1031
JROOT/libraries/cms/application/site.php:720
JROOT/libraries/cms/application/site.php:202
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:40
Query Time: 0.38 ms After last query: 0.48 ms Query memory: 0.024 MB Memory before query: 7.494 MB Rows returned: 1
SELECT extension_id AS id, element AS "option", params, enabled
FROM fly9i_extensions
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | fly9i_extensions | ref | element_clientid,element_folder_clientid,extension | extension | 364 | const,const | 1 | Using index condition |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/joomla/cache/controller/callback.php:158
JROOT/libraries/cms/library/helper.php:156
JROOT/libraries/cms/library/helper.php:47
JROOT/libraries/cms/library/helper.php:90
JROOT/libraries/cms/version/version.php:179
JROOT/libraries/joomla/factory.php:734
JROOT/libraries/joomla/factory.php:215
JROOT/plugins/system/sef/sef.php:30
JROOT/libraries/joomla/event/event.php:71
JROOT/libraries/joomla/event/dispatcher.php:162
JROOT/libraries/joomla/application/base.php:106
JROOT/libraries/cms/application/cms.php:1031
JROOT/libraries/cms/application/site.php:720
JROOT/libraries/cms/application/site.php:202
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:40
Query Time: 0.25 ms After last query: 0.16 ms Query memory: 0.018 MB Memory before query: 7.503 MB
UPDATE `fly9i_extensions`
SET `params` = '{\"mediaversion\":\"053dfffbf6dea6d92114a4439e6113b4\",\"Array\":[\"28e48f90f35034c8274bcd7e437a465a\"]}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN not possible on query: UPDATE `fly9i_extensions`
SET `params` = '{\"mediaversion\":\"053dfffbf6dea6d92114a4439e6113b4\",\"Array\":[\"28e48f90f35034c8274bcd7e437a465a\"]}'
WHERE `type` = 'library' AND `element` = 'joomla'
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/cms/library/helper.php:119
JROOT/libraries/cms/version/version.php:230
JROOT/libraries/cms/version/version.php:189
JROOT/libraries/joomla/factory.php:734
JROOT/libraries/joomla/factory.php:215
JROOT/plugins/system/sef/sef.php:30
JROOT/libraries/joomla/event/event.php:71
JROOT/libraries/joomla/event/dispatcher.php:162
JROOT/libraries/joomla/application/base.php:106
JROOT/libraries/cms/application/cms.php:1031
JROOT/libraries/cms/application/site.php:720
JROOT/libraries/cms/application/site.php:202
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:40
Query Time: 0.15 ms After last query: 7.68 ms Query memory: 0.028 MB Memory before query: 8.697 MB Rows returned: 3
SELECT id, home, template, s.params
FROM fly9i_template_styles as s
LEFT JOIN fly9i_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
WHERE s.client_id = 0
AND e.enabled = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid,extension | extension | 62 | const | 5 | Using index condition; Using where |
1 | SIMPLE | s | ALL | idx_template | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 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:457
JROOT/components/com_adsused/lib/core.php:78
JROOT/components/com_adsused/router.php:13
JROOT/libraries/cms/router/site.php:452
JROOT/libraries/cms/router/site.php:413
JROOT/libraries/cms/router/router.php:216
JROOT/libraries/cms/router/site.php:98
JROOT/libraries/joomla/application/route.php:62
JROOT/plugins/system/sef/sef.php:49
JROOT/libraries/joomla/event/event.php:71
JROOT/libraries/joomla/event/dispatcher.php:162
JROOT/libraries/joomla/application/base.php:106
JROOT/libraries/cms/application/cms.php:1031
JROOT/libraries/cms/application/site.php:720
JROOT/libraries/cms/application/site.php:202
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:40
Query Time: 0.13 ms After last query: 0.51 ms Query memory: 0.044 MB Memory before query: 8.756 MB Rows returned: 1
SELECT *
FROM fly9i_adsused_config
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | fly9i_adsused_config | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_adsused/lib/core.php:94
JROOT/components/com_adsused/router.php:13
JROOT/libraries/cms/router/site.php:452
JROOT/libraries/cms/router/site.php:413
JROOT/libraries/cms/router/router.php:216
JROOT/libraries/cms/router/site.php:98
JROOT/libraries/joomla/application/route.php:62
JROOT/plugins/system/sef/sef.php:49
JROOT/libraries/joomla/event/event.php:71
JROOT/libraries/joomla/event/dispatcher.php:162
JROOT/libraries/joomla/application/base.php:106
JROOT/libraries/cms/application/cms.php:1031
JROOT/libraries/cms/application/site.php:720
JROOT/libraries/cms/application/site.php:202
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:40
Query Time: 0.14 ms After last query: 3.37 ms Query memory: 0.015 MB Memory before query: 8.945 MB Rows returned: 1
SELECT extension_id AS id, element AS "option", params, enabled
FROM fly9i_extensions
WHERE `type` = 'component'
AND `element` = 'com_adsused'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | fly9i_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 302 | const | 1 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/joomla/cache/controller/callback.php:158
JROOT/libraries/cms/component/helper.php:396
JROOT/libraries/cms/component/helper.php:43
JROOT/libraries/cms/component/helper.php:91
JROOT/libraries/cms/application/site.php:299
JROOT/libraries/cms/application/site.php:122
JROOT/libraries/cms/application/site.php:208
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:40
Query Time: 0.09 ms After last query: 0.40 ms Query memory: 0.013 MB Memory before query: 8.971 MB Rows returned: 1
SELECT *
FROM fly9i_languages
WHERE published=1
ORDER BY ordering ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | fly9i_languages | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/joomla/language/helper.php:166
JROOT/libraries/cms/application/site.php:307
JROOT/libraries/cms/application/site.php:122
JROOT/libraries/cms/application/site.php:208
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:40
Query Time: 0.48 ms After last query: 0.12 ms Query memory: 0.015 MB Memory before query: 9.001 MB Rows returned: 1
SELECT extension_id AS id, element AS "option", params, enabled
FROM fly9i_extensions
WHERE `type` = 'component'
AND `element` = 'com_menus'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | fly9i_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 302 | const | 1 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/joomla/cache/controller/callback.php:158
JROOT/libraries/cms/component/helper.php:396
JROOT/libraries/cms/component/helper.php:43
JROOT/libraries/cms/component/helper.php:91
JROOT/libraries/cms/application/site.php:334
JROOT/libraries/cms/application/site.php:122
JROOT/libraries/cms/application/site.php:208
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:40
Query Time: 0.16 ms After last query: 8.29 ms Query memory: 0.037 MB Memory before query: 10.161 MB Rows returned: 1
SELECT *
FROM fly9i_adsused_config
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | fly9i_adsused_config | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/administrator/components/com_adsused/models/configuration.php:27
JROOT/components/com_adsused/controller.php:95
JROOT/libraries/legacy/controller/legacy.php:722
JROOT/components/com_adsused/adsused.php:29
JROOT/libraries/cms/component/helper.php:352
JROOT/libraries/cms/component/helper.php:332
JROOT/libraries/cms/application/site.php:178
JROOT/libraries/cms/application/site.php:208
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:40
Query Time: 0.09 ms After last query: 0.67 ms Query memory: 0.021 MB Memory before query: 10.242 MB Rows returned: 1
SELECT group_id
FROM fly9i_user_usergroup_map
WHERE user_id = 0
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | fly9i_user_usergroup_map | ref | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_adsused/helpers/usergroups.php:19
JROOT/components/com_adsused/lib/tpermissions.php:21
JROOT/administrator/components/com_adsused/models/category.php:220
JROOT/administrator/components/com_adsused/models/category.php:194
JROOT/components/com_adsused/views/front/view.html.php:47
JROOT/libraries/legacy/controller/legacy.php:685
JROOT/components/com_adsused/controller.php:149
JROOT/libraries/legacy/controller/legacy.php:722
JROOT/components/com_adsused/adsused.php:29
JROOT/libraries/cms/component/helper.php:352
JROOT/libraries/cms/component/helper.php:332
JROOT/libraries/cms/application/site.php:178
JROOT/libraries/cms/application/site.php:208
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:40
Query Time: 0.09 ms After last query: 0.09 ms Query memory: 0.026 MB Memory before query: 10.264 MB Rows returned: 26
SELECT c.*
FROM fly9i_adsused_categories as c
WHERE 1
ORDER BY c.parent,c.ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | c | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 27 | Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/administrator/components/com_adsused/models/category.php:69
JROOT/components/com_adsused/lib/tpermissions.php:26
JROOT/administrator/components/com_adsused/models/category.php:220
JROOT/administrator/components/com_adsused/models/category.php:194
JROOT/components/com_adsused/views/front/view.html.php:47
JROOT/libraries/legacy/controller/legacy.php:685
JROOT/components/com_adsused/controller.php:149
JROOT/libraries/legacy/controller/legacy.php:722
JROOT/components/com_adsused/adsused.php:29
JROOT/libraries/cms/component/helper.php:352
JROOT/libraries/cms/component/helper.php:332
JROOT/libraries/cms/application/site.php:178
JROOT/libraries/cms/application/site.php:208
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:40
Query Time: 0.51 ms After last query: 0.58 ms Query memory: 0.024 MB Memory before query: 10.324 MB Rows returned: 25
SELECT c.*
FROM fly9i_adsused_categories as c
WHERE c.published = 1
AND c.id IN (33,10,25,26,28,5,6,7,8,34,35,30,18,19,29,14,15,17,12,13,21,20,31,3,24)
ORDER BY c.parent,c.ordering,c.id
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | c | ALL | PRIMARY | NO INDEX KEY COULD BE USED | NULL | NULL | 27 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/administrator/components/com_adsused/models/category.php:233
JROOT/administrator/components/com_adsused/models/category.php:194
JROOT/components/com_adsused/views/front/view.html.php:47
JROOT/libraries/legacy/controller/legacy.php:685
JROOT/components/com_adsused/controller.php:149
JROOT/libraries/legacy/controller/legacy.php:722
JROOT/components/com_adsused/adsused.php:29
JROOT/libraries/cms/component/helper.php:352
JROOT/libraries/cms/component/helper.php:332
JROOT/libraries/cms/application/site.php:178
JROOT/libraries/cms/application/site.php:208
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:40
Query Time: 0.22 ms After last query: 0.11 ms Query memory: 0.041 MB Memory before query: 10.399 MB Rows returned: 935
SELECT ac.catid,ac.adid
FROM fly9i_adsused_adcat as ac
INNER JOIN fly9i_adsused_ads as a
ON a.id = ac.adid
WHERE a.published = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | ac | index | PRIMARY | PRIMARY | 8 | NULL | 1302 | Using index |
1 | SIMPLE | a | eq_ref | PRIMARY | PRIMARY | 4 | broadcas_2015.ac.adid | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/administrator/components/com_adsused/models/category.php:242
JROOT/administrator/components/com_adsused/models/category.php:194
JROOT/components/com_adsused/views/front/view.html.php:47
JROOT/libraries/legacy/controller/legacy.php:685
JROOT/components/com_adsused/controller.php:149
JROOT/libraries/legacy/controller/legacy.php:722
JROOT/components/com_adsused/adsused.php:29
JROOT/libraries/cms/component/helper.php:352
JROOT/libraries/cms/component/helper.php:332
JROOT/libraries/cms/application/site.php:178
JROOT/libraries/cms/application/site.php:208
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:40
Query Time: 0.09 ms After last query: 2.24 ms Query memory: 0.020 MB Memory before query: 10.478 MB Rows returned: 1
SELECT group_id
FROM fly9i_user_usergroup_map
WHERE user_id = 0
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | fly9i_user_usergroup_map | ref | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_adsused/helpers/usergroups.php:19
JROOT/components/com_adsused/lib/tpermissions.php:21
JROOT/administrator/components/com_adsused/models/content.php:484
JROOT/components/com_adsused/views/front/view.html.php:67
JROOT/libraries/legacy/controller/legacy.php:685
JROOT/components/com_adsused/controller.php:149
JROOT/libraries/legacy/controller/legacy.php:722
JROOT/components/com_adsused/adsused.php:29
JROOT/libraries/cms/component/helper.php:352
JROOT/libraries/cms/component/helper.php:332
JROOT/libraries/cms/application/site.php:178
JROOT/libraries/cms/application/site.php:208
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:40
Query Time: 0.09 ms After last query: 0.06 ms Query memory: 0.025 MB Memory before query: 10.499 MB Rows returned: 26
SELECT c.*
FROM fly9i_adsused_categories as c
WHERE 1
ORDER BY c.parent,c.ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | c | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 27 | Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/administrator/components/com_adsused/models/category.php:69
JROOT/components/com_adsused/lib/tpermissions.php:26
JROOT/administrator/components/com_adsused/models/content.php:484
JROOT/components/com_adsused/views/front/view.html.php:67
JROOT/libraries/legacy/controller/legacy.php:685
JROOT/components/com_adsused/controller.php:149
JROOT/libraries/legacy/controller/legacy.php:722
JROOT/components/com_adsused/adsused.php:29
JROOT/libraries/cms/component/helper.php:352
JROOT/libraries/cms/component/helper.php:332
JROOT/libraries/cms/application/site.php:178
JROOT/libraries/cms/application/site.php:208
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:40
Query Time: 27.99 ms After last query: 0.23 ms Query memory: 0.032 MB Memory before query: 10.518 MB Rows returned: 3
SELECT a.*,p.id as parentid,p.name as parent,c.id as catid, c.name as cat,u.username as user
FROM fly9i_adsused_ads as a
INNER JOIN fly9i_adsused_adcat as adcat
ON adcat.adid = a.id
LEFT JOIN fly9i_users as u
ON a.userid = u.id
INNER JOIN fly9i_adsused_categories as c
ON adcat.catid = c.id
LEFT JOIN fly9i_adsused_categories as p
ON c.parent = p.id
WHERE 1
AND c.published = 1
and a.published = 1
GROUP BY a.id
ORDER BY a.date_created DESC ,a.id DESC
LIMIT 0, 3
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | adcat | index | PRIMARY | PRIMARY | 8 | NULL | 1302 | Using index; Using temporary; Using filesort |
1 | SIMPLE | c | eq_ref | PRIMARY | PRIMARY | 4 | broadcas_2015.adcat.catid | 1 | Using where |
1 | SIMPLE | p | eq_ref | PRIMARY | PRIMARY | 4 | broadcas_2015.c.parent | 1 | Using where |
1 | SIMPLE | a | eq_ref | PRIMARY | PRIMARY | 4 | broadcas_2015.adcat.adid | 1 | Using where |
1 | SIMPLE | u | eq_ref | PRIMARY | PRIMARY | 4 | broadcas_2015.a.userid | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/administrator/components/com_adsused/models/content.php:555
JROOT/components/com_adsused/views/front/view.html.php:67
JROOT/libraries/legacy/controller/legacy.php:685
JROOT/components/com_adsused/controller.php:149
JROOT/libraries/legacy/controller/legacy.php:722
JROOT/components/com_adsused/adsused.php:29
JROOT/libraries/cms/component/helper.php:352
JROOT/libraries/cms/component/helper.php:332
JROOT/libraries/cms/application/site.php:178
JROOT/libraries/cms/application/site.php:208
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:40
Query Time: 0.11 ms After last query: 0.99 ms Query memory: 0.023 MB Memory before query: 10.646 MB Rows returned: 0
SELECT id,language
FROM fly9i_menu
WHERE link LIKE '%option=com_adsused&view=list%'
AND published ='1'
AND type ='component'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | fly9i_menu | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 148 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_adsused/lib/route.php:210
JROOT/components/com_adsused/lib/route.php:94
JROOT/components/com_adsused/views/front/tmpl/default.php:60
JROOT/libraries/legacy/view/legacy.php:663
JROOT/libraries/legacy/view/legacy.php:211
JROOT/components/com_adsused/views/front/view.html.php:70
JROOT/libraries/legacy/controller/legacy.php:685
JROOT/components/com_adsused/controller.php:149
JROOT/libraries/legacy/controller/legacy.php:722
JROOT/components/com_adsused/adsused.php:29
JROOT/libraries/cms/component/helper.php:352
JROOT/libraries/cms/component/helper.php:332
JROOT/libraries/cms/application/site.php:178
JROOT/libraries/cms/application/site.php:208
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:40
Query Time: 0.08 ms After last query: 0.06 ms Query memory: 0.023 MB Memory before query: 10.668 MB Rows returned: 1
SELECT id
FROM fly9i_menu
WHERE link = 'index.php?option=com_adsused&view=front'
AND published ='1'
AND type ='component'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | fly9i_menu | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 148 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_adsused/lib/route.php:321
JROOT/components/com_adsused/lib/route.php:117
JROOT/components/com_adsused/views/front/tmpl/default.php:60
JROOT/libraries/legacy/view/legacy.php:663
JROOT/libraries/legacy/view/legacy.php:211
JROOT/components/com_adsused/views/front/view.html.php:70
JROOT/libraries/legacy/controller/legacy.php:685
JROOT/components/com_adsused/controller.php:149
JROOT/libraries/legacy/controller/legacy.php:722
JROOT/components/com_adsused/adsused.php:29
JROOT/libraries/cms/component/helper.php:352
JROOT/libraries/cms/component/helper.php:332
JROOT/libraries/cms/application/site.php:178
JROOT/libraries/cms/application/site.php:208
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:40
Query Time: 0.09 ms After last query: 0.20 ms Query memory: 0.029 MB Memory before query: 10.695 MB Rows returned: 1
SELECT name
FROM fly9i_adsused_categories
WHERE id = 33
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | fly9i_adsused_categories | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_adsused/router.php:20
JROOT/components/com_adsused/router.php:96
JROOT/libraries/cms/router/site.php:455
JROOT/libraries/cms/router/site.php:413
JROOT/libraries/cms/router/router.php:216
JROOT/libraries/cms/router/site.php:98
JROOT/libraries/joomla/application/route.php:62
JROOT/components/com_adsused/lib/route.php:176
JROOT/components/com_adsused/views/front/tmpl/default.php:60
JROOT/libraries/legacy/view/legacy.php:663
JROOT/libraries/legacy/view/legacy.php:211
JROOT/components/com_adsused/views/front/view.html.php:70
JROOT/libraries/legacy/controller/legacy.php:685
JROOT/components/com_adsused/controller.php:149
JROOT/libraries/legacy/controller/legacy.php:722
JROOT/components/com_adsused/adsused.php:29
JROOT/libraries/cms/component/helper.php:352
JROOT/libraries/cms/component/helper.php:332
JROOT/libraries/cms/application/site.php:178
JROOT/libraries/cms/application/site.php:208
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:40
Query Time: 0.08 ms After last query: 0.52 ms Query memory: 0.029 MB Memory before query: 10.749 MB Rows returned: 1
SELECT name
FROM fly9i_adsused_categories
WHERE id = 10
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | fly9i_adsused_categories | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_adsused/router.php:20
JROOT/components/com_adsused/router.php:96
JROOT/libraries/cms/router/site.php:455
JROOT/libraries/cms/router/site.php:413
JROOT/libraries/cms/router/router.php:216
JROOT/libraries/cms/router/site.php:98
JROOT/libraries/joomla/application/route.php:62
JROOT/components/com_adsused/lib/route.php:176
JROOT/components/com_adsused/views/front/tmpl/default.php:60
JROOT/libraries/legacy/view/legacy.php:663
JROOT/libraries/legacy/view/legacy.php:211
JROOT/components/com_adsused/views/front/view.html.php:70
JROOT/libraries/legacy/controller/legacy.php:685
JROOT/components/com_adsused/controller.php:149
JROOT/libraries/legacy/controller/legacy.php:722
JROOT/components/com_adsused/adsused.php:29
JROOT/libraries/cms/component/helper.php:352
JROOT/libraries/cms/component/helper.php:332
JROOT/libraries/cms/application/site.php:178
JROOT/libraries/cms/application/site.php:208
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:40
Query Time: 0.08 ms After last query: 0.24 ms Query memory: 0.029 MB Memory before query: 10.777 MB Rows returned: 1
SELECT name
FROM fly9i_adsused_categories
WHERE id = 25
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | fly9i_adsused_categories | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_adsused/router.php:20
JROOT/components/com_adsused/router.php:96
JROOT/libraries/cms/router/site.php:455
JROOT/libraries/cms/router/site.php:413
JROOT/libraries/cms/router/router.php:216
JROOT/libraries/cms/router/site.php:98
JROOT/libraries/joomla/application/route.php:62
JROOT/components/com_adsused/lib/route.php:176
JROOT/components/com_adsused/views/front/tmpl/default.php:60
JROOT/libraries/legacy/view/legacy.php:663
JROOT/libraries/legacy/view/legacy.php:211
JROOT/components/com_adsused/views/front/view.html.php:70
JROOT/libraries/legacy/controller/legacy.php:685
JROOT/components/com_adsused/controller.php:149
JROOT/libraries/legacy/controller/legacy.php:722
JROOT/components/com_adsused/adsused.php:29
JROOT/libraries/cms/component/helper.php:352
JROOT/libraries/cms/component/helper.php:332
JROOT/libraries/cms/application/site.php:178
JROOT/libraries/cms/application/site.php:208
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:40
Query Time: 0.08 ms After last query: 0.20 ms Query memory: 0.029 MB Memory before query: 10.805 MB Rows returned: 1
SELECT name
FROM fly9i_adsused_categories
WHERE id = 21
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | fly9i_adsused_categories | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_adsused/router.php:20
JROOT/components/com_adsused/router.php:96
JROOT/libraries/cms/router/site.php:455
JROOT/libraries/cms/router/site.php:413
JROOT/libraries/cms/router/router.php:216
JROOT/libraries/cms/router/site.php:98
JROOT/libraries/joomla/application/route.php:62
JROOT/components/com_adsused/lib/route.php:176
JROOT/components/com_adsused/views/front/tmpl/default.php:60
JROOT/libraries/legacy/view/legacy.php:663
JROOT/libraries/legacy/view/legacy.php:211
JROOT/components/com_adsused/views/front/view.html.php:70
JROOT/libraries/legacy/controller/legacy.php:685
JROOT/components/com_adsused/controller.php:149
JROOT/libraries/legacy/controller/legacy.php:722
JROOT/components/com_adsused/adsused.php:29
JROOT/libraries/cms/component/helper.php:352
JROOT/libraries/cms/component/helper.php:332
JROOT/libraries/cms/application/site.php:178
JROOT/libraries/cms/application/site.php:208
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:40
Query Time: 0.40 ms After last query: 0.16 ms Query memory: 0.029 MB Memory before query: 10.833 MB Rows returned: 1
SELECT name
FROM fly9i_adsused_categories
WHERE id = 20
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | fly9i_adsused_categories | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_adsused/router.php:20
JROOT/components/com_adsused/router.php:96
JROOT/libraries/cms/router/site.php:455
JROOT/libraries/cms/router/site.php:413
JROOT/libraries/cms/router/router.php:216
JROOT/libraries/cms/router/site.php:98
JROOT/libraries/joomla/application/route.php:62
JROOT/components/com_adsused/lib/route.php:176
JROOT/components/com_adsused/views/front/tmpl/default.php:60
JROOT/libraries/legacy/view/legacy.php:663
JROOT/libraries/legacy/view/legacy.php:211
JROOT/components/com_adsused/views/front/view.html.php:70
JROOT/libraries/legacy/controller/legacy.php:685
JROOT/components/com_adsused/controller.php:149
JROOT/libraries/legacy/controller/legacy.php:722
JROOT/components/com_adsused/adsused.php:29
JROOT/libraries/cms/component/helper.php:352
JROOT/libraries/cms/component/helper.php:332
JROOT/libraries/cms/application/site.php:178
JROOT/libraries/cms/application/site.php:208
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:40
Query Time: 0.10 ms After last query: 0.20 ms Query memory: 0.029 MB Memory before query: 10.861 MB Rows returned: 1
SELECT name
FROM fly9i_adsused_categories
WHERE id = 26
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | fly9i_adsused_categories | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_adsused/router.php:20
JROOT/components/com_adsused/router.php:96
JROOT/libraries/cms/router/site.php:455
JROOT/libraries/cms/router/site.php:413
JROOT/libraries/cms/router/router.php:216
JROOT/libraries/cms/router/site.php:98
JROOT/libraries/joomla/application/route.php:62
JROOT/components/com_adsused/lib/route.php:176
JROOT/components/com_adsused/views/front/tmpl/default.php:60
JROOT/libraries/legacy/view/legacy.php:663
JROOT/libraries/legacy/view/legacy.php:211
JROOT/components/com_adsused/views/front/view.html.php:70
JROOT/libraries/legacy/controller/legacy.php:685
JROOT/components/com_adsused/controller.php:149
JROOT/libraries/legacy/controller/legacy.php:722
JROOT/components/com_adsused/adsused.php:29
JROOT/libraries/cms/component/helper.php:352
JROOT/libraries/cms/component/helper.php:332
JROOT/libraries/cms/application/site.php:178
JROOT/libraries/cms/application/site.php:208
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:40
Query Time: 0.09 ms After last query: 0.17 ms Query memory: 0.029 MB Memory before query: 10.889 MB Rows returned: 1
SELECT name
FROM fly9i_adsused_categories
WHERE id = 31
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | fly9i_adsused_categories | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_adsused/router.php:20
JROOT/components/com_adsused/router.php:96
JROOT/libraries/cms/router/site.php:455
JROOT/libraries/cms/router/site.php:413
JROOT/libraries/cms/router/router.php:216
JROOT/libraries/cms/router/site.php:98
JROOT/libraries/joomla/application/route.php:62
JROOT/components/com_adsused/lib/route.php:176
JROOT/components/com_adsused/views/front/tmpl/default.php:60
JROOT/libraries/legacy/view/legacy.php:663
JROOT/libraries/legacy/view/legacy.php:211
JROOT/components/com_adsused/views/front/view.html.php:70
JROOT/libraries/legacy/controller/legacy.php:685
JROOT/components/com_adsused/controller.php:149
JROOT/libraries/legacy/controller/legacy.php:722
JROOT/components/com_adsused/adsused.php:29
JROOT/libraries/cms/component/helper.php:352
JROOT/libraries/cms/component/helper.php:332
JROOT/libraries/cms/application/site.php:178
JROOT/libraries/cms/application/site.php:208
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:40
Query Time: 0.09 ms After last query: 0.15 ms Query memory: 0.029 MB Memory before query: 10.917 MB Rows returned: 1
SELECT name
FROM fly9i_adsused_categories
WHERE id = 3
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | fly9i_adsused_categories | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_adsused/router.php:20
JROOT/components/com_adsused/router.php:96
JROOT/libraries/cms/router/site.php:455
JROOT/libraries/cms/router/site.php:413
JROOT/libraries/cms/router/router.php:216
JROOT/libraries/cms/router/site.php:98
JROOT/libraries/joomla/application/route.php:62
JROOT/components/com_adsused/lib/route.php:176
JROOT/components/com_adsused/views/front/tmpl/default.php:60
JROOT/libraries/legacy/view/legacy.php:663
JROOT/libraries/legacy/view/legacy.php:211
JROOT/components/com_adsused/views/front/view.html.php:70
JROOT/libraries/legacy/controller/legacy.php:685
JROOT/components/com_adsused/controller.php:149
JROOT/libraries/legacy/controller/legacy.php:722
JROOT/components/com_adsused/adsused.php:29
JROOT/libraries/cms/component/helper.php:352
JROOT/libraries/cms/component/helper.php:332
JROOT/libraries/cms/application/site.php:178
JROOT/libraries/cms/application/site.php:208
JROOT/libraries/cms/application/cms.php:255
JROOT/index.php:40
Query Time: 0.38 ms After last query: 0.15 ms Query memory: 0.029 MB Memory before query: 10.945 MB Rows returned: 1
SELECT name
FROM fly9i_adsused_categories
WHERE id = 24
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | fly9i_adsused_categories | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.0 ms |
Waiting for query cache lock | 0.0 ms |
starting | 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 |
Waiting for query cache lock | 0.0 ms |
init | 0.0 ms |
Optimizing | 0.0 ms |
Statistics | 0.0 ms |
Preparing | 0.0 ms |
Unlocking tables | 0.0 ms |
Preparing | 0.0 ms |
Executing | 0.0 ms |
Sending data | 0.0 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
Commit | 0.0 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.0 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.0 ms |
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 |
Reset for next command | 0.0 ms |
JROOT/components/com_adsused/router.php:20
JROOT/components/com_adsused/router.php:96
JROOT/libraries/cms/router/site.php:455
JROOT/libraries/cms/router/site.php:413
JROOT/libraries/cms/router/router.php:216
JROOT/libraries/cms/router/site.php:98
JROOT/libraries/joomla/application/route.php:62