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
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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | s | system | is_default | MISSING KEY | | | 1 | |
| 1 | SIMPLE | t | system | PRIMARY,theme_id | MISSING 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | p | ALL | user_id,module_id,module_id_2 | MISSING KEY | | | 171 | Using where |
| 1 | SIMPLE | u | eq_ref | PRIMARY | PRIMARY | 4 | truckel0_phpfox.p.user_id | 1 | Using 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | pd | system | PRIMARY | MISSING KEY | | | | const row not found |
| 1 | SIMPLE | p | range | user_id,module_id,module_id_2 | module_id | 80 | | 170 | Using where; Using filesort |
| 1 | SIMPLE | pr | ref | poll_id,user_voted | user_voted | 8 | truckel0_phpfox.p.poll_id,const | 38 | Using index |
| 1 | SIMPLE | u | eq_ref | PRIMARY | PRIMARY | 4 | truckel0_phpfox.p.user_id | 1 | |
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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | pa | ALL | poll_id | MISSING KEY | | | 630 | Using where; Using filesort |
| 1 | SIMPLE | pr | ref | answer_id | answer_id | 8 | truckel0_phpfox.pa.answer_id,const | 12 | Using 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | pr | index | | answer_id | 8 | | 5464 | Using 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | track | ALL | user_id | MISSING KEY | | | 2 | Using where; Using temporary; Using filesort |
| 1 | SIMPLE | u | eq_ref | PRIMARY | PRIMARY | 4 | truckel0_phpfox.track.user_id | 1 | |
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/
)