Polls

Rainedrop61
Would you date/marry a BBW?
Poll created on April 11, 2011 by .
coffee
Who brews the best tasting coffee?
Poll created on February 15, 2011 by .
coffee
How much do you love trucking?
Poll created on February 15, 2011 by .
Runamuk
Has The Economy Affected Your Job??
Poll created on October 21, 2010 by .
Runamuk
Are You familiar With The New CSV2010 Program??
Poll created on October 21, 2010 by .
Runamuk
Are You Planning to Vote In The November 2 Election??
Poll created on October 21, 2010 by .
NightWind
What Features Would You Like To See Added
Poll created on April 16, 2010 by .
Displaying 1 to 10 of 171
phpFox Developers Debug
Debug Details
Version:
2.1.0
Product Code Name:
Arctic

Total Time:
0.1275911
PHP General Time:
0.123831
GZIP:
enabled

Driver Version:
MySQL 5.1.68-cll
SQL Time:
0.0037601
SQL Queries:
7
SQL Memory Usage:
10.8 kb
SQL Slave Enabled:
No
SQL Total Slaves:
N/A
SQL Slave Server:
N/A

Total Memory Usage:
8.45 Mb
Total Memory Usage (Including Debug):
8.68 Mb
Memory Limit:
32 Mb (64M)

Load Balancing Enabled:
No
Requests From:
174.127.109.132


Server Time Stamp:
May 21, 2013, 7:08 am
PHP Version:
5.3.23
PHP Sapi:
cgi-fcgi
PHP safe_mode:
false
PHP open_basedir:
false
Operating System:
Linux

Cache:
file
SQL Queries
0.0004439 | Memory Before: 3.41 Mb | Memory After: 3.41 Mb | Memory Used: 1.47 kb | Rows: - | Slave: No
INSERT INTO phpfox2_log_session (session_hash, id_hash, user_id, last_activity, location, is_forum, forum_id, im_hide, ip_address, user_agent) VALUES ('bff8758582bbe2c862a1ce4c5d9c75a0', 'ee619442152d532dadc424659240b594', '0', '1369120101', '/poll/', '0', '0', '0', '50.16.17.90', 'CCBot/2.0')
0.0001800 | Memory Before: 4.35 Mb | Memory After: 4.35 Mb | Memory Used: 1.55 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 phpfox2_theme_style AS s
     JOIN phpfox2_theme AS t
            ON(t.theme_id = s.theme_id)

WHERE s.is_default = 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEssystemis_defaultMISSING KEY   1 
1SIMPLEtsystemPRIMARY,theme_idMISSING KEY   1 
0.0009201 | Memory Before: 4.97 Mb | Memory After: 4.97 Mb | Memory Used: 1.55 kb | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox2_poll AS p
     JOIN phpfox2_user AS u
            ON(u.user_id = p.user_id)

WHERE p.module_id IS NULL AND p.view_id = 0 AND p.privacy = 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEpALLuser_id,module_id,module_id_2MISSING KEY   171Using where
1SIMPLEueq_refPRIMARYPRIMARY4truckel0_phpfox.p.user_id1Using index
0.0014820 | Memory Before: 5.21 Mb | Memory After: 5.21 Mb | Memory Used: 1.55 kb | Rows: 10 | Slave: Yes
SELECT p.*, pd.background, pd.percentage, pd.border, pr.user_id as voted, u.user_id, u.server_id, u.user_name, u.full_name, u.gender, u.user_image, u.is_invisible
FROM phpfox2_poll AS p
     JOIN phpfox2_user AS u
            ON(u.user_id = p.user_id)
     LEFT JOIN phpfox2_poll_design AS pd
            ON(pd.poll_id = p.poll_id)
     LEFT JOIN phpfox2_poll_result AS pr
            ON(pr.poll_id = p.poll_id AND pr.user_id = 0)

WHERE p.module_id IS NULL AND p.view_id = 0 AND p.privacy = 1
ORDER BY p.time_stamp DESC
LIMIT 10
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEpdsystemPRIMARYMISSING KEY    const row not found
1SIMPLEprangeuser_id,module_id,module_id_2module_id80 170Using where; Using filesort
1SIMPLEprrefpoll_id,user_voteduser_voted8truckel0_phpfox.p.poll_id,const38Using index
1SIMPLEueq_refPRIMARYPRIMARY4truckel0_phpfox.p.user_id1 
0.0000980 | Memory Before: 5.26 Mb | Memory After: 5.27 Mb | Memory Used: 1.55 kb | Rows: 39 | Slave: Yes
SELECT pa.*, pr.user_id as voted
FROM phpfox2_poll_answer AS pa
     LEFT JOIN phpfox2_poll_result AS pr
            ON(pr.answer_id = pa.answer_id AND pr.user_id = 0)

WHERE pa.poll_id IN(171,170,169,168,167,166,165,164,163,162)
ORDER BY pa.ordering ASC
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEpaALLpoll_idMISSING KEY   630Using where; Using filesort
1SIMPLEprrefanswer_idanswer_id8truckel0_phpfox.pa.answer_id,const12Using index
0.0000880 | Memory Before: 5.34 Mb | Memory After: 5.34 Mb | Memory Used: 1.55 kb | Rows: 0 | Slave: Yes
SELECT pr.answer_id
FROM phpfox2_poll_result AS pr
WHERE pr.user_id = 0
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEprindex answer_id8 5464Using where; Using index
0.0005481 | Memory Before: 7.88 Mb | Memory After: 7.88 Mb | Memory Used: 1.55 kb | Rows: 2 | Slave: Yes
SELECT DISTINCT u.user_id, u.server_id, u.user_name, u.full_name, u.gender, u.user_image, u.is_invisible
FROM phpfox2_poll_track AS track
     JOIN phpfox2_user AS u
            ON(u.user_id = track.user_id)

WHERE track.user_id != 0
ORDER BY track.time_stamp DESC
LIMIT 6
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEtrackALLuser_idMISSING KEY   2Using where; Using temporary; Using filesort
1SIMPLEueq_refPRIMARYPRIMARY4truckel0_phpfox.track.user_id1 
Session
Array
(
    [session] => bff8758582bbe2c862a1ce4c5d9c75a0
    [theme] => a:5:{s:8:"style_id";s:1:"1";s:15:"style_parent_id";s:1:"0";s:17:"style_folder_name";s:7:"default";s:17:"theme_folder_name";s:7:"default";s:15:"theme_parent_id";s:1:"0";}
    [redirect] => /poll/
)
Cookie
Array
(
)