SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000202
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | xf_permission_combination | 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.001120
| 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 | 1478 | Using index |
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.000983
| 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 | 1478 | 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.001288
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | EWRmedio_media | index | user_id | user_id | 4 | | 2956 | 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.025469
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | EWRmedio_keylinks | index | | UNIQUE | 8 | | 27569 | 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.002644
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | EWRmedio_media | ALL | | | | | 2956 | Using where |
SELECT COUNT(*) AS total
FROM EWRmedio_categories
Run Time: 0.000057
| 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.000080
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | EWRmedio_comments | index | | PRIMARY | 4 | | 49 | Using index |
SELECT SUM(media_likes) AS total
FROM EWRmedio_media
Run Time: 0.002418
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | EWRmedio_media | ALL | | | | | 2956 | |
SELECT SUM(media_views) AS total
FROM EWRmedio_media
Run Time: 0.002420
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | EWRmedio_media | ALL | | | | | 2956 | |
INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
Params: 03d64c08c36ba22339489d2d437fac8d, a:5:{s:12:"sessionStart";i:1369330552;s:2:"ip";i:387382422;s:9:"userAgent";s:9:"CCBot/2.0";s:7:"isRobot";b:0;s:16:"previousActivity";i:0;}, 1369334152
Run Time: 0.000116
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, 387382422, 387382422, EWRmedio_ControllerPublic_Media, Categories, valid, , 1369330552
Run Time: 0.000061
SELECT COUNT(*) AS user_count FROM addonchat_who
Run Time: 0.000078
| 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.000143
| 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_Categories', '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.000459
| 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.000162
| 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.000116
| 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.000152
| 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.000162
| 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.000045