Version:
2.1.0
Product Code Name:
Arctic
Total Time:
0.2368240
PHP General Time:
0.1684752
GZIP:
enabled
Driver Version:
MySQL 5.1.68-cll
SQL Time:
0.0683488
SQL Queries:
6
SQL Memory Usage:
9.24 kb
SQL Slave Enabled:
No
SQL Total Slaves:
N/A
SQL Slave Server:
N/A
Total Memory Usage:
9.06 Mb
Total Memory Usage (Including Debug):
9.3 Mb
Memory Limit:
32 Mb (64M)
Load Balancing Enabled:
No
Requests From:
174.127.109.132
Server Time Stamp:
May 22, 2013, 7:01 am
PHP Version:
5.3.23
PHP Sapi:
cgi-fcgi
PHP safe_mode:
false
PHP open_basedir:
false
Operating System:
Linux
Cache:
file
0.0012240
| Memory Before: 3.41 Mb
| Memory After: 3.42 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 ('54f4668fd4a035f2e3e4f3dc2554d180', '1aaf2349a3ed40ef0f86f3e65294a991', '0', '1369206089', '/user/browse/location_US/state_6/city-name_madera/', '0', '0', '0', '107.22.156.205', 'CCBot/2.0')
0.0001628
| 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.0227530
| Memory Before: 6.54 Mb
| Memory After: 6.54 Mb
| Memory Used: 1.55 kb
| Rows: 1
| Slave: Yes
SELECT COUNT(*)
FROM phpfox2_user
AS u
JOIN phpfox2_user_field
AS ufield
ON(ufield.user_id = u.user_id)
WHERE u.country_iso = 'US' AND ufield.country_child_id = '6' AND ufield.city_location = 'madera' AND u.status_id = 0 AND u.view_id = 0
/* OO Query */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | u | ref | PRIMARY,user_status,status_id | status_id | 2 | const,const | 1201 | Using where |
| 1 | SIMPLE | ufield | eq_ref | user_id | user_id | 4 | truckel0_phpfox.u.user_id | 1 | Using where |
0.0427680
| Memory Before: 6.6 Mb
| Memory After: 6.6 Mb
| Memory Used: 1.55 kb
| Rows: 1
| Slave: Yes
SELECT uf.user_id as is_featured, uf.ordering as featured_order, u.status_id as unverified, u.*, ufield.*
FROM phpfox2_user
AS u
LEFT JOIN phpfox2_user_featured
AS uf
ON(uf.user_id = u.user_id)
JOIN phpfox2_user_field
AS ufield
ON(ufield.user_id = u.user_id)
WHERE u.country_iso = 'US' AND ufield.country_child_id = '6' AND ufield.city_location = 'madera' AND u.status_id = 0 AND u.view_id = 0
GROUP BY u.user_id
ORDER BY u.full_name ASC
LIMIT 21
/* OO Query */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | u | ref | PRIMARY,user_status,status_id | status_id | 2 | const,const | 1201 | Using where; Using temporary; Using filesort |
| 1 | SIMPLE | uf | eq_ref | PRIMARY | PRIMARY | 4 | truckel0_phpfox.u.user_id | 1 | |
| 1 | SIMPLE | ufield | eq_ref | user_id | user_id | 4 | truckel0_phpfox.u.user_id | 1 | Using where |
0.0003400
| Memory Before: 6.74 Mb
| Memory After: 6.74 Mb
| Memory Used: 1.55 kb
| Rows: 0
| Slave: Yes
SELECT *
FROM phpfox2_ban_data
WHERE user_id = 935 AND is_expired = 0
/* OO Query */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | | | | MISSING KEY | | | | Impossible WHERE noticed after reading const tables |
0.0011010
| Memory Before: 8.94 Mb
| Memory After: 8.94 Mb
| Memory Used: 1.55 kb
| Rows: 0
| 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 phpfox2_user
AS u
LEFT JOIN phpfox2_user_rating
AS ur
ON(ur.item_id = u.user_id AND ur.user_id = 0)
JOIN phpfox2_user_group
AS ug
ON(ug.user_group_id = u.user_group_id)
JOIN phpfox2_user_space
AS user_space
ON(user_space.user_id = u.user_id)
JOIN phpfox2_user_field
AS user_field
ON(user_field.user_id = u.user_id)
JOIN phpfox2_user_activity
AS user_activity
ON(user_activity.user_id = u.user_id)
LEFT JOIN phpfox2_theme_style
AS ts
ON(ts.style_id = user_field.designer_style_id)
LEFT JOIN phpfox2_theme
AS t
ON(t.theme_id = ts.theme_id)
LEFT JOIN phpfox2_log_session
AS ls
ON(ls.user_id = u.user_id AND ls.im_hide = 0)
WHERE u.user_id = 0
/* OO Query */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | | | | MISSING KEY | | | | Impossible WHERE noticed after reading const tables |
Array
(
[session] => 54f4668fd4a035f2e3e4f3dc2554d180
[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] => /user/browse/location_US/state_6/city-name_madera/
)