SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000221
| 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: kyle busch
Run Time: 0.000295
| 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 = 145
AND EWRmedio_media.media_state = 'visible'
Run Time: 0.002500
| 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 | 58 | 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 = 145
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.005362
| 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 | 58 | 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.001544
| 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 | 1691 | 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.001261
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | EWRmedio_media | index | user_id | user_id | 4 | | 3382 | 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.026327
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | EWRmedio_keylinks | index | | UNIQUE | 8 | | 30559 | 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.005745
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | EWRmedio_media | ALL | | | | | 3382 | Using where |
SELECT COUNT(*) AS total
FROM EWRmedio_categories
Run Time: 0.000087
| 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.000283
| 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.002643
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | EWRmedio_media | ALL | | | | | 3382 | |
SELECT SUM(media_views) AS total
FROM EWRmedio_media
Run Time: 0.002551
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | EWRmedio_media | ALL | | | | | 3382 | |
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.048367
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | xf_thread | range | node_id_last_post_date,node_id_sticky_last_post_date | node_id_sticky_last_post_date | 4 | | 18086 | Using where; Using filesort |
INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
Params: 00d3a4181681f217d4a54c3361705f01, a:5:{s:12:"sessionStart";i:1371730392;s:2:"ip";i:839918745;s:9:"userAgent";s:9:"CCBot/2.0";s:7:"isRobot";b:0;s:16:"previousActivity";i:0;}, 1371733992
Run Time: 0.000170
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, 839918745, 839918745, EWRmedio_ControllerPublic_Media_Keyword, Index, valid, keyword_text=kyle+busch, 1371730392
Run Time: 0.000084
SELECT COUNT(*) AS user_count FROM addonchat_who
Run Time: 0.000264
| 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.000217
| 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.001146
| 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.000172
| 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.000119
| 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.000179
| 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.000114
| 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.000041