SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000366
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
Params: 3f31778a7edb4478cc3b185b1a4f50ab, , 1660289599
Run Time: 0.000380
SELECT *
FROM xf_style
WHERE style_id = ?
Params: 13
Run Time: 0.000573
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_style | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT property_definition.*,
style_property.*
FROM xf_style_property AS style_property
INNER JOIN xf_style_property_definition AS property_definition ON
(property_definition.property_definition_id = style_property.property_definition_id)
WHERE style_property.style_id IN ('13', '12', '0')
ORDER BY property_definition.display_order
Run Time: 0.001245
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | style_property | ALL | definition_id_style_id | | | | 775 | Using where; Using temporary; Using filesort |
SIMPLE | property_definition | eq_ref | PRIMARY | PRIMARY | 4 | xenforo.style_property.property_definition_id | 1 | |