Version:
2.0.4
Product Code Name:
Arctic
Total Time:
0.6343000
PHP General Time:
0.6280089
GZIP:
enabled
Driver Version:
MySQL 5.0.22
SQL Time:
0.0062911
SQL Queries:
13
SQL Memory Usage:
6.82 kb
SQL Slave Enabled:
No
SQL Total Slaves:
N/A
SQL Slave Server:
N/A
Total Memory Usage:
6.98 Mb
Total Memory Usage (Including Debug):
7.12 Mb
Memory Limit:
32 Mb (64M)
Load Balancing Enabled:
No
Requests From:
79.99.42.26
Server Time Stamp:
May 22, 2012, 3:57 pm
PHP Version:
5.1.6
PHP Sapi:
apache2handler
PHP safe_mode:
false
PHP open_basedir:
true
Operating System:
Linux
0.0004411
| Memory Before: 1.59 Mb
| Memory After: 1.59 Mb
| Memory Used: 368 b
| 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 = 'f3d5a875be8fdbc3758a1d3b831bc010' AND s.id_hash = 'af7937af3e4465b9039e98887dc0bc04'
/* OO Query */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | s | ref | session_hash,log_session | log_session | 192 | const,const | 1 | Using where |
0.0004401
| Memory Before: 1.6 Mb
| Memory After: 1.6 Mb
| Memory Used: 808 b
| Rows: -
| Slave: No
UPDATE phpfox_log_session
SET last_activity = '1337702265', user_id = '0', location = '/group/gfdsgfds/member/', is_forum = '0', forum_id = '0', im_hide = '0', ip_address = '38.107.179.218', user_agent = 'CCBot/1.0 (+http://www.commoncrawl.org/bot.html)'
WHERE session_hash = 'f3d5a875be8fdbc3758a1d3b831bc010'
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_log_session | ref | session_hash,log_session | log_session | 96 | const | 1 | Using where |
0.0003331
| Memory Before: 1.75 Mb
| Memory After: 1.76 Mb
| Memory Used: 264 b
| Rows: 3
| Slave: No
SELECT loc_id,loc_name,isbanned
FROM sc_locswitch
/* OO Query */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | sc_locswitch | ALL | | MISSING KEY | | | 3 | |
0.0003061
| Memory Before: 1.76 Mb
| Memory After: 1.76 Mb
| Memory Used: 728 b
| Rows: 1
| Slave: No
SELECT count(*)
FROM phpfox_country
WHERE isbanned =1 and country_iso = ''
/* 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.0002680
| Memory Before: 1.76 Mb
| Memory After: 1.76 Mb
| Memory Used: 328 b
| Rows: 1
| Slave: No
SELECT count(*)
FROM sc_city_ban
WHERE isbanned =1 and city = 'Unknown'
/* 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.0002708
| Memory Before: 1.76 Mb
| Memory After: 1.76 Mb
| Memory Used: 344 b
| Rows: 1
| Slave: No
SELECT count(*)
FROM sc_zip_ban
WHERE isbanned =1 and zip = 'Unknown'
/* 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.0004339
| Memory Before: 2.18 Mb
| Memory After: 2.18 Mb
| Memory Used: 912 b
| 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 */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | s | ref | is_default | is_default | 1 | const | 1 | |
| 1 | SIMPLE | t | eq_ref | PRIMARY,theme_id | PRIMARY | 2 | phpfoxdev.s.theme_id | 1 | |
0.0007451
| Memory Before: 2.66 Mb
| Memory After: 2.66 Mb
| Memory Used: 424 b
| Rows: 1
| Slave: No
SELECT e.*, et.description_parsed
AS description, u.user_id, u.server_id, u.user_name, u.full_name, u.gender, u.user_image, u.is_invisible, ts.style_id
AS designer_style_id, ts.folder
AS designer_style_folder, t.folder
AS designer_theme_folder
FROM phpfox_group
AS e
JOIN phpfox_user
AS u
ON(u.user_id = e.user_id)
JOIN phpfox_group_text
AS et
ON(et.group_id = e.group_id)
LEFT JOIN phpfox_theme_style
AS ts
ON(ts.style_id = e.designer_style_id)
LEFT JOIN phpfox_theme
AS t
ON(t.theme_id = ts.theme_id)
WHERE e.title_url = 'gfdsgfds'
/* OO Query */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | e | ref | PRIMARY,group_id,view_id_2 | view_id_2 | 767 | const | 1 | Using where |
| 1 | SIMPLE | ts | ref | style_id | style_id | 2 | phpfoxdev.e.designer_style_id | 1 | |
| 1 | SIMPLE | t | eq_ref | PRIMARY,theme_id | PRIMARY | 2 | phpfoxdev.ts.theme_id | 1 | |
| 1 | SIMPLE | et | ref | group_id | group_id | 4 | phpfoxdev.e.group_id | 7 | |
| 1 | SIMPLE | u | eq_ref | PRIMARY | PRIMARY | 4 | phpfoxdev.e.user_id | 1 | |
0.0005109
| Memory Before: 2.76 Mb
| Memory After: 2.76 Mb
| Memory Used: 592 b
| Rows: 1
| Slave: Yes
SELECT pc.parent_id, pc.category_id, pc.name, pc.name_url
FROM phpfox_group_category_data
AS pcd
JOIN phpfox_group_category
AS pc
ON(pc.category_id = pcd.category_id)
WHERE pcd.group_id = 44
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 | phpfoxdev.pcd.category_id | 1 | Using where |
0.0003872
| Memory Before: 2.9 Mb
| Memory After: 2.9 Mb
| Memory Used: 1.13 kb
| Rows: 3
| Slave: No
SELECT var_name, access_value
FROM phpfox_group_access
WHERE group_id = 44
/* OO Query */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | phpfox_group_access | ref | group_id | group_id | 4 | const | 2 | |
0.0003190
| Memory Before: 3.89 Mb
| Memory After: 3.89 Mb
| Memory Used: 480 b
| Rows: 0
| Slave: Yes
SELECT cache_id, block_id, ordering, is_hidden
FROM phpfox_group_design_order
WHERE group_id = 44
ORDER BY ordering ASC
/* 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.0005338
| Memory Before: 4.8 Mb
| Memory After: 4.8 Mb
| Memory Used: 240 b
| Rows: 1
| Slave: Yes
SELECT COUNT(*)
FROM phpfox_user
AS u
JOIN phpfox_group_invite
AS gi
ON(gi.group_id = 44 AND gi.member_id = 1 AND gi.invited_user_id = u.user_id)
JOIN phpfox_user_field
AS ufield
ON(ufield.user_id = u.user_id)
/* OO Query */
| Id | Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
|---|
| 1 | SIMPLE | gi | ref | group_id,invited_user_id,group_id_2,group_id_3,group_id_4,group_id_5 | group_id | 4 | const | 1 | Using where |
| 1 | SIMPLE | ufield | eq_ref | user_id | user_id | 4 | phpfoxdev.gi.invited_user_id | 1 | Using index |
| 1 | SIMPLE | u | eq_ref | PRIMARY | PRIMARY | 4 | phpfoxdev.ufield.user_id | 1 | Using where; Using index |
0.0013020
| Memory Before: 4.83 Mb
| Memory After: 4.83 Mb
| Memory Used: 336 b
| Rows: 1
| Slave: Yes
SELECT uf.user_id as is_featured, uf.ordering as featured_order, u.status_id as unverified, u.*, ufield.*
FROM phpfox_user
AS u
JOIN phpfox_group_invite
AS gi
ON(gi.group_id = 44 AND gi.member_id = 1 AND gi.invited_user_id = u.user_id)
LEFT JOIN phpfox_user_featured
AS uf
ON(uf.user_id = u.user_id)
JOIN phpfox_user_field
AS ufield
ON(ufield.user_id = 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 | uf | system | PRIMARY | MISSING KEY | | | | const row not found |
| 1 | SIMPLE | gi | ref | group_id,invited_user_id,group_id_2,group_id_3,group_id_4,group_id_5 | group_id | 4 | const | 1 | Using where; Using temporary; Using filesort |
| 1 | SIMPLE | ufield | eq_ref | user_id | user_id | 4 | phpfoxdev.gi.invited_user_id | 1 | |
| 1 | SIMPLE | u | eq_ref | PRIMARY | PRIMARY | 4 | phpfoxdev.ufield.user_id | 1 | Using where |
Array
(
[session] => f3d5a875be8fdbc3758a1d3b831bc010
[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/gfdsgfds/member/
)
Array
(
[phpfox1visit] => 1337696753
)