Steve Ossmand

Steve Ossmand
Profile is private.
phpFox Developers Debug
Debug Details
Version:
2.0.5
Product Code Name:
Arctic

Total Time:
0.1328280
PHP General Time:
0.1295711
GZIP:
enabled

Driver Version:
MySQL 5.0.91-community
SQL Time:
0.0032569
SQL Queries:
17
SQL Memory Usage:
18.79 kb
SQL Slave Enabled:
No
SQL Total Slaves:
N/A
SQL Slave Server:
N/A

Total Memory Usage:
4.56 Mb
Total Memory Usage (Including Debug):
4.72 Mb
Memory Limit:
32 Mb (64M)

Load Balancing Enabled:
No
Requests From:
67.228.136.224


Server Time Stamp:
September 6, 2010, 4:29 pm
PHP Version:
5.2.12
PHP Sapi:
cgi
PHP safe_mode:
false
PHP open_basedir:
false
Operating System:
Linux

Cache:
file
SQL Queries
0.0002961 | Memory Before: 1.76 Mb | Memory After: 1.76 Mb | Memory Used: 1.12 kb | Rows: 1 | Slave: No
SELECT s.session_hash, s.id_hash, s.captcha_hash, s.user_id
FROM phpfox_log_session AS s
WHERE s.session_hash = 'ece03a6fd1e2522387cbd228d3bbd6ad' AND s.id_hash = 'd0b63444099757fedc3d79aa837e804c'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEsrefsession_hash,log_sessionsession_hash32const1Using where
0.0001490 | Memory Before: 1.76 Mb | Memory After: 1.76 Mb | Memory Used: 1.07 kb | Rows: - | Slave: No
INSERT INTO phpfox_log_view (user_id, ip_address, protocal, cache_data, time_stamp) VALUES ('0', '38.107.191.81', 'GET', 'a:4:{s:8:\"location\";s:8:\"/steveo/\";s:8:\"referrer\";N;s:10:\"user_agent\";s:48:\"CCBot/1.0 (+http://www.commoncrawl.org/bot.html)\";s:7:\"request\";s:30:\"a:1:{s:2:\"do\";s:8:\"/steveo/\";}\";}', '1283790543')
0.0001740 | Memory Before: 1.76 Mb | Memory After: 1.76 Mb | Memory Used: 1.07 kb | Rows: - | Slave: No
UPDATE phpfox_log_session SET last_activity = '1283790543', user_id = '0', location = '/steveo/', is_forum = '0', forum_id = '0', im_hide = '0', ip_address = '38.107.191.81', user_agent = 'CCBot/1.0 (+http://www.commoncrawl.org/bot.html)' WHERE session_hash = 'ece03a6fd1e2522387cbd228d3bbd6ad'
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_log_sessionrefsession_hash,log_sessionsession_hash32const1Using where
0.0002348 | Memory Before: 2.33 Mb | Memory After: 2.33 Mb | Memory Used: 1.12 kb | Rows: 1 | Slave: No
SELECT s.style_id, s.parent_id AS style_parent_id, s.folder AS style_folder_name, t.folder AS theme_folder_name, t.parent_id AS theme_parent_id
FROM phpfox_theme_style AS s
     JOIN phpfox_theme AS t
            ON(t.theme_id = s.theme_id)

WHERE s.is_default = 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEsrefis_defaultis_default1const1 
1SIMPLEteq_refPRIMARY,theme_idPRIMARY2deathdlr_fox.s.theme_id1 
0.0001051 | Memory Before: 2.33 Mb | Memory After: 2.34 Mb | Memory Used: 1.12 kb | Rows: 1 | Slave: No
SELECT folder AS parent_style_folder
FROM phpfox_theme_style
WHERE style_id = 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_stylerefstyle_idstyle_id2const1 
0.0000930 | Memory Before: 2.34 Mb | Memory After: 2.34 Mb | Memory Used: 1.12 kb | Rows: 1 | Slave: No
SELECT folder AS parent_theme_folder
FROM phpfox_theme
WHERE theme_id = 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_themeconstPRIMARY,theme_idPRIMARY2const1 
0.0010121 | Memory Before: 2.76 Mb | Memory After: 2.76 Mb | Memory Used: 1.12 kb | Rows: 1 | Slave: Yes
SELECT ur.rate_id AS has_rated, u.*, user_space.*, user_field.*, user_activity.*, ls.user_id AS is_online, ts.style_id AS designer_style_id, ts.folder AS designer_style_folder, t.folder AS designer_theme_folder, t.parent_id AS theme_parent_id, ug.prefix, ug.suffix, ug.icon_ext, ug.title
FROM phpfox_user AS u
     LEFT JOIN phpfox_user_rating AS ur
            ON(ur.item_id = u.user_id AND ur.user_id = 0)
     JOIN phpfox_user_group AS ug
            ON(ug.user_group_id = u.user_group_id)
     JOIN phpfox_user_space AS user_space
            ON(user_space.user_id = u.user_id)
     JOIN phpfox_user_field AS user_field
            ON(user_field.user_id = u.user_id)
     JOIN phpfox_user_activity AS user_activity
            ON(user_activity.user_id = u.user_id)
     LEFT JOIN phpfox_theme_style AS ts
            ON(ts.style_id = user_field.designer_style_id)
     LEFT JOIN phpfox_theme AS t
            ON(t.theme_id = ts.theme_id)
     LEFT JOIN phpfox_log_session AS ls
            ON(ls.user_id = u.user_id AND ls.im_hide = 0)

WHERE u.user_name = 'steveo'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEurefPRIMARY,user_name,user_group_iduser_name103const2Using where
1SIMPLEurALLitem_id,item_id_2MISSING KEY   1 
1SIMPLEuser_spaceeq_refuser_iduser_id4deathdlr_fox.u.user_id1 
1SIMPLEuser_fieldeq_refuser_iduser_id4deathdlr_fox.u.user_id1 
1SIMPLEtsrefstyle_idstyle_id2deathdlr_fox.user_field.designer_style_id1 
1SIMPLEugrefuser_group_iduser_group_id1deathdlr_fox.u.user_group_id2Using where
1SIMPLEteq_refPRIMARY,theme_idPRIMARY2deathdlr_fox.ts.theme_id1 
1SIMPLElsrefuser_id,user_id_2user_id5deathdlr_fox.user_space.user_id,const2Using index
1SIMPLEuser_activityeq_refuser_iduser_id4deathdlr_fox.user_space.user_id1Using where
0.0001080 | Memory Before: 2.92 Mb | Memory After: 2.92 Mb | Memory Used: 1.12 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_user_blocked
WHERE user_id = 17 AND block_user_id = 0
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLE   MISSING KEY    Impossible WHERE noticed after reading const tables
0.0001502 | Memory Before: 2.97 Mb | Memory After: 2.97 Mb | Memory Used: 1.12 kb | Rows: 4 | Slave: Yes
SELECT user_id, user_privacy, user_value
FROM phpfox_user_privacy
WHERE user_id = 17
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_user_privacyrefuser_id,user_id_2user_id_24const4 
0.0001271 | Memory Before: 3.39 Mb | Memory After: 3.39 Mb | Memory Used: 1.12 kb | Rows: 1 | Slave: Yes
SELECT count_view
FROM phpfox_ad
WHERE ad_id = 9
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_adconstPRIMARYPRIMARY4const1 
0.0001099 | Memory Before: 3.39 Mb | Memory After: 3.39 Mb | Memory Used: 1.07 kb | Rows: - | Slave: No
UPDATE phpfox_ad SET count_view = '71716' WHERE ad_id = 9
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_adconstPRIMARYPRIMARY4const1 
0.0000811 | Memory Before: 3.4 Mb | Memory After: 3.4 Mb | Memory Used: 1.12 kb | Rows: 1 | Slave: Yes
SELECT count_view
FROM phpfox_ad
WHERE ad_id = 20
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_adconstPRIMARYPRIMARY4const1 
0.0000882 | Memory Before: 3.4 Mb | Memory After: 3.41 Mb | Memory Used: 1.07 kb | Rows: - | Slave: No
UPDATE phpfox_ad SET count_view = '17524' WHERE ad_id = 20
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_adconstPRIMARYPRIMARY4const1 
0.0001390 | Memory Before: 3.94 Mb | Memory After: 3.94 Mb | Memory Used: 1.13 kb | Rows: 1 | Slave: Yes
SELECT count_view
FROM phpfox_ad
WHERE ad_id = 10
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_adconstPRIMARYPRIMARY4const1 
0.0000932 | Memory Before: 3.94 Mb | Memory After: 3.94 Mb | Memory Used: 1.07 kb | Rows: - | Slave: No
UPDATE phpfox_ad SET count_view = '113202' WHERE ad_id = 10
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_adconstPRIMARYPRIMARY4const1 
0.0001750 | Memory Before: 4.55 Mb | Memory After: 4.55 Mb | Memory Used: 1.12 kb | Rows: 1 | Slave: Yes
SELECT count_view
FROM phpfox_ad
WHERE ad_id = 11
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_adconstPRIMARYPRIMARY4const1 
0.0001211 | Memory Before: 4.55 Mb | Memory After: 4.55 Mb | Memory Used: 1.07 kb | Rows: - | Slave: No
UPDATE phpfox_ad SET count_view = '112962' WHERE ad_id = 11
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_adconstPRIMARYPRIMARY4const1 
Session
Array
(
    [session] => ece03a6fd1e2522387cbd228d3bbd6ad
    [theme] => a:7:{s:8:"style_id";s:1:"3";s:15:"style_parent_id";s:1:"1";s:17:"style_folder_name";s:7:"default";s:17:"theme_folder_name";s:6:"sinner";s:15:"theme_parent_id";s:1:"1";s:19:"parent_style_folder";s:7:"default";s:19:"parent_theme_folder";s:7:"default";}
    [redirect] => /steveo/
)
Cookie
Array
(
    [phpfox1visit] => 1283789999
)