Time Before: 0.00323 seconds
Time After: 0.00411 seconds
Time Taken: 0.00088 seconds
Memory Before: 1,846.281 KB
Memory After: 1,873.000 KB
Memory Used: 26.719 KB
Time Before: 0.00422 seconds
Time After: 0.00474 seconds
Time Taken: 0.00052 seconds
Memory Before: 1,872.961 KB
Memory After: 1,873.938 KB
Memory Used: 0.977 KB
SET @@sql_mode = ''
Time Before: 0.00502 seconds
Time After: 0.00514 seconds
Time Taken: 0.00012 seconds
Memory Before: 1,874.578 KB
Memory After: 1,875.102 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.00600 seconds
Time After: 0.00839 seconds
Time Taken: 0.00240 seconds
Memory Before: 1,878.148 KB
Memory After: 1,879.031 KB
Memory Used: 0.883 KB
Time Before: 0.00519 seconds
Time After: 0.01181 seconds
Time Taken: 0.00661 seconds
Memory Before: 1,874.383 KB
Memory After: 2,957.344 KB
Memory Used: 1,082.961 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.01533 seconds
Time After: 0.01583 seconds
Time Taken: 0.00051 seconds
Memory Before: 3,502.508 KB
Memory After: 3,503.125 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.01731 seconds
Time After: 0.01942 seconds
Time Taken: 0.00210 seconds
Memory Before: 3,514.844 KB
Memory After: 3,514.719 KB
Memory Used: -0.125 KB
Time Before: 0.01452 seconds
Time After: 0.01962 seconds
Time Taken: 0.00510 seconds
Memory Before: 3,494.797 KB
Memory After: 3,604.813 KB
Memory Used: 110.016 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.02666 seconds
Time After: 0.02692 seconds
Time Taken: 0.00026 seconds
Memory Before: 4,164.875 KB
Memory After: 4,165.391 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.04695 seconds
Time After: 0.04914 seconds
Time Taken: 0.00219 seconds
Memory Before: 5,440.297 KB
Memory After: 5,440.891 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.06389 seconds
Time After: 0.06415 seconds
Time Taken: 0.00026 seconds
Memory Before: 6,700.281 KB
Memory After: 6,700.820 KB
Memory Used: 0.539 KB
UPDATE cache SET locktime = 1764362898 WHERE cacheid = 'cms_priv_user_0'
Time Before: 0.06428 seconds
Time After: 0.06455 seconds
Time Taken: 0.00027 seconds
Memory Before: 6,705.773 KB
Memory After: 6,706.102 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.06502 seconds
Time After: 0.06525 seconds
Time Taken: 0.00024 seconds
Memory Before: 6,702.164 KB
Memory After: 6,702.703 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.06574 seconds
Time After: 0.06607 seconds
Time Taken: 0.00033 seconds
Memory Before: 6,702.984 KB
Memory After: 6,703.344 KB
Memory Used: 0.359 KB
REPLACE INTO cache
SET cacheid = 'cms_priv_user_0',
expires = 1764363198,
created = 1764362898,
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.06627 seconds
Time After: 0.06655 seconds
Time Taken: 0.00028 seconds
Memory Before: 6,716.164 KB
Memory After: 6,716.078 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 = 75515) LEFT JOIN blog_usercsscache AS blog_usercsscache ON (user.userid = blog_usercsscache.userid) WHERE user.userid = 75515 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.07659 seconds
Time After: 0.07784 seconds
Time Taken: 0.00125 seconds
Memory Before: 7,493.508 KB
Memory After: 7,492.906 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.07905 seconds
Time After: 0.07934 seconds
Time Taken: 0.00030 seconds
Memory Before: 7,560.789 KB
Memory After: 7,561.250 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.08310 seconds
Time After: 0.08366 seconds
Time Taken: 0.00056 seconds
Memory Before: 7,710.922 KB
Memory After: 7,711.352 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.08608 seconds
Time After: 0.08892 seconds
Time Taken: 0.00284 seconds
Memory Before: 8,006.727 KB
Memory After: 8,009.008 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.10435 seconds
Time After: 0.10477 seconds
Time Taken: 0.00042 seconds
Memory Before: 8,593.664 KB
Memory After: 8,593.922 KB
Memory Used: 0.258 KB
UPDATE session SET lastactivity = 1764362898, location = 'http://racingweb.org/blog/blog.php?u=75515', badlocation = 3 WHERE sessionhash = 'b07c1473b68536787aa8ca6d07e6f4bd'
Time Before: 0.10501 seconds
Time After: 0.10531 seconds
Time Taken: 0.00030 seconds
Memory Before: 8,598.500 KB
Memory After: 8,598.711 KB
Memory Used: 0.211 KB