SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000200
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT user.*
FROM xf_user AS user
WHERE user.user_id = ?
Params: 2
Run Time: 0.000331
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | user | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT COUNT(*) AS total
FROM EWRmedio_media
WHERE EWRmedio_media.user_id = 2
AND EWRmedio_media.media_state = 'visible'
Run Time: 0.004730
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | EWRmedio_media | ref | user_id | user_id | 4 | const | 1766 | 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)
WHERE EWRmedio_media.user_id = 2
AND EWRmedio_media.media_state = 'visible'
ORDER BY EWRmedio_media.media_date DESC, EWRmedio_media.media_date DESC
LIMIT ?, ?
Params: 100, 20
Run Time: 0.013997
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | EWRmedio_media | ref | user_id | user_id | 4 | const | 1766 | Using where; Using filesort |
| 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 | const | PRIMARY | PRIMARY | 4 | const | 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.001273
| 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 | 1766 | 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.001266
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | EWRmedio_media | index | user_id | user_id | 4 | | 3532 | 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.028460
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | EWRmedio_keylinks | index | | UNIQUE | 8 | | 32086 | 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.002475
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | EWRmedio_media | ALL | | | | | 3532 | Using where |
SELECT COUNT(*) AS total
FROM EWRmedio_categories
Run Time: 0.000058
| 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.000282
| 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.002241
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | EWRmedio_media | ALL | | | | | 3532 | |
SELECT SUM(media_views) AS total
FROM EWRmedio_media
Run Time: 0.002218
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | EWRmedio_media | ALL | | | | | 3532 | |
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.000449
| 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 | | 22317 | Using where |
INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
Params: 62ce0edc9661053037078c5dcacb0879, a:5:{s:12:"sessionStart";i:1371670005;s:2:"ip";i:839918745;s:9:"userAgent";s:9:"CCBot/2.0";s:7:"isRobot";b:0;s:16:"previousActivity";i:0;}, 1371673605
Run Time: 0.000111
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_User, Index, valid, user_id=2&page=6, 1371670005
Run Time: 0.000059
SELECT COUNT(*) AS user_count FROM addonchat_who
Run Time: 0.000079
| 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.000145
| 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_UserView', '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.000556
| 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.000131
| 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.000088
| 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.000089
| 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.000095
| 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