SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000129
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: empaths
Run Time: 0.000081
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: 64, 0, 1696154476
Run Time: 0.000256
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: 64
Run Time: 0.000098
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 | 55 | Using where |
SELECT resource.*
,
category.*, category.last_update AS category_last_update, resource.last_update,
resource_update.message AS description,
version.version_string,
version.release_date,
version.download_url,
version.rating_count AS version_rating_count,
version.rating_sum AS version_rating_sum,
version.download_count AS version_download_count,
user.*, user_profile.*, IF(user.username IS NULL, resource.username, user.username) AS username,
permission.cache_value AS category_permission_cache
FROM xf_resource AS resource
LEFT JOIN xf_resource_category AS category ON
(category.resource_category_id = resource.resource_category_id)
LEFT JOIN xf_resource_update AS resource_update ON
(resource_update.resource_update_id = resource.description_update_id)
LEFT JOIN xf_resource_version AS version ON
(version.resource_version_id = resource.current_version_id)
LEFT JOIN xf_user AS user ON
(user.user_id = resource.user_id)
LEFT JOIN xf_user_profile AS user_profile ON
(user_profile.user_id = resource.user_id)
LEFT JOIN xf_permission_cache_content AS permission
ON (permission.permission_combination_id = 1
AND permission.content_type = 'resource_category'
AND permission.content_id = resource.resource_category_id)
WHERE resource.resource_id IN (368, 361, 359, 358, 357, 356, 352, 347, 345, 344, 337, 335, 334, 333, 330, 328, 324, 323, 321, 319, 317, 313, 306, 305, 302, 300, 295, 289, 285, 284, 275, 276, 274, 271, 270, 268, 265, 261, 260, 255, 254, 247, 245, 195, 191, 185, 182, 181, 161, 152, 148, 145, 141, 140, 138)
Run Time: 0.003150
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | resource | ALL | PRIMARY | | | | 148 | Using where |
SIMPLE | category | eq_ref | PRIMARY | PRIMARY | 4 | psychopa_vanilla.resource.resource_category_id | 1 | Using where |
SIMPLE | resource_update | eq_ref | PRIMARY | PRIMARY | 4 | psychopa_vanilla.resource.description_update_id | 1 | |
SIMPLE | version | eq_ref | PRIMARY | PRIMARY | 4 | psychopa_vanilla.resource.current_version_id | 1 | |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | psychopa_vanilla.resource.user_id | 1 | |
SIMPLE | user_profile | eq_ref | PRIMARY | PRIMARY | 4 | psychopa_vanilla.resource.user_id | 1 | |
SIMPLE | permission | eq_ref | PRIMARY | PRIMARY | 35 | const,const,psychopa_vanilla.resource.resource_category_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: 64, 0, 1696154476, 1696158076, {"0":["resource",368],"1":["resource",361],"2":["resource",359],"3":["resource",358],"4":["resource",357],"5":["resource",356],"6":["resource",352],"7":["resource",347],"8":["resource",345],"10":["resource",337],"11":["resource",335],"12":["resource",334],"13":["resource",333],"14":["resource",330],"15":["resource",328],"16":["resource",324],"17":["resource",323],"18":["resource",321],"19":["resource",319],"20":["resource",317],"21":["resource",313],"22":["resource",306],"23":["resource",305],"24":["resource",302],"25":["resource",300],"26":["resource",295],"27":["resource",289],"28":["resource",285],"29":["resource",284],"30":["resource",275],"31":["resource",276],"32":["resource",274],"33":["resource",271],"34":["resource",270],"35":["resource",268],"36":["resource",265],"37":["resource",261],"38":["resource",260],"39":["resource",255],"40":["resource",254],"41":["resource",247],"42":["resource",245],"43":["resource",195],"44":["resource",191],"45":["resource",185],"46":["resource",182],"47":["resource",181],"48":["resource",161],"49":["resource",152],"50":["resource",148],"51":["resource",145],"52":["resource",141],"53":["resource",140],"54":["resource",138]}
Run Time: 0.000654
SELECT cache_value
FROM xf_permission_cache_content
WHERE permission_combination_id = ?
AND content_type = ?
AND content_id = ?
Params: 1, resource_category, 3
Run Time: 0.000096
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_cache_content | const | PRIMARY | PRIMARY | 35 | const,const,const | 1 | |
SELECT cache_value
FROM xf_permission_cache_content
WHERE permission_combination_id = ?
AND content_type = ?
AND content_id = ?
Params: 1, resource_category, 1
Run Time: 0.000088
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_cache_content | const | PRIMARY | PRIMARY | 35 | const,const,const | 1 | |
INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
Params: 51080666a1bc523e0065bdcd4203ded9, , 1696158076
Run Time: 0.000631
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=empaths&page=3, 1696154476,
Run Time: 0.000117
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('fc_psychopath_test_tab', 'fc_bookshelf_tab', 'fc_donationLink')
Params: 1
Run Time: 0.000092
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | range | PRIMARY | PRIMARY | 106 | | 3 | Using where |