phpFox Developers Debug
Debug Details
Version:
2.0.5
Product Code Name:
Arctic

Total Time:
0.1348200
PHP General Time:
0.1309579
GZIP:
enabled

Driver Version:
MySQL 5.0.91-community
SQL Time:
0.0038621
SQL Queries:
17
SQL Memory Usage:
18.81 kb
SQL Slave Enabled:
No
SQL Total Slaves:
N/A
SQL Slave Server:
N/A

Total Memory Usage:
5.33 Mb
Total Memory Usage (Including Debug):
5.49 Mb
Memory Limit:
32 Mb (64M)

Load Balancing Enabled:
No
Requests From:
67.228.136.224


Server Time Stamp:
September 6, 2010, 5:14 pm
PHP Version:
5.2.12
PHP Sapi:
cgi
PHP safe_mode:
false
PHP open_basedir:
false
Operating System:
Linux

Cache:
file
SQL Queries
0.0003030 | Memory Before: 1.76 Mb | Memory After: 1.76 Mb | Memory Used: 1.12 kb | 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 = 'ece03a6fd1e2522387cbd228d3bbd6ad' AND s.id_hash = 'd0b63444099757fedc3d79aa837e804c'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEsrefsession_hash,log_sessionsession_hash32const1Using where
0.0001490 | Memory Before: 1.76 Mb | Memory After: 1.76 Mb | Memory Used: 1.07 kb | Rows: - | Slave: No
INSERT INTO phpfox_log_view (user_id, ip_address, protocal, cache_data, time_stamp) VALUES ('0', '38.107.191.80', 'GET', 'a:4:{s:8:\"location\";s:27:\"/photo/tattoo/category-1-2/\";s:8:\"referrer\";N;s:10:\"user_agent\";s:48:\"CCBot/1.0 (+http://www.commoncrawl.org/bot.html)\";s:7:\"request\";s:50:\"a:1:{s:2:\"do\";s:27:\"/photo/tattoo/category-1-2/\";}\";}', '1283793292')
0.0002141 | Memory Before: 1.76 Mb | Memory After: 1.76 Mb | Memory Used: 1.07 kb | Rows: - | Slave: No
UPDATE phpfox_log_session SET last_activity = '1283793292', user_id = '0', location = '/photo/tattoo/category-1-2/', is_forum = '0', forum_id = '0', im_hide = '0', ip_address = '38.107.191.80', user_agent = 'CCBot/1.0 (+http://www.commoncrawl.org/bot.html)' WHERE session_hash = 'ece03a6fd1e2522387cbd228d3bbd6ad'
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_log_sessionrefsession_hash,log_sessionsession_hash32const1Using where
0.0002310 | Memory Before: 2.33 Mb | Memory After: 2.33 Mb | Memory Used: 1.13 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 phpfox_theme_style AS s
     JOIN phpfox_theme AS t
            ON(t.theme_id = s.theme_id)

WHERE s.is_default = 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEsrefis_defaultis_default1const1 
1SIMPLEteq_refPRIMARY,theme_idPRIMARY2deathdlr_fox.s.theme_id1 
0.0001049 | Memory Before: 2.34 Mb | Memory After: 2.34 Mb | Memory Used: 1.12 kb | Rows: 1 | Slave: No
SELECT folder AS parent_style_folder
FROM phpfox_theme_style
WHERE style_id = 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_stylerefstyle_idstyle_id2const1 
0.0000930 | Memory Before: 2.34 Mb | Memory After: 2.34 Mb | Memory Used: 1.12 kb | Rows: 1 | Slave: No
SELECT folder AS parent_theme_folder
FROM phpfox_theme
WHERE theme_id = 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_themeconstPRIMARY,theme_idPRIMARY2const1 
0.0005400 | Memory Before: 3.18 Mb | Memory After: 3.18 Mb | Memory Used: 1.12 kb | Rows: 1 | Slave: Yes
SELECT COUNT(DISTINCT p.photo_id)
FROM phpfox_photo AS p
INNER      JOIN phpfox_photo_category_data AS pcd
            ON(pcd.photo_id = p.photo_id)

WHERE p.album_id = 0 AND p.view_id = 0 AND p.group_id = 0 AND p.privacy = 0 AND pcd.category_id IN(3)
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEpcdrefphoto_id,category_idcategory_id4const1 
1SIMPLEpeq_refPRIMARY,photo_id,album_id,photo_album,view_id,user_album,view_id_2,view_id_3,photo_id_2,view_id_4,album_id_2,view_id_5,photo_id_3PRIMARY4deathdlr_fox.pcd.photo_id1Using where
0.0006499 | Memory Before: 3.33 Mb | Memory After: 3.33 Mb | Memory Used: 1.13 kb | Rows: 1 | Slave: Yes
SELECT p.*, pcd.category_id, pa.name_url AS album_url, u.user_id, u.server_id, u.user_name, u.full_name, u.gender, u.user_image, u.is_invisible
FROM phpfox_photo AS p
     JOIN phpfox_user AS u
            ON(u.user_id = p.user_id)
INNER      JOIN phpfox_photo_category_data AS pcd
            ON(pcd.photo_id = p.photo_id)
     LEFT JOIN phpfox_photo_album AS pa
            ON(pa.album_id = p.album_id)

WHERE p.album_id = 0 AND p.view_id = 0 AND p.group_id = 0 AND p.privacy = 0 AND pcd.category_id IN(3)
GROUP BY p.photo_id
ORDER BY p.time_stamp DESC
LIMIT 15
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEpcdrefphoto_id,category_idcategory_id4const1Using temporary; Using filesort
1SIMPLEpeq_refPRIMARY,photo_id,album_id,photo_album,view_id,user_album,view_id_2,view_id_3,photo_id_2,view_id_4,album_id_2,view_id_5,photo_id_3,user_idPRIMARY4deathdlr_fox.pcd.photo_id1Using where
1SIMPLEueq_refPRIMARYPRIMARY4deathdlr_fox.p.user_id1 
1SIMPLEpaconstPRIMARY,album_idPRIMARY4const1 
0.0001502 | Memory Before: 3.75 Mb | Memory After: 3.75 Mb | Memory Used: 1.12 kb | Rows: 1 | Slave: Yes
SELECT count_view
FROM phpfox_ad
WHERE ad_id = 9
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_adconstPRIMARYPRIMARY4const1 
0.0001280 | Memory Before: 3.75 Mb | Memory After: 3.76 Mb | Memory Used: 1.07 kb | Rows: - | Slave: No
UPDATE phpfox_ad SET count_view = '71749' WHERE ad_id = 9
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_adconstPRIMARYPRIMARY4const1 
0.0000982 | Memory Before: 3.77 Mb | Memory After: 3.77 Mb | Memory Used: 1.12 kb | Rows: 1 | Slave: Yes
SELECT count_view
FROM phpfox_ad
WHERE ad_id = 12
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_adconstPRIMARYPRIMARY4const1 
0.0000980 | Memory Before: 3.77 Mb | Memory After: 3.77 Mb | Memory Used: 1.07 kb | Rows: - | Slave: No
UPDATE phpfox_ad SET count_view = '32661' WHERE ad_id = 12
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_adconstPRIMARYPRIMARY4const1 
0.0005119 | Memory Before: 3.8 Mb | Memory After: 3.8 Mb | Memory Used: 1.13 kb | Rows: 3 | Slave: Yes
SELECT cron.*
FROM phpfox_cron AS cron
     JOIN phpfox_product AS product
            ON(product.product_id = cron.product_id AND product.is_active = 1)
     JOIN phpfox_module AS m
            ON(m.module_id = cron.module_id AND m.is_active = 1)

WHERE cron.is_active = 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEcronrefis_activeis_active1const2 
1SIMPLEproductrefis_active,product_active,product_idproduct_active28deathdlr_fox.cron.product_id,const2Using index
1SIMPLEmrefis_active,module_id,module_is_activemodule_is_active78deathdlr_fox.cron.module_id,const5Using index
0.0001569 | Memory Before: 4.11 Mb | Memory After: 4.11 Mb | Memory Used: 1.12 kb | Rows: 1 | Slave: Yes
SELECT count_view
FROM phpfox_ad
WHERE ad_id = 10
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_adconstPRIMARYPRIMARY4const1 
0.0001159 | Memory Before: 4.11 Mb | Memory After: 4.11 Mb | Memory Used: 1.07 kb | Rows: - | Slave: No
UPDATE phpfox_ad SET count_view = '113241' WHERE ad_id = 10
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_adconstPRIMARYPRIMARY4const1 
0.0001960 | Memory Before: 5.32 Mb | Memory After: 5.32 Mb | Memory Used: 1.12 kb | Rows: 1 | Slave: Yes
SELECT count_view
FROM phpfox_ad
WHERE ad_id = 11
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_adconstPRIMARYPRIMARY4const1 
0.0001221 | Memory Before: 5.32 Mb | Memory After: 5.32 Mb | Memory Used: 1.07 kb | Rows: - | Slave: No
UPDATE phpfox_ad SET count_view = '113000' WHERE ad_id = 11
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_adconstPRIMARYPRIMARY4const1 
Session
Array
(
    [session] => ece03a6fd1e2522387cbd228d3bbd6ad
    [theme] => a:7:{s:8:"style_id";s:1:"3";s:15:"style_parent_id";s:1:"1";s:17:"style_folder_name";s:7:"default";s:17:"theme_folder_name";s:6:"sinner";s:15:"theme_parent_id";s:1:"1";s:19:"parent_style_folder";s:7:"default";s:19:"parent_theme_folder";s:7:"default";}
    [redirect] => /photo/tattoo/category-1-2/
)
Cookie
Array
(
    [phpfox1visit] => 1283789999
)