Time Before: 0.00830 seconds
Time After: 0.02094 seconds
Time Taken: 0.01264 seconds
Time Before: 0.02108 seconds
Time After: 0.02138 seconds
Time Taken: 0.00030 seconds
SELECT *
FROM datastore
WHERE title IN ('','options','bitfields','attachmentcache','forumcache','usergroupcache','stylecache','languagecache','products','pluginlist','cron','profilefield','userstats','birthdaycache','maxloggedin','iconcache','eventcache','mailqueue')| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | datastore | range | PRIMARY | PRIMARY | 15 | 18 | Using where |
Time Before: 0.02232 seconds
Time After: 0.02323 seconds
Time Taken: 0.00091 seconds
Time Before: 0.02156 seconds
Time After: 0.02512 seconds
Time Taken: 0.00356 seconds
SELECT * FROM session WHERE userid = 0 AND host = '38.107.191.88' AND idhash = 'd0b63444099757fedc3d79aa837e804c' LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | session | ALL | 105 | Using where |
Time Before: 0.02660 seconds
Time After: 0.02688 seconds
Time Taken: 0.00028 seconds
SELECT languageid, phrasegroup_holiday AS phrasegroup_holiday, phrasegroup_global AS phrasegroup_global, options AS lang_options, languagecode AS lang_code, charset AS lang_charset, locale AS lang_locale, imagesoverride AS lang_imagesoverride, dateoverride AS lang_dateoverride, timeoverride AS lang_timeoverride, registereddateoverride AS lang_registereddateoverride, calformat1override AS lang_calformat1override, calformat2override AS lang_calformat2override, logdateoverride AS lang_logdateoverride, decimalsep AS lang_decimalsep, thousandsep AS lang_thousandsep FROM language WHERE languageid = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | language | system | PRIMARY | 1 |
Time Before: 0.02829 seconds
Time After: 0.02848 seconds
Time Taken: 0.00019 seconds
Time Before: 0.02594 seconds
Time After: 0.02871 seconds
Time Taken: 0.00277 seconds
SELECT * FROM style WHERE (styleid = 2 AND userselect = 1) OR styleid = 2 ORDER BY styleid ASC LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | style | const | PRIMARY | PRIMARY | 2 | const | 1 |
Time Before: 0.03165 seconds
Time After: 0.03183 seconds
Time Taken: 0.00017 seconds
SELECT title, template FROM template WHERE templateid IN (412,2146,2147,2148,2149,2150,2151,2152,2154,2155,2156,2157,2158,2153,415,2389,405,2253,2219,2220,2390,2393,2402,2239,2240,2241,2242,2353,2407,2406,2011,2411)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | template | range | PRIMARY | PRIMARY | 4 | 32 | Using where |
Time Before: 0.03317 seconds
Time After: 0.03342 seconds
Time Taken: 0.00025 seconds
SELECT forum.forumid, lastpost, lastposter, lastthread, lastthreadid, lasticonid, threadcount, replycount, lastpostid FROM forum AS forum
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | forum | ALL | 11 |
Time Before: 0.04262 seconds
Time After: 0.04275 seconds
Time Taken: 0.00013 seconds
SELECT moderator.*, user.username, IF(user.displaygroupid = 0, user.usergroupid, user.displaygroupid) AS displaygroupid, infractiongroupid FROM moderator AS moderator INNER JOIN user AS user USING(userid)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | moderator | ALL | userid | 4 | ||||
| 1 | SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | minorgod_vbulletin.moderator.userid | 1 |
Time Before: 0.04389 seconds
Time After: 0.04399 seconds
Time Taken: 0.00010 seconds
INSERT IGNORE INTO session
(sessionhash, userid, host, idhash, lastactivity, location, styleid, languageid, loggedin, inforum, inthread, incalendar, badlocation, useragent, bypass, profileupdate)
VALUES
('49222a6149efe3f6e3b6a744c9e0cc7e', 0, '38.107.191.88', 'd0b63444099757fedc3d79aa837e804c', 1283787175, '/forum/?explain=1', 0, 0, 0, 0, 0, 0, 0, 'CCBot/1.0 (+http://www.commoncrawl.org/bot.html)', 0, 0)Time Before: 0.09317 seconds
Time After: 0.09334 seconds
Time Taken: 0.00017 seconds