Threads
  •  
  • Thread
  • Replies
  • Views
  • Last Post

Display Options

Display:
From:
Sort:
By:


New Posts
No new posts
Thread is closed.
All times are GMT. The time now is 3:34 pm.
phpFox Developers Debug
Debug Details
Version:
2.0.4
Product Code Name:
Arctic

Total Time:
0.6753170
PHP General Time:
0.6516442
GZIP:
enabled

Driver Version:
MySQL 5.0.22
SQL Time:
0.0236728
SQL Queries:
12
SQL Memory Usage:
6.02 kb
SQL Slave Enabled:
No
SQL Total Slaves:
N/A
SQL Slave Server:
N/A

Total Memory Usage:
4.35 Mb
Total Memory Usage (Including Debug):
4.49 Mb
Memory Limit:
32 Mb (64M)

Load Balancing Enabled:
No
Requests From:
79.99.42.26


Server Time Stamp:
May 22, 2012, 3:34 pm
PHP Version:
5.1.6
PHP Sapi:
apache2handler
PHP safe_mode:
false
PHP open_basedir:
true
Operating System:
Linux
SQL Queries
0.0004830 | 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 */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEsrefsession_hash,log_sessionlog_session192const,const1Using where
0.0004749 | Memory Before: 1.6 Mb | Memory After: 1.6 Mb | Memory Used: 928 b | Rows: - | Slave: No
UPDATE phpfox_log_session SET last_activity = '1337700853', user_id = '0', location = '/forum/movies-3/', is_forum = '1', forum_id = '3', im_hide = '0', ip_address = '38.107.179.218', user_agent = 'CCBot/1.0 (+http://www.commoncrawl.org/bot.html)' WHERE session_hash = 'f3d5a875be8fdbc3758a1d3b831bc010'
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_log_sessionrefsession_hash,log_sessionlog_session96const1Using where
0.0003190 | 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 */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEsc_locswitchALL MISSING KEY   3 
0.0003021 | 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 */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLE   MISSING KEY    Impossible WHERE noticed after reading const tables
0.0002549 | 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 */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLE   MISSING KEY    Impossible WHERE noticed after reading const tables
0.0002589 | 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 */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLE   MISSING KEY    Impossible WHERE noticed after reading const tables
0.0004301 | 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 */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEsrefis_defaultis_default1const1 
1SIMPLEteq_refPRIMARY,theme_idPRIMARY2phpfoxdev.s.theme_id1 
0.0009151 | Memory Before: 3.02 Mb | Memory After: 3.02 Mb | Memory Used: 504 b | Rows: 19 | Slave: No
SELECT f.forum_id, f.thread_id, f.total_thread, f.total_post, f.post_id, ft.title AS thread_title, ft.title_url AS thread_title_url, ft.time_update AS thread_time_stamp, u.user_id, u.server_id, u.user_name, u.full_name, u.gender, u.user_image, u.is_invisible, ftrack.forum_id AS is_seen, ftrack.time_stamp AS last_seen_time
FROM phpfox_forum AS f
     LEFT JOIN phpfox_forum_thread AS ft
            ON(ft.thread_id = f.thread_id)
     LEFT JOIN phpfox_user AS u
            ON(u.user_id = f.last_user_id)
     LEFT JOIN phpfox_forum_track AS ftrack
            ON(ftrack.forum_id = f.forum_id AND ftrack.user_id = 0)

WHERE f.view_id = 0
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEfrefview_idview_id1const18 
1SIMPLEfteq_refPRIMARYPRIMARY4phpfoxdev.f.thread_id1 
1SIMPLEueq_refPRIMARYPRIMARY4phpfoxdev.f.last_user_id1 
1SIMPLEftrackrefitem_iditem_id8phpfoxdev.f.forum_id,const3 
0.0004749 | Memory Before: 3.25 Mb | Memory After: 3.26 Mb | Memory Used: 448 b | Rows: 1 | Slave: Yes
SELECT COUNT(*)
FROM phpfox_forum_thread AS ft
WHERE ft.forum_id = 3 AND ft.group_id = 0 AND ft.view_id = 0 AND ft.is_announcement = 0
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEftrefforum_id,group_id,forum_id_2,group_id_2forum_id7const,const,const4Using where
0.0186770 | Memory Before: 3.29 Mb | Memory After: 3.29 Mb | Memory Used: 336 b | Rows: 4 | Slave: Yes
SELECT ft.*, u.user_id, u.server_id, u.user_name, u.full_name, u.gender, u.user_image, u.is_invisible, u2.user_id AS last_user_id, u2.server_id AS last_server_id, u2.user_name AS last_user_name, u2.full_name AS last_full_name, u2.gender AS last_gender, u2.user_image AS last_user_image, u2.is_invisible AS last_is_invisible, ftr.thread_id AS is_seen, ftr.time_stamp AS last_seen_time
FROM phpfox_forum_thread AS ft
     JOIN phpfox_user AS u
            ON(u.user_id = ft.user_id)
     LEFT JOIN phpfox_user AS u2
            ON(u2.user_id = ft.last_user_id)
     LEFT JOIN phpfox_forum_thread_track AS ftr
            ON(ftr.thread_id = ft.thread_id AND ftr.user_id = 0)

WHERE ft.forum_id = 3 AND ft.group_id = 0 AND ft.view_id = 0 AND ft.is_announcement = 0
ORDER BY ft.order_id DESC , ft.time_update DESC
LIMIT 20
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEftrefforum_id,group_id,forum_id_2,group_id_2forum_id7const,const,const4Using where; Using filesort
1SIMPLEueq_refPRIMARYPRIMARY4phpfoxdev.ft.user_id1 
1SIMPLEu2eq_refPRIMARYPRIMARY4phpfoxdev.ft.last_user_id1 
1SIMPLEftrrefitem_id,thread_iditem_id8phpfoxdev.ft.thread_id,const5 
0.0005090 | Memory Before: 3.3 Mb | Memory After: 3.3 Mb | Memory Used: 272 b | Rows: 0 | Slave: No
SELECT ft.*, u.user_id, u.server_id, u.user_name, u.full_name, u.gender, u.user_image, u.is_invisible
FROM phpfox_forum_announcement AS fa
     JOIN phpfox_forum_thread AS ft
            ON(ft.thread_id = fa.thread_id)
     JOIN phpfox_user AS u
            ON(u.user_id = ft.user_id)

WHERE fa.forum_id = 3
ORDER BY ft.time_update DESC
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLE   MISSING KEY    Impossible WHERE noticed after reading const tables
0.0005739 | Memory Before: 3.55 Mb | Memory After: 3.56 Mb | Memory Used: 728 b | 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_active78phpfoxdev.cron.product_id,const2Using index
1SIMPLEmrefis_active,module_id,module_is_activemodule_is_active228phpfoxdev.cron.module_id,const5Using index
Session
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] => /forum/movies-3/
)
Cookie
Array
(
    [phpfox1visit] => 1337696753
)