Time Before: 0.00263 seconds
Time After: 0.00331 seconds
Time Taken: 0.00068 seconds
Memory Before: 1,848.828 KB
Memory After: 1,875.547 KB
Memory Used: 26.719 KB
Time Before: 0.00340 seconds
Time After: 0.00390 seconds
Time Taken: 0.00050 seconds
Memory Before: 1,875.508 KB
Memory After: 1,876.484 KB
Memory Used: 0.977 KB
SET @@sql_mode = ''
Time Before: 0.00420 seconds
Time After: 0.00434 seconds
Time Taken: 0.00014 seconds
Memory Before: 1,877.125 KB
Memory After: 1,877.648 KB
Memory Used: 0.523 KB
SELECT *
FROM datastore
WHERE title IN ('smiliecache','bbcodecache','blogcategorycache','blogstats','blogfeatured_settings','blogfeatured_entries','blogtagcloud','navdata','options','bitfields','attachmentcache','forumcache','usergroupcache','stylecache','languagecache','products','pluginlist','cron','profilefield','loadcache','noticecache','activitystream','routes')| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | datastore | range | PRIMARY | PRIMARY | 52 | 23 | Using where |
Time Before: 0.00504 seconds
Time After: 0.00798 seconds
Time Taken: 0.00294 seconds
Memory Before: 1,880.695 KB
Memory After: 1,881.578 KB
Memory Used: 0.883 KB
Time Before: 0.00440 seconds
Time After: 0.01138 seconds
Time Taken: 0.00699 seconds
Memory Before: 1,876.930 KB
Memory After: 2,959.938 KB
Memory Used: 1,083.008 KB
SELECT * FROM session WHERE userid = 0 AND host = '192.168.0.1' AND idhash = 'ce294c5626a6c3c128594a952859491f' LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | session | ref | idhash,host,userid,guest_lookup,user_activity | idhash | 32 | const | 2 | Using where |
Time Before: 0.01356 seconds
Time After: 0.01391 seconds
Time Taken: 0.00035 seconds
Memory Before: 3,505.141 KB
Memory After: 3,505.758 KB
Memory Used: 0.617 KB
SELECT languageid, phrasegroup_global AS phrasegroup_global, phrasegroup_posting AS phrasegroup_posting, phrasegroup_vbblogglobal AS phrasegroup_vbblogglobal, phrasegroup_postbit AS phrasegroup_postbit, phrasegroup_vbblogcat AS phrasegroup_vbblogcat, phrasegroup_inlinemod AS phrasegroup_inlinemod, phrasegroupinfo AS lang_phrasegroupinfo, 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 = 3
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | language | system | PRIMARY | 1 |
Time Before: 0.01651 seconds
Time After: 0.01923 seconds
Time Taken: 0.00272 seconds
Memory Before: 3,517.383 KB
Memory After: 3,517.258 KB
Memory Used: -0.125 KB
Time Before: 0.01285 seconds
Time After: 0.01942 seconds
Time Taken: 0.00657 seconds
Memory Before: 3,497.430 KB
Memory After: 3,607.016 KB
Memory Used: 109.586 KB
SELECT MAX(permissions & 1) AS perm FROM cms_permissions WHERE nodeid = 1 AND usergroupid IN (1)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | cms_permissions | const | usergroupid,nodeid | usergroupid | 8 | const,const | 1 |
Time Before: 0.02616 seconds
Time After: 0.02628 seconds
Time Taken: 0.00012 seconds
Memory Before: 4,167.086 KB
Memory After: 4,167.602 KB
Memory Used: 0.516 KB
SELECT * FROM style WHERE (styleid = 5 AND userselect = 1) OR styleid = 5 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.04234 seconds
Time After: 0.04363 seconds
Time Taken: 0.00129 seconds
Memory Before: 5,442.461 KB
Memory After: 5,443.055 KB
Memory Used: 0.594 KB
SELECT data, expires, locktime, serialized FROM cache WHERE cacheid = 'cms_priv_user_0'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | cache | const | PRIMARY | PRIMARY | 66 | const | 1 |
Time Before: 0.05640 seconds
Time After: 0.05674 seconds
Time Taken: 0.00034 seconds
Memory Before: 6,702.547 KB
Memory After: 6,703.086 KB
Memory Used: 0.539 KB
UPDATE cache SET locktime = 1764338966 WHERE cacheid = 'cms_priv_user_0'
Time Before: 0.05687 seconds
Time After: 0.05720 seconds
Time Taken: 0.00033 seconds
Memory Before: 6,708.039 KB
Memory After: 6,708.367 KB
Memory Used: 0.328 KB
SELECT vbcmspermissions FROM administrator WHERE userid = 0
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | Impossible WHERE noticed after reading const tables |
Time Before: 0.05770 seconds
Time After: 0.05800 seconds
Time Taken: 0.00030 seconds
Memory Before: 6,704.430 KB
Memory After: 6,704.969 KB
Memory Used: 0.539 KB
SELECT nodeid, MAX(permissions & 1) AS canview, MAX(permissions & 2) AS cancreate , MAX(permissions & 4) AS canedit, MAX(permissions & 8) AS canpublish, MAX(permissions & 16) AS canusehtml, MAX(permissions & 32) AS candownload FROM cms_permissions p WHERE usergroupid IN (1) GROUP BY nodeid;
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | p | ref | usergroupid | usergroupid | 4 | const | 1 | Using where |
Time Before: 0.05861 seconds
Time After: 0.05894 seconds
Time Taken: 0.00033 seconds
Memory Before: 6,705.250 KB
Memory After: 6,705.609 KB
Memory Used: 0.359 KB
REPLACE INTO cache
SET cacheid = 'cms_priv_user_0',
expires = 1764339266,
created = 1764338966,
locktime = 0,
data = "a:10:{s:7:\"canview\";a:1:{i:0;s:1:\"1\";}s:9:\"cancreate\";a:1:{i:0;i:-1;}s:7:\"canedit\";a:1:{i:0;i:-1;}s:10:\"canpublish\";a:1:{i:0;i:-1;}s:10:\"canusehtml\";a:1:{i:0;i:-1;}s:5:\"admin\";i:0;s:11:\"candownload\";a:1:{i:0;s:1:\"1\";}s:7:\"alledit\";a:1:{i:0;i:-1;}s:8:\"viewonly\";a:1:{i:0;s:1:\"1\";}s:7:\"allview\";a:1:{i:0;s:1:\"1\";}}",
serialized = '1'Time Before: 0.05914 seconds
Time After: 0.05941 seconds
Time Taken: 0.00027 seconds
Memory Before: 6,718.430 KB
Memory After: 6,718.344 KB
Memory Used: -0.086 KB
SELECT userfield.*, usertextfield.*, user.*, UNIX_TIMESTAMP(passworddate) AS passworddate, user.languageid AS saved_languageid, IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid, avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline, customavatar.width AS avwidth, customavatar.height AS avheight, customavatar.height_thumb AS avheight_thumb, customavatar.width_thumb AS avwidth_thumb, customavatar.filedata_thumb, customprofilepic.userid AS profilepic, customprofilepic.dateline AS profilepicdateline, customprofilepic.width AS ppwidth, customprofilepic.height AS ppheight , bu.bloguserid, bu.entries, bu.options AS blog_options, bu.subscribeown AS blog_subscribeown, bu.memberids, bu.memberblogids, bu.subscribeothers AS blog_subscribeothers, bu.title AS blog_title, bu.description AS blog_description, bu.allowsmilie AS blog_allowsmilie, bu.draft AS blog_draft, bu.pending AS blog_pending, bu.options_member, bu.options_guest, bu.options_buddy, bu.options_ignore, bu.uncatentries, bu.moderation AS blog_moderation, bu.deleted AS blog_deleted, bu.akismet_key AS blog_akismet_key, isblogmoderator, bu.comments_moderation AS blog_comments_moderation, bu.lastblog, bu.lastblogid, bu.lastblogtitle, bu.categorycache, bu.tagcloud, bu.sidebar, bu.custompages, bu.customblocks, blockparsed.blocktext, 5 AS blogstyleid, blog_usercsscache.csscolors AS blog_csscolors, blog_usercsscache.cachedcss AS blog_cachedcss, IF(blog_usercsscache.cachedcss IS NULL, 0, 1) AS blog_hascachedcss, blog_usercsscache.buildpermissions AS blog_cssbuildpermissions, IF(blog_subscribeuser.blogsubscribeuserid, 1, 0) AS blogsubscribed FROM user AS user LEFT JOIN userfield AS userfield ON (user.userid = userfield.userid) LEFT JOIN usertextfield AS usertextfield ON (usertextfield.userid = user.userid) LEFT JOIN avatar AS avatar ON (avatar.avatarid = user.avatarid) LEFT JOIN customavatar AS customavatar ON (customavatar.userid = user.userid) LEFT JOIN customprofilepic AS customprofilepic ON (user.userid = customprofilepic.userid) LEFT JOIN blog_user AS bu ON (bu.bloguserid = user.userid) LEFT JOIN blog_custom_block_parsed AS blockparsed ON (blockparsed.userid = user.userid AND blockparsed.styleid = 5 AND blockparsed.languageid = 3) LEFT JOIN blog_subscribeuser AS blog_subscribeuser ON (user.userid = blog_subscribeuser.bloguserid AND blog_subscribeuser.userid = 90112) LEFT JOIN blog_usercsscache AS blog_usercsscache ON (user.userid = blog_usercsscache.userid) WHERE user.userid = 90112 LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | avatar | system | PRIMARY | 0 | const row not found | |||
| 1 | SIMPLE | customavatar | system | PRIMARY | 0 | const row not found | |||
| 1 | SIMPLE | customprofilepic | system | PRIMARY | 0 | const row not found | |||
| 1 | SIMPLE | bu | system | PRIMARY | 0 | const row not found | |||
| 1 | SIMPLE | blockparsed | system | PRIMARY | 0 | const row not found | |||
| 1 | SIMPLE | blog_subscribeuser | system | bloguserid,userid | 0 | const row not found | |||
| 1 | SIMPLE | blog_usercsscache | system | PRIMARY | 0 | const row not found | |||
| 1 | SIMPLE | user | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | userfield | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | usertextfield | const | PRIMARY | PRIMARY | 4 | const | 1 |
Time Before: 0.06917 seconds
Time After: 0.07038 seconds
Time Taken: 0.00121 seconds
Memory Before: 7,495.602 KB
Memory After: 7,495.000 KB
Memory Used: -0.602 KB
SELECT bm.userid, bm.permissions, bm.type, user.username FROM blog_moderator AS bm INNER JOIN user AS user USING (userid)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | Impossible WHERE noticed after reading const tables |
Time Before: 0.07162 seconds
Time After: 0.07197 seconds
Time Taken: 0.00035 seconds
Memory Before: 7,562.961 KB
Memory After: 7,563.422 KB
Memory Used: 0.461 KB
SELECT text, languageid, special FROM phrase AS phrase LEFT JOIN phrasetype USING (fieldname) WHERE phrase.fieldname = 'error' AND varname = 'blog_noblog' AND languageid IN (-1, 0, 3)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | phrase | range | name_lang_type,languageid | name_lang_type | 276 | 3 | Using where | |
| 1 | SIMPLE | phrasetype | const | PRIMARY | PRIMARY | 22 | const | 1 |
Time Before: 0.07574 seconds
Time After: 0.07630 seconds
Time Taken: 0.00056 seconds
Memory Before: 7,713.031 KB
Memory After: 7,713.461 KB
Memory Used: 0.430 KB
SELECT title, template FROM template WHERE templateid IN (61318,61353,61421,61370,61316,57221,61314,61832,55009,61383,61404,61356,61357,61358,61365,61398,61399,61405,61401,61402,61403,61400,61406,61407,61408,61410,61411,61412,61413,61409,61418,61415,57179,62054,62056,61373,61364,61372,55071,57273,57295,62316,0,0,6082,38961,42855,57213,38966,57292,5992,38968,38969,57230,62031,62305,45486,61981,53288,61979,61980,62335,0,0,62315,62276,62001,62002,62004,62005,62228,62347,62329,62279,62280,61828,61827,61831,47496,61820,61816,61822,61823,61818,61819,61821,61760,61762,61764,61766,55011,61994,61989,61992,61993,62073,62074,61995,61990,61987,61988,62286,61391,0,0,0,0,61659)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | template | range | PRIMARY | PRIMARY | 4 | 101 | Using where |
Time Before: 0.07860 seconds
Time After: 0.08126 seconds
Time Taken: 0.00266 seconds
Memory Before: 8,008.836 KB
Memory After: 8,011.117 KB
Memory Used: 2.281 KB
REPLACE INTO cacheevent
(cacheid, event)
VALUES ('cms_priv_user_0', 'cms_permissions_change'),
('cms_priv_user_0', 'permissions_0')Time Before: 0.09667 seconds
Time After: 0.09695 seconds
Time Taken: 0.00028 seconds
Memory Before: 8,593.227 KB
Memory After: 8,593.461 KB
Memory Used: 0.234 KB
UPDATE session SET location = 'http://racingweb.org/blog/blog.php?u=90112', badlocation = 3 WHERE sessionhash = 'b07c1473b68536787aa8ca6d07e6f4bd'
Time Before: 0.09716 seconds
Time After: 0.09747 seconds
Time Taken: 0.00031 seconds
Memory Before: 8,597.781 KB
Memory After: 8,598.031 KB
Memory Used: 0.250 KB