SELECT data_key, data_value
FROM xf_data_registry
WHERE data_key IN ('options', 'languages', 'contentTypes', 'codeEventListeners', 'cron', 'simpleCache', 'routesPublic', 'nodeTypes', 'bannedIps', 'discouragedIps', 'styles', 'displayStyles', 'smilies', 'bbCode', 'threadPrefixes', 'trophyUserTitles', 'reportCounts', 'moderationCounts', 'userModerationCounts', 'notices', 'userFieldsInfo')Run Time: 0.000291
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | xf_data_registry | range | PRIMARY | PRIMARY | 77 | | 21 | Using where |
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000163
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT article.*
FROM appvisors_article AS article
WHERE (article.article_id = '123')
ORDER BY article.article_date DESCRun Time: 0.000170
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | article | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT article_category.*
FROM appvisors_article_category AS article_category
WHERE (article_category.article_category_id IN ('1'))Run Time: 0.000087
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | article_category | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT article_comment.*
,
user.*,
IF(user.username IS NULL, article_comment.username, user.username) AS username
FROM appvisors_article_comment AS article_comment
LEFT JOIN xf_user AS user ON
(user.user_id = article_comment.user_id)
WHERE article_comment.article_id = ?
ORDER BY article_comment.comment_date DESC
LIMIT 3Params: 123
Run Time: 0.000257
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | article_comment | ALL | | | | | 1 | Using where; Using filesort |
| SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | appictivedb.article_comment.user_id | 1 | |
SELECT article_category.*
FROM appvisors_article_category AS article_category
WHERE (article_category.article_count > 0)
Run Time: 0.000071
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | article_category | ALL | | | | | 7 | Using where |
INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
Params: 2bcaef9b6f66edc8a73dc98699e1cddd, a:7:{s:12:"sessionStart";i:1788792580;s:2:"ip";i:308350553;s:9:"userAgent";s:40:"CCBot/2.0 (https://commoncrawl.org/faq/)";s:7:"isRobot";b:0;s:16:"previousActivity";i:0;s:10:"isIpBanned";b:0;s:13:"isDiscouraged";b:0;}, 1788796180
Run Time: 0.000106
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, 308350553, 308350553, Appvisors_Articles_ControllerPublic_Article, View, valid, article_id=123, 1788792580
Run Time: 0.000072
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('page_nav', 'bb_code_tag_code', 'bb_code_tag_php', 'bb_code_tag_html', 'bb_code_tag_quote', 'bb_code_tag_attach', 'appvisors_article_view_articles', 'nat_childlinks')
AND style_id = ?
AND language_id = ?Params: 2, 1
Run Time: 0.000207
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | xf_template_compiled | range | PRIMARY | PRIMARY | 160 | | 8 | Using where |
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('home', 'appvisors_apps_apps')Params: 1
Run Time: 0.000096
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | xf_phrase_compiled | range | PRIMARY | PRIMARY | 231 | | 2 | Using where |
SELECT word.*
FROM appvisors_word AS word
WHERE (word.word_id = '60')
ORDER BY word.title ASC
Run Time: 0.000096
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | word | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT package.*
FROM appvisors_package AS package
WHERE 1=1
ORDER BY package.price ASCRun Time: 0.000107
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | package | ALL | | | | | 4 | Using filesort |
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('nat_linkstemplate', 'PAGE_CONTAINER')
AND style_id = ?
AND language_id = ?Params: 2, 1
Run Time: 0.000149
| Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| SIMPLE | xf_template_compiled | range | PRIMARY | PRIMARY | 160 | | 2 | Using where |