SELECT data_key, data_value
FROM xf_data_registry
WHERE data_key IN ('options', 'languages', 'contentTypes', 'codeEventListeners', 'deferredRun', 'simpleCache', 'addOns', 'defaultStyleProperties', 'routeFiltersIn', 'routeFiltersOut', 'routesPublic', 'nodeTypes', 'bannedIps', 'discouragedIps', 'styles', 'displayStyles', 'userBanners', 'smilies', 'bbCode', 'threadPrefixes', 'userTitleLadder', 'reportCounts', 'moderationCounts', 'userModerationCounts', 'notices', 'userFieldsInfo')
Run Time: 0.003016
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_data_registry | range | PRIMARY | PRIMARY | 27 | | 26 | Using where |
SELECT data_key, data_value
FROM xf_data_registry
WHERE data_key IN ('brListenerClasses', 'brBriviumAddOns')
Run Time: 0.000178
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_data_registry | range | PRIMARY | PRIMARY | 27 | | 2 | Using where |
SELECT data_value
FROM xf_data_registry
WHERE data_key = ?
Params: brmsModernStatisticCache
Run Time: 0.000102
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_data_registry | const | PRIMARY | PRIMARY | 27 | const | 1 | |
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000404
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT *
FROM xf_tag
WHERE tag_url = ?
Params: goc-nhin-ichimoku
Run Time: 0.001567
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_tag | const | tag_url | tag_url | 302 | const | 1 | |
SELECT *
FROM xf_tag_result_cache
WHERE tag_id = ?
AND user_id = ?
AND expiry_date > ?
Params: 295, 0, 1738939694
Run Time: 0.000885
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_tag_result_cache | const | tag_id_user_id,expiration_date | tag_id_user_id | 8 | const,const | 1 | |
SELECT tag_content_id, content_type, content_id
FROM xf_tag_content
WHERE tag_id = ?
AND visible = 1
ORDER BY content_date DESC
LIMIT 200
Params: 295
Run Time: 0.007003
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_tag_content | ref | tag_id_content_date | tag_id_content_date | 4 | const | 106 | Using where |
SELECT thread.*
,
user.*, IF(user.username IS NULL, thread.username, user.username) AS username,
node.title AS node_title, node.node_name,
post.message, post.attach_count,
NULL AS thread_read_date,
0 AS user_post_count,
permission.cache_value AS node_permission_cache
FROM xf_thread AS thread
LEFT JOIN xf_user AS user ON
(user.user_id = thread.user_id)
LEFT JOIN xf_node AS node ON
(node.node_id = thread.node_id)
LEFT JOIN xf_post AS post ON
(post.post_id = thread.first_post_id)
LEFT JOIN xf_permission_cache_content AS permission
ON (permission.permission_combination_id = 1
AND permission.content_type = 'node'
AND permission.content_id = thread.node_id)
WHERE thread.thread_id IN (3711, 3709, 3698, 3691, 3610, 3488, 3473, 3467, 3449, 3442, 3438, 3433, 3421, 3388, 3374, 3355, 3345, 3336, 3320, 3312, 3306, 3288, 3277, 3264, 3258, 3249, 3216, 3207, 3194, 3187, 3175, 3167, 3162, 3154, 3148, 3142, 3127, 3119, 3103, 3093, 3088, 3075, 3058, 3039, 3029, 3026, 3018, 3002, 2997, 2983, 2975, 2968, 2948, 2947, 2938, 2933, 2921, 2912, 2904, 2897, 2895, 2886, 2864, 2855, 2845, 2840, 2832, 2827, 2819, 2803, 2795, 2788, 2782, 2776, 2768, 2759, 2751, 2746, 2736, 2722, 2716, 2710, 2705, 2696, 2684, 2677, 2658, 2645, 2628, 2619, 2613, 2606, 2591, 2585, 2576, 2566, 2562, 2552, 2543, 2537, 2528, 2517, 2513, 2504, 2494, 117)
Run Time: 0.048998
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | range | PRIMARY | PRIMARY | 4 | | 106 | Using where |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | kakatavn_db.thread.user_id | 1 | |
SIMPLE | node | eq_ref | PRIMARY | PRIMARY | 4 | kakatavn_db.thread.node_id | 1 | |
SIMPLE | post | eq_ref | PRIMARY | PRIMARY | 4 | kakatavn_db.thread.first_post_id | 1 | |
SIMPLE | permission | eq_ref | PRIMARY | PRIMARY | 35 | const,const,kakatavn_db.thread.node_id | 1 | Using where |
INSERT INTO xf_tag_result_cache
(tag_id, user_id, cache_date, expiry_date, results)
VALUES
(?, ?, ?, ?, ?)
ON DUPLICATE KEY UPDATE
cache_date = VALUES(cache_date),
expiry_date = VALUES(expiry_date),
results = VALUES(results)
Params: 295, 0, 1738939694, 1738943294, [["thread",3711],["thread",3709],["thread",3698],["thread",3691],["thread",3610],["thread",3488],["thread",3473],["thread",3467],["thread",3449],["thread",3442],["thread",3438],["thread",3433],["thread",3421],["thread",3388],["thread",3374],["thread",3355],["thread",3345],["thread",3336],["thread",3320],["thread",3312],["thread",3306],["thread",3288],["thread",3277],["thread",3264],["thread",3258],["thread",3249],["thread",3216],["thread",3207],["thread",3194],["thread",3187],["thread",3175],["thread",3167],["thread",3162],["thread",3154],["thread",3148],["thread",3142],["thread",3127],["thread",3119],["thread",3103],["thread",3093],["thread",3088],["thread",3075],["thread",3058],["thread",3039],["thread",3029],["thread",3026],["thread",3018],["thread",3002],["thread",2997],["thread",2983],["thread",2975],["thread",2968],["thread",2948],["thread",2947],["thread",2938],["thread",2933],["thread",2921],["thread",2912],["thread",2904],["thread",2897],["thread",2895],["thread",2886],["thread",2864],["thread",2855],["thread",2845],["thread",2840],["thread",2832],["thread",2827],["thread",2819],["thread",2803],["thread",2795],["thread",2788],["thread",2782],["thread",2776],["thread",2768],["thread",2759],["thread",2751],["thread",2746],["thread",2736],["thread",2722],["thread",2716],["thread",2710],["thread",2705],["thread",2696],["thread",2684],["thread",2677],["thread",2658],["thread",2645],["thread",2628],["thread",2619],["thread",2613],["thread",2606],["thread",2591],["thread",2585],["thread",2576],["thread",2566],["thread",2562],["thread",2552],["thread",2543],["thread",2537],["thread",2528],["thread",2517],["thread",2513],["thread",2504],["thread",2494],["thread",117]]
Run Time: 0.001591
INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
Params: 349369339619102101db886e4d28aea1, , 1738943294
Run Time: 0.000135
INSERT INTO xf_session_activity
(user_id, unique_key, ip, controller_name, controller_action, view_state, params, view_date, robot_key)
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),
robot_key = VALUES(robot_key)
Params: 0, , , XenForo_ControllerPublic_Tag, Tag, valid, tag_url=goc-nhin-ichimoku, 1738939694,
Run Time: 0.000076
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('page_nav', 'BRQCT_forum_list_nodes', 'BRQCT_ad_sidebar_top', 'BRQCT_button_top_ctrl', 'BRMS_ModernStatistic', 'BRMS_modern_statistic_header', 'search_result_thread', 'wf_widget_wrapper', 'tag_view', 'xenCODE_Meta_Keywords', 'wf_hook_moderator_bar', 'wf_revealer', 'PAGE_CONTAINER')
AND style_id = ?
AND language_id = ?
Params: 2, 2
Run Time: 0.006790
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_template_compiled | range | PRIMARY | PRIMARY | 60 | | 13 | Using where |
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('BRQCT_button_top_ctrl', 'BRQCT_navigation_tabs_forums')
AND style_id = ?
AND language_id = ?
Params: 2, 2
Run Time: 0.000232
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_template_compiled | range | PRIMARY | PRIMARY | 60 | | 2 | Using where |
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('BRQCT_button_top_ctrl', 'nat_bodyjs')
AND style_id = ?
AND language_id = ?
Params: 2, 2
Run Time: 0.000185
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_template_compiled | range | PRIMARY | PRIMARY | 60 | | 2 | Using where |