Version:
2.1.0
Product Code Name:
Arctic
Total Time:
0.4848280
PHP General Time:
0.458654
GZIP:
enabled
Driver Version:
MySQL 5.1.68-cll
SQL Time:
0.0261740
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:
9.1 Mb
Total Memory Usage (Including Debug):
9.34 Mb
Memory Limit:
32 Mb (64M)
Load Balancing Enabled:
No
Requests From:
174.127.109.132
Server Time Stamp:
May 23, 2013, 7:39 am
PHP Version:
5.3.23
PHP Sapi:
cgi-fcgi
PHP safe_mode:
false
PHP open_basedir:
false
Operating System:
Linux
Cache:
file
0.0005159
| 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 ('c5d3c54759660cc4d2bfe9f6a7fbad93', '2de46299784e403d4ac71e9193f963b1', '0', '1369294783', '/group/category/food-drink-wine/', '0', '0', '0', '107.22.127.92', 'CCBot/2.0')
0.0001721
| 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.0227480
| Memory Before: 6.07 Mb
| Memory After: 6.07 Mb
| Memory Used: 1.55 kb
| Rows: 1
| Slave: Yes
SELECT COUNT(DISTINCT m.group_id)
FROM phpfox2_group
AS m
INNER JOIN phpfox2_group_category_data
AS mcd
ON(mcd.group_id = m.group_id)
WHERE m.is_public = 0 AND m.view_id IN(0,1) AND mcd.category_id IN(20)
/* OO Query */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | mcd | ref | category_id,group_id | category_id | 4 | const | 1 | |
| 1 | SIMPLE | m | eq_ref | PRIMARY,view_id,view_id_3,group_id,is_public_2,is_public | PRIMARY | 4 | truckel0_phpfox.mcd.group_id | 1 | Using where |
0.0014992
| Memory Before: 6.31 Mb
| Memory After: 6.31 Mb
| Memory Used: 1.55 kb
| Rows: 1
| Slave: Yes
SELECT ei.member_id, m.*, u.user_id, u.server_id, u.user_name, u.full_name, u.gender, u.user_image, u.is_invisible
FROM phpfox2_group
AS m
INNER JOIN phpfox2_group_category_data
AS mcd
ON(mcd.group_id = m.group_id)
LEFT JOIN phpfox2_group_invite
AS ei
ON(ei.group_id = m.group_id AND ei.invited_user_id = 0)
JOIN phpfox2_user
AS u
ON(u.user_id = m.user_id)
WHERE m.is_public = 0 AND m.view_id IN(0,1) AND mcd.category_id IN(20)
GROUP BY m.group_id
ORDER BY m.is_featured
DESC , m.time_stamp
DESC
LIMIT 12
/* OO Query */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | mcd | ref | category_id,group_id | category_id | 4 | const | 1 | Using temporary; Using filesort |
| 1 | SIMPLE | m | eq_ref | PRIMARY,view_id,view_id_3,group_id,is_public_2,is_public,user_id | PRIMARY | 4 | truckel0_phpfox.mcd.group_id | 1 | Using where |
| 1 | SIMPLE | ei | ref | group_id,invited_user_id,group_id_2,group_id_3,group_id_4,group_id_5 | invited_user_id | 4 | const | 1 | |
| 1 | SIMPLE | u | eq_ref | PRIMARY | PRIMARY | 4 | truckel0_phpfox.m.user_id | 1 | |
0.0000930
| Memory Before: 6.32 Mb
| Memory After: 6.32 Mb
| Memory Used: 1.55 kb
| Rows: 1
| Slave: Yes
SELECT pc.parent_id, pc.category_id, pc.name, pc.name_url
FROM phpfox2_group_category_data
AS pcd
JOIN phpfox2_group_category
AS pc
ON(pc.category_id = pcd.category_id)
WHERE pcd.group_id = 3
ORDER BY pc.parent_id ASC, pc.ordering ASC
/* OO Query */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | pcd | ref | category_id,group_id | group_id | 4 | const | 1 | Using temporary; Using filesort |
| 1 | SIMPLE | pc | eq_ref | PRIMARY | PRIMARY | 3 | truckel0_phpfox.pcd.category_id | 1 | Using where |
0.0009389
| Memory Before: 8.58 Mb
| Memory After: 8.58 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 |
0.0002069
| Memory Before: 8.54 Mb
| Memory After: 8.54 Mb
| Memory Used: 1.55 kb
| Rows: 9
| Slave: No
SELECT *
FROM phpfox2_group
WHERE view_id IN(0,1)
ORDER BY total_member
DESC
LIMIT 10
/* OO Query */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox2_group | ALL | view_id,view_id_3 | MISSING KEY | | | 9 | Using where; Using filesort |
Array
(
[session] => c5d3c54759660cc4d2bfe9f6a7fbad93
[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] => /group/category/food-drink-wine/
)