SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000288
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT *
FROM EWRmedio_keywords
WHERE keyword_text = ?
Params: power
Run Time: 0.000372
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | EWRmedio_keywords | const | keyword_text | keyword_text | 767 | const | 1 | Using index |
SELECT COUNT(*) AS total
FROM EWRmedio_media
LEFT JOIN EWRmedio_keylinks ON (EWRmedio_keylinks.media_id = EWRmedio_media.media_id)
LEFT JOIN EWRmedio_keywords ON (EWRmedio_keywords.keyword_id = EWRmedio_keylinks.keyword_id)
WHERE EWRmedio_keywords.keyword_id = 78
AND EWRmedio_media.media_state = 'visible'
Run Time: 0.007167
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | EWRmedio_keywords | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
| SIMPLE | EWRmedio_keylinks | ref | UNIQUE,media_id | UNIQUE | 4 | const | 170 | Using where; Using index |
| SIMPLE | EWRmedio_media | eq_ref | PRIMARY | PRIMARY | 4 | rpm2nite_site.EWRmedio_keylinks.media_id | 1 | Using where |
SELECT EWRmedio_media.*, EWRmedio_categories.*, EWRmedio_services.*, xf_user.*,
EWRmedio_media.service_value2 AS service_value2,
IF(NOT ISNULL(xf_user.user_id), xf_user.username, EWRmedio_media.username) AS username
FROM EWRmedio_media
LEFT JOIN EWRmedio_categories ON (EWRmedio_categories.category_id = EWRmedio_media.category_id)
LEFT JOIN EWRmedio_services ON (EWRmedio_services.service_id = EWRmedio_media.service_id)
LEFT JOIN xf_user ON (xf_user.user_id = EWRmedio_media.user_id)
LEFT JOIN EWRmedio_keylinks ON (EWRmedio_keylinks.media_id = EWRmedio_media.media_id)
LEFT JOIN EWRmedio_keywords ON (EWRmedio_keywords.keyword_id = EWRmedio_keylinks.keyword_id)
WHERE EWRmedio_keywords.keyword_id = 78
AND EWRmedio_media.media_state = 'visible'
ORDER BY EWRmedio_media.media_date DESC, EWRmedio_media.media_date DESC
LIMIT ?, ?
Params: 0, 20
Run Time: 0.014604
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | EWRmedio_keywords | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index; Using temporary; Using filesort |
| SIMPLE | EWRmedio_keylinks | ref | UNIQUE,media_id | UNIQUE | 4 | const | 170 | Using where; Using index |
| SIMPLE | EWRmedio_media | eq_ref | PRIMARY | PRIMARY | 4 | rpm2nite_site.EWRmedio_keylinks.media_id | 1 | Using where |
| SIMPLE | EWRmedio_categories | eq_ref | PRIMARY | PRIMARY | 4 | rpm2nite_site.EWRmedio_media.category_id | 1 | |
| SIMPLE | EWRmedio_services | eq_ref | PRIMARY | PRIMARY | 4 | rpm2nite_site.EWRmedio_media.service_id | 1 | |
| SIMPLE | xf_user | eq_ref | PRIMARY | PRIMARY | 4 | rpm2nite_site.EWRmedio_media.user_id | 1 | |
SELECT EWRmedio_categories.*, COUNT(EWRmedio_media.media_id) AS count
FROM EWRmedio_categories
LEFT JOIN EWRmedio_media ON (EWRmedio_media.category_id = EWRmedio_categories.category_id)
GROUP BY EWRmedio_categories.category_id
ORDER BY category_order, category_name ASC
Run Time: 0.001459
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | EWRmedio_categories | index | | PRIMARY | 4 | | 2 | Using temporary; Using filesort |
| SIMPLE | EWRmedio_media | ref | category_id | category_id | 4 | rpm2nite_site.EWRmedio_categories.category_id | 1676 | Using index |
SELECT COUNT(EWRmedio_media.media_id) AS count, xf_user.*
FROM EWRmedio_media
LEFT JOIN xf_user ON (xf_user.user_id = EWRmedio_media.user_id)
WHERE NOT ISNULL(xf_user.user_id)
GROUP BY EWRmedio_media.user_id
ORDER BY count DESC
LIMIT ?
Params: 10
Run Time: 0.001868
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | EWRmedio_media | index | user_id | user_id | 4 | | 3352 | Using where; Using index; Using temporary; Using filesort |
| SIMPLE | xf_user | eq_ref | PRIMARY | PRIMARY | 4 | rpm2nite_site.EWRmedio_media.user_id | 1 | Using where |
SELECT COUNT(*) AS count, EWRmedio_keywords.*
FROM EWRmedio_keylinks
LEFT JOIN EWRmedio_keywords ON (EWRmedio_keywords.keyword_id = EWRmedio_keylinks.keyword_id)
GROUP BY EWRmedio_keywords.keyword_id
ORDER BY count DESC
LIMIT ?
Params: 50
Run Time: 0.030313
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | EWRmedio_keylinks | index | | UNIQUE | 8 | | 31926 | Using index; Using temporary; Using filesort |
| SIMPLE | EWRmedio_keywords | eq_ref | PRIMARY | PRIMARY | 4 | rpm2nite_site.EWRmedio_keylinks.keyword_id | 1 | |
SELECT COUNT(*) AS total
FROM EWRmedio_media
WHERE EWRmedio_media.media_state = 'visible'
AND EWRmedio_media.media_state = 'visible'
Run Time: 0.003488
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | EWRmedio_media | ALL | | | | | 3352 | Using where |
SELECT COUNT(*) AS total
FROM EWRmedio_categories
Run Time: 0.000060
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | EWRmedio_categories | index | | PRIMARY | 4 | | 2 | Using index |
SELECT COUNT(*) AS total
FROM EWRmedio_comments
Run Time: 0.000315
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | EWRmedio_comments | index | | PRIMARY | 4 | | 52 | Using index |
SELECT SUM(media_likes) AS total
FROM EWRmedio_media
Run Time: 0.002521
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | EWRmedio_media | ALL | | | | | 3352 | |
SELECT SUM(media_views) AS total
FROM EWRmedio_media
Run Time: 0.002518
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | EWRmedio_media | ALL | | | | | 3352 | |
SELECT *
FROM xf_thread
WHERE node_id IN (2 , 3 , 4 , 5 , 6 , 32)
ORDER BY last_post_date DESC
LIMIT 10;Run Time: 0.000453
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | xf_thread | index | node_id_last_post_date,node_id_sticky_last_post_date | last_post_date | 4 | | 20704 | Using where |
INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
Params: 6283336dccb40c6165b20ddd6719cfbc, a:5:{s:12:"sessionStart";i:1371646445;s:2:"ip";i:839952047;s:9:"userAgent";s:9:"CCBot/2.0";s:7:"isRobot";b:0;s:16:"previousActivity";i:0;}, 1371650045
Run Time: 0.000102
INSERT INTO xf_session_activity
(user_id, unique_key, ip, controller_name, controller_action, view_state, params, view_date)
VALUES
(?, ?, ?, ?, ?, ?, ?, ?)
ON DUPLICATE KEY UPDATE
ip = VALUES(ip),
controller_name = VALUES(controller_name),
controller_action = VALUES(controller_action),
view_state = VALUES(view_state),
params = VALUES(params),
view_date = VALUES(view_date)
Params: 0, 839952047, 839952047, EWRmedio_ControllerPublic_Media_Keyword, Index, valid, keyword_text=power, 1371646445
Run Time: 0.000061
SELECT COUNT(*) AS user_count FROM addonchat_who
Run Time: 0.000081
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | addonchat_who | index | | PRIMARY | 4 | | 1 | Using index |
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('home', 'nhra_navbar_tab', 'nascar_navbar_tab', 'indy_navbar_tab', 'AddonChat_Tab')Params: 1
Run Time: 0.000146
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | xf_phrase_compiled | range | PRIMARY | PRIMARY | 231 | | 4 | Using where |
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('page_nav', 'EWRmedio_KeywordView', 'EWRporta_Navtabs', 'xfr_useralbums_links', 'AddonChat_Tab_Links', 'EWRmedio_Navtabs', 'tinhte_xentag_hook_message_content', 'tinhte_xentag_hook_message_notices', 'tinhte_xentag_hook_post_private_controls', 'tinhte_xentag_hook_post_public_controls', 'PAGE_CONTAINER')
AND style_id = ?
AND language_id = ?Params: 5, 1
Run Time: 0.000523
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | xf_template_compiled | range | PRIMARY | PRIMARY | 160 | | 9 | Using where |
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('collapsible_sidebar_arrow')
AND style_id = ?
AND language_id = ?Params: 5, 1
Run Time: 0.000129
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | xf_template_compiled | const | PRIMARY | PRIMARY | 160 | const,const,const | 1 | |
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('ltt_ticker')
AND style_id = ?
AND language_id = ?Params: 5, 1
Run Time: 0.000090
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | xf_template_compiled | const | PRIMARY | PRIMARY | 160 | const,const,const | 1 | |
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('merc_code_render')
AND style_id = ?
AND language_id = ?Params: 5, 1
Run Time: 0.000090
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | xf_template_compiled | const | PRIMARY | PRIMARY | 160 | const,const,const | 1 | |
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('collapsible_sidebar_js')
AND style_id = ?
AND language_id = ?Params: 5, 1
Run Time: 0.000099
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | xf_template_compiled | const | PRIMARY | PRIMARY | 160 | const,const,const | 1 | |
INSERT INTO merc_ad_view (ad_id)
VALUES (11)
Run Time: 0.000031