SELECT data_key, data_value FROM xf_data_registry WHERE data_key IN ('languages')
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 = ?
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_node WHERE display_in_list = 1 ORDER BY lft ASC
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|---|---|---|---|---|---|---|---|
SIMPLE | xf_node | ALL | display_in_list | 261 | Using where; Using filesort |
SELECT content_id, cache_value FROM xf_permission_cache_content WHERE permission_combination_id = ? AND content_type = 'node'
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|---|---|---|---|---|---|---|---|
SIMPLE | xf_permission_cache_content | ref | PRIMARY | PRIMARY | 31 | const,const | 568 | Using where |
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)
SELECT options.*, node.*, permission.cache_value AS node_permission_cache FROM nat_options AS options INNER JOIN xf_node AS node ON (node.node_id = options.node_id) LEFT JOIN xf_permission_cache_content AS permission ON (permission.permission_combination_id = ? AND permission.content_type = 'node' AND permission.content_id = options.node_id) WHERE nat_display_tab = 1 ORDER BY options.nat_display_order ASC
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|---|---|---|---|---|---|---|---|
SIMPLE | options | ALL | node_id | 176 | Using where; Using filesort | |||
SIMPLE | node | eq_ref | PRIMARY | PRIMARY | 4 | bs_xf.options.node_id | 1 | |
SIMPLE | permission | eq_ref | PRIMARY | PRIMARY | 35 | const,const,bs_xf.options.node_id | 1 | Using where |
SELECT node.*, COALESCE(options.nat_newwindow, 0) AS nat_newwindow, permission.cache_value AS node_permission_cache FROM xf_node AS node LEFT JOIN xf_permission_cache_content AS permission ON (permission.permission_combination_id = ? AND permission.content_type = 'node' AND permission.content_id = node.node_id) LEFT JOIN nat_options AS options ON (options.node_id = node.node_id) WHERE node.node_id IN (288, 289, 290, 291) ORDER BY node.lft ASC
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|---|---|---|---|---|---|---|---|
SIMPLE | node | range | PRIMARY | PRIMARY | 4 | 4 | Using where; Using filesort | |
SIMPLE | permission | eq_ref | PRIMARY | PRIMARY | 35 | const,const,bs_xf.node.node_id | 1 | Using where |
SIMPLE | options | eq_ref | node_id | node_id | 4 | bs_xf.node.node_id | 1 |
SELECT title, phrase_text FROM xf_phrase_compiled WHERE language_id = ? AND title IN ('events')
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|---|---|---|---|---|---|---|---|
SIMPLE | xf_phrase_compiled | const | PRIMARY | PRIMARY | 106 | const,const | 1 |