Time Before: 0.00013 seconds
Time After: 0.00014 seconds
Time Taken: 0.00001 seconds
Memory Before: 449.813 KB
Memory After: 451.648 KB
Memory Used: 1.836 KB
Time Before: 0.00016 seconds
Time After: 0.00046 seconds
Time Taken: 0.00030 seconds
Memory Before: 451.633 KB
Memory After: 452.523 KB
Memory Used: 0.891 KB
SET @@sql_mode = ''
Time Before: 0.00055 seconds
Time After: 0.00164 seconds
Time Taken: 0.00109 seconds
Memory Before: 452.570 KB
Memory After: 452.625 KB
Memory Used: 0.055 KB
SELECT * FROM datastore WHERE title IN ('','options','bitfields','attachmentcache','forumcache','usergroupcache','stylecache','languagecache','products','pluginlist','cron','profilefield','loadcache','noticecache','smiliecache','bbcodecache','banemail','ranks','noavatarperms')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | datastore | range | PRIMARY | PRIMARY | 200 | 19 | Using where |
Time Before: 0.00259 seconds
Time After: 0.00352 seconds
Time Taken: 0.00093 seconds
Memory Before: 454.164 KB
Memory After: 671.344 KB
Memory Used: 217.180 KB
Time Before: 0.00166 seconds
Time After: 0.00827 seconds
Time Taken: 0.00661 seconds
Memory Before: 452.414 KB
Memory After: 984.336 KB
Memory Used: 531.922 KB
SELECT * FROM datastore WHERE title IN ('modstats_coder','modstats_designer','modstats_motm','modtitle_coder','modtitle_designer')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | datastore | range | PRIMARY | PRIMARY | 200 | 5 | Using where |
Time Before: 0.00850 seconds
Time After: 0.00881 seconds
Time Taken: 0.00031 seconds
Memory Before: 986.070 KB
Memory After: 1,370.391 KB
Memory Used: 384.320 KB
SELECT * FROM session WHERE userid = 0 AND host = '3.145.106.176' AND idhash = '0eed003c7f8dacbf56709d6c26d4f57e' LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | session | ALL | 1140 | Using where |
Time Before: 0.00907 seconds
Time After: 0.00955 seconds
Time Taken: 0.00048 seconds
Memory Before: 1,176.547 KB
Memory After: 1,192.992 KB
Memory Used: 16.445 KB
SELECT languageid, phrasegroup_global AS phrasegroup_global, phrasegroup_user AS phrasegroup_user, phrasegroup_timezone AS phrasegroup_timezone, phrasegroup_posting AS phrasegroup_posting, phrasegroup_cprofilefield AS phrasegroup_cprofilefield, phrasegroup_cppermission AS phrasegroup_cppermission, 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.00994 seconds
Time After: 0.01068 seconds
Time Taken: 0.00074 seconds
Memory Before: 1,182.844 KB
Memory After: 1,439.852 KB
Memory Used: 257.008 KB
Time Before: 0.00888 seconds
Time After: 0.01075 seconds
Time Taken: 0.00186 seconds
Memory Before: 1,174.102 KB
Memory After: 1,311.648 KB
Memory Used: 137.547 KB
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.01318 seconds
Time After: 0.01327 seconds
Time Taken: 0.00009 seconds
Memory Before: 1,471.563 KB
Memory After: 1,568.070 KB
Memory Used: 96.508 KB
SELECT title, template FROM template WHERE templateid IN (603,517,265,266,521,522,523,524,525,527,526,528,529,530,641,644,624,67,66,68,63,62,339,645,291,292,293,559,562,571,312,313,314,315,513,576,575,577,580,599,600,595,609,596,131,132,133,134,149,584,585,587,588,586,583,581,582,594,589,590,593,592,591,366,394,395,392,598,615,619)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | template | range | PRIMARY | PRIMARY | 4 | 70 | Using where |
Time Before: 0.01423 seconds
Time After: 0.01518 seconds
Time Taken: 0.00094 seconds
Memory Before: 1,624.500 KB
Memory After: 1,940.180 KB
Memory Used: 315.680 KB
SELECT text, languageid, special FROM phrase AS phrase LEFT JOIN phrasetype USING (fieldname) WHERE phrase.fieldname = 'error' AND varname = 'nopermission_loggedout' AND languageid IN (-1, 0, 1)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | phrase | range | name_lang_type,languageid | name_lang_type | 1086 | 3 | Using index condition | |
1 | SIMPLE | phrasetype | eq_ref | PRIMARY | PRIMARY | 80 | vbsupport_vborg.phrase.fieldname | 1 | Using where |
Time Before: 0.01621 seconds
Time After: 0.01627 seconds
Time Taken: 0.00006 seconds
Memory Before: 1,890.563 KB
Memory After: 1,906.680 KB
Memory Used: 16.117 KB
UPDATE session SET location = '/profile.php?do=editoptions&explain=1', inforum = 0, inthread = 0, badlocation = 1 WHERE sessionhash = '5222d102e5c21387d46b4645949a0e82'
Time Before: 0.01760 seconds
Time After: 0.01771 seconds
Time Taken: 0.00012 seconds
Memory Before: 2,019.617 KB
Memory After: 2,019.539 KB
Memory Used: -0.078 KB